|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<StyleType>
com.genesyslab.platform.configuration.protocol.runtime.schemas.StyleType
public enum StyleType
Java class for StyleType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="StyleType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="ulong"/> <enumeration value="long"/> <enumeration value="int"/> <enumeration value="string"/> <enumeration value="objlist"/> <enumeration value="pobject"/> <enumeration value="intlist"/> <enumeration value="dbidlist"/> <enumeration value="kvlist"/> <enumeration value="object"/> <enumeration value="time"/> <enumeration value="gstring"/> <enumeration value="objhash"/> <enumeration value="pobjhash"/> <enumeration value="strlist"/> </restriction> </simpleType>
Enum Constant Summary | |
---|---|
DBIDLIST
|
|
GSTRING
|
|
INT
|
|
INTLIST
|
|
KVLIST
|
|
LONG
|
|
OBJECT
|
|
OBJHASH
|
|
OBJLIST
|
|
POBJECT
|
|
POBJHASH
|
|
STRING
|
|
STRLIST
|
|
TIME
|
|
ULONG
|
Method Summary | |
---|---|
static StyleType |
fromValue(java.lang.String v)
|
java.lang.String |
value()
|
static StyleType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static StyleType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, 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 StyleType ULONG
public static final StyleType LONG
public static final StyleType INT
public static final StyleType STRING
public static final StyleType OBJLIST
public static final StyleType POBJECT
public static final StyleType INTLIST
public static final StyleType DBIDLIST
public static final StyleType KVLIST
public static final StyleType OBJECT
public static final StyleType TIME
public static final StyleType GSTRING
public static final StyleType OBJHASH
public static final StyleType POBJHASH
public static final StyleType STRLIST
Method Detail |
---|
public static StyleType[] values()
for (StyleType c : StyleType.values()) System.out.println(c);
public static StyleType 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 name
java.lang.NullPointerException
- if the argument is nullpublic java.lang.String value()
public static StyleType fromValue(java.lang.String v)
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |