|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<XLptsProgramParameterType>
com.lapetus_ltd._2009.xml.types.XLptsProgramParameterType
public enum XLptsProgramParameterType
Java class for XLptsProgramParameterType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="XLptsProgramParameterType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="CHAR"/> <enumeration value="CHARS"/> <enumeration value="BOOLEAN"/> <enumeration value="INTEGER"/> <enumeration value="STRING"/> <enumeration value="DOUBLE"/> <enumeration value="BYTE"/> <enumeration value="BYTES"/> </restriction> </simpleType>
Enum Constant Summary | |
---|---|
BOOLEAN
The expected parameter type within the containing configured function is BOOLEAN. |
|
BYTE
The expected parameter type within the containing configured function is BYTE (one byte). |
|
BYTES
The expected parameter type within the containing configured function is BYTES (an array of BYTE). |
|
CHAR
The expected parameter type within the containing configured function is CHAR (one character). |
|
CHARS
The expected parameter type within the containing configured function is an array of CHAR. |
|
DOUBLE
The expected parameter type within the containing configured function is DOUBLE. |
|
INTEGER
The expected parameter type within the containing configured function is INTEGER (4 bytes). |
|
STRING
The expected parameter type within the containing configured function is STRING. |
Method Summary | |
---|---|
static XLptsProgramParameterType |
fromValue(java.lang.String v)
|
java.lang.String |
value()
|
static XLptsProgramParameterType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static XLptsProgramParameterType[] |
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 XLptsProgramParameterType BOOLEAN
public static final XLptsProgramParameterType BYTE
public static final XLptsProgramParameterType BYTES
public static final XLptsProgramParameterType CHAR
public static final XLptsProgramParameterType CHARS
public static final XLptsProgramParameterType DOUBLE
public static final XLptsProgramParameterType INTEGER
public static final XLptsProgramParameterType STRING
Method Detail |
---|
public static XLptsProgramParameterType fromValue(java.lang.String v)
public java.lang.String value()
public static XLptsProgramParameterType 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 static XLptsProgramParameterType[] values()
for (XLptsProgramParameterType c : XLptsProgramParameterType.values()) System.out.println(c);
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |