public class AttributeTypeType extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static AttributeTypeType |
DATE
The instance of the DATE type
|
static int |
DATE_TYPE
The DATE type
|
static AttributeTypeType |
DOUBLE
The instance of the DOUBLE type
|
static int |
DOUBLE_TYPE
The DOUBLE type
|
static AttributeTypeType |
GEOMETRY
The instance of the GEOMETRY type
|
static int |
GEOMETRY_TYPE
The GEOMETRY type
|
static AttributeTypeType |
INTEGER
The instance of the INTEGER type
|
static int |
INTEGER_TYPE
The INTEGER type
|
static AttributeTypeType |
STRING
The instance of the STRING type
|
static int |
STRING_TYPE
The STRING type
|
| Modifier and Type | Method and Description |
|---|---|
static Enumeration |
enumerate()
Method enumerate
Returns an enumeration of all possible instances of
AttributeTypeType
|
int |
getType()
Method getType
Returns the type of this AttributeTypeType
|
String |
toString()
Method toString
Returns the String representation of this AttributeTypeType
|
static AttributeTypeType |
valueOf(String string)
Method valueOf
Returns a new AttributeTypeType based on the given String
value.
|
public static final int STRING_TYPE
public static final AttributeTypeType STRING
public static final int INTEGER_TYPE
public static final AttributeTypeType INTEGER
public static final int DOUBLE_TYPE
public static final AttributeTypeType DOUBLE
public static final int DATE_TYPE
public static final AttributeTypeType DATE
public static final int GEOMETRY_TYPE
public static final AttributeTypeType GEOMETRY
public static Enumeration enumerate()
public int getType()
public String toString()
public static AttributeTypeType valueOf(String string)
string - Copyright © 2020 B3Partners B.V.. All rights reserved.