|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<SIFDataType>
com.edustructures.sifworks.SIFDataType
public enum SIFDataType
An enumeration of XSD datatypes supported by the ADK
| Enum Constant Summary | |
|---|---|
BOOLEAN
Represents the XSD |
|
DATE
Represents the XSD |
|
DATETIME
Represents the XSD |
|
DECIMAL
Represents the XSD |
|
DURATION
Represents the XSD |
|
INT
Represents the XSD |
|
STRING
Represents the XSD |
|
TIME
Represents the XSD |
|
| Method Summary | |
|---|---|
SIFTypeConverter |
getConverter()
|
static SIFDataType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SIFDataType[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final SIFDataType BOOLEAN
public static final SIFDataType INT
public static final SIFDataType STRING
public static final SIFDataType DATE
public static final SIFDataType DATETIME
public static final SIFDataType TIME
public static final SIFDataType DECIMAL
public static final SIFDataType DURATION
| Method Detail |
|---|
public static final SIFDataType[] values()
for(SIFDataType c : SIFDataType.values())
System.out.println(c);
public static SIFDataType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namepublic SIFTypeConverter getConverter()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||