public enum ShapeAttributeDataType extends Enum<ShapeAttributeDataType>
| Enum Constant and Description |
|---|
DATE |
DOUBLE |
FLOAT |
INTEGER |
LONG |
LONGSTRING |
SHORT |
STRING |
| Modifier and Type | Method and Description |
|---|---|
String |
getXmlType() |
static ShapeAttributeDataType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShapeAttributeDataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ShapeAttributeDataType INTEGER
public static final ShapeAttributeDataType SHORT
public static final ShapeAttributeDataType LONG
public static final ShapeAttributeDataType FLOAT
public static final ShapeAttributeDataType DOUBLE
public static final ShapeAttributeDataType STRING
public static final ShapeAttributeDataType LONGSTRING
public static final ShapeAttributeDataType DATE
public static ShapeAttributeDataType[] values()
for (ShapeAttributeDataType c : ShapeAttributeDataType.values()) System.out.println(c);
public static ShapeAttributeDataType 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 nullpublic String getXmlType()
Copyright © 2017. All Rights Reserved.