|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ViewField.ViewFieldType>
com.sage.accpac.sm.ViewField.ViewFieldType
public static enum ViewField.ViewFieldType
Defines the possible data types of a view field.
Enum Constant Summary | |
---|---|
Bool
Boolean |
|
Byte
Binary |
|
Char
String encoded in the appropriate character set |
|
Date
Date |
|
Decimal
128-bit high precision decimal |
|
Int
16-bit signed integer |
|
Long
32-bit signed integer |
|
Real
64-bit double-precision floating point |
|
Time
Time |
Method Summary | |
---|---|
static ViewField.ViewFieldType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ViewField.ViewFieldType[] |
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 ViewField.ViewFieldType Char
public static final ViewField.ViewFieldType Byte
public static final ViewField.ViewFieldType Date
public static final ViewField.ViewFieldType Time
public static final ViewField.ViewFieldType Real
public static final ViewField.ViewFieldType Decimal
public static final ViewField.ViewFieldType Int
public static final ViewField.ViewFieldType Long
public static final ViewField.ViewFieldType Bool
Method Detail |
---|
public static ViewField.ViewFieldType[] values()
for (ViewField.ViewFieldType c : ViewField.ViewFieldType.values()) System.out.println(c);
public static ViewField.ViewFieldType 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 null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |