|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.commons.GEnum
com.genesyslab.platform.configuration.protocol.types.CfgDataType
public class CfgDataType
Field Summary | |
---|---|
static CfgDataType |
CFGDTChar
A character data type that holds a maximum of 255 characters. |
static CfgDataType |
CFGDTDateTime
A data base data type. |
static CfgDataType |
CFGDTFloat
A data base data type. |
static CfgDataType |
CFGDTInt
A data base data type that is an integer column that holds whole numbers between 231 -1 (that is, 2,147,483,647) and -231 (that is, -2,147,483,648), inclusive. |
static CfgDataType |
CFGDTMaxDataType
A maximum value of this enumeration. |
static CfgDataType |
CFGDTNoDataType
The value of corresponding parameter is not changed. |
static CfgDataType |
CFGDTVarChar
A data base data type, varchar(n) is a column of variable-length characters that holds any combination of up to 255 letters, symbols, and numbers. |
Fields inherited from class com.genesyslab.platform.commons.GEnum |
---|
LOCALE_ENGLISH |
Method Summary | |
---|---|
static CfgDataType |
valueOf(int ordinal)
Returns enumeration value by given ordinal number. |
static CfgDataType |
valueOf(java.lang.String name)
Returns enumeration value with specified name or null if no such value exists. |
static java.util.Collection<CfgDataType> |
values()
Returns all values of the enumeration. |
Methods inherited from class com.genesyslab.platform.commons.GEnum |
---|
asInteger, enumSize, equals, equals, getEnumMap, getEnumValues, getValue, getValue, getValue, hashCode, name, ordinal, toString, valueOf, valueOf, values, valuesBy |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final CfgDataType CFGDTNoDataType
public static final CfgDataType CFGDTInt
public static final CfgDataType CFGDTFloat
public static final CfgDataType CFGDTChar
public static final CfgDataType CFGDTVarChar
public static final CfgDataType CFGDTDateTime
public static final CfgDataType CFGDTMaxDataType
Method Detail |
---|
public static java.util.Collection<CfgDataType> values()
public static CfgDataType valueOf(int ordinal)
ordinal
- ordinal number of the enumeration value
public static CfgDataType valueOf(java.lang.String name)
name
- name of value in the enumeration
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |