public final class StructureAttributeType extends Enum
ParameterProvider.ParameterProvider| Modifier and Type | Field and Description |
|---|---|
static StructureAttributeType |
BOOLEAN |
static StructureAttributeType |
DATE |
static StructureAttributeType |
DOUBLE |
static StructureAttributeType |
INTEGER |
static StructureAttributeType |
STRING |
| Modifier and Type | Method and Description |
|---|---|
static StructureAttributeType |
getEnum(java.lang.String name)
Returns the enumeration with the supplied name or
null if
no enumeration exists for the supplied name. |
java.lang.Class |
getStorageClass()
Returns the basic Java class used to represent this attribute's
value.
|
static StructureAttributeType[] |
getValues()
Returns an array containing all the valid values for this enumeration class.
|
public static final StructureAttributeType STRING
public static final StructureAttributeType INTEGER
public static final StructureAttributeType DOUBLE
public static final StructureAttributeType BOOLEAN
public static final StructureAttributeType DATE
public java.lang.Class getStorageClass()
StringIntegerDoubleBooleanDatepublic static StructureAttributeType getEnum(java.lang.String name)
null if
no enumeration exists for the supplied name.name - the enumeration namenullpublic static StructureAttributeType[] getValues()
Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.