|
![]() Quark Platform Documentation Version 1.7.0_0 Business Objects |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<CalValue.DataType>
org.openquark.cal.runtime.CalValue.DataType
public static enum CalValue.DataType
An enumeration for the underlying value type of an internal value.
| Enum Constant Summary | |
|---|---|
BOOLEAN
|
|
BYTE
|
|
CHAR
|
|
DOUBLE
|
|
FLOAT
|
|
INT
|
|
LONG
|
|
OBJECT
|
|
OTHER
|
|
SHORT
|
|
| Method Summary | |
|---|---|
String |
toString()
|
static CalValue.DataType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CalValue.DataType[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final CalValue.DataType CHAR
public static final CalValue.DataType BOOLEAN
public static final CalValue.DataType BYTE
public static final CalValue.DataType SHORT
public static final CalValue.DataType INT
public static final CalValue.DataType LONG
public static final CalValue.DataType FLOAT
public static final CalValue.DataType DOUBLE
public static final CalValue.DataType OBJECT
public static final CalValue.DataType OTHER
| Method Detail |
|---|
public static final CalValue.DataType[] values()
for(CalValue.DataType c : CalValue.DataType.values())
System.out.println(c);
public static CalValue.DataType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified namepublic String toString()
toString in class Enum<CalValue.DataType>
|
![]() Quark Platform Documentation Version 1.7.0_0 Business Objects |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||