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 |
static StructureAttributeType |
STRUCTURE |
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 static final StructureAttributeType STRUCTURE
public java.lang.Class getStorageClass()
String
Integer
Double
Boolean
Date
public static StructureAttributeType getEnum(java.lang.String name)
null
if
no enumeration exists for the supplied name.name
- the enumeration namenull
public static StructureAttributeType[] getValues()
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.