public static enum AttributeMapping.IGCPropertyType extends Enum<AttributeMapping.IGCPropertyType>
| Enum Constant and Description |
|---|
BOOLEAN |
DATETIME |
DATETIME_ARRAY |
ENUM |
NUMBER |
NUMBER_ARRAY |
REFERENCE |
REFERENCE_LIST |
STRING |
STRING_ARRAY |
| Modifier and Type | Method and Description |
|---|---|
static AttributeMapping.IGCPropertyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributeMapping.IGCPropertyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AttributeMapping.IGCPropertyType STRING
public static final AttributeMapping.IGCPropertyType BOOLEAN
public static final AttributeMapping.IGCPropertyType DATETIME
public static final AttributeMapping.IGCPropertyType NUMBER
public static final AttributeMapping.IGCPropertyType ENUM
public static final AttributeMapping.IGCPropertyType STRING_ARRAY
public static final AttributeMapping.IGCPropertyType NUMBER_ARRAY
public static final AttributeMapping.IGCPropertyType DATETIME_ARRAY
public static final AttributeMapping.IGCPropertyType REFERENCE
public static final AttributeMapping.IGCPropertyType REFERENCE_LIST
public static AttributeMapping.IGCPropertyType[] values()
for (AttributeMapping.IGCPropertyType c : AttributeMapping.IGCPropertyType.values()) System.out.println(c);
public static AttributeMapping.IGCPropertyType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2018–2019 ODPi. All rights reserved.