public final class DataType
extends org.eclipse.emf.common.util.AbstractEnumerator
| Modifier and Type | Field and Description |
|---|---|
static int |
BOOLEAN
The 'Boolean' literal value
|
static DataType |
BOOLEAN_LITERAL
The 'Boolean' literal object
|
static int |
DATE
The 'Date' literal value
|
static DataType |
DATE_LITERAL
The 'Date' literal object
|
static int |
DATE_TIME
The 'Date Time' literal value
|
static DataType |
DATE_TIME_LITERAL
The 'Date Time' literal object
|
static int |
DECIMAL
The 'Decimal' literal value
|
static DataType |
DECIMAL_LITERAL
The 'Decimal' literal object
|
static int |
INTEGER
The 'Integer' literal value
|
static DataType |
INTEGER_LITERAL
The 'Integer' literal object
|
static int |
STRING
The 'String' literal value
|
static DataType |
STRING_LITERAL
The 'String' literal object
|
static int |
TIME
The 'Time' literal value
|
static DataType |
TIME_LITERAL
The 'Time' literal object
|
static int |
UNSPECIFIED
The 'Unspecified' literal value
|
static DataType |
UNSPECIFIED_LITERAL
The 'Unspecified' literal object
|
static java.util.List |
VALUES
A public read-only list of all the 'Data Type' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static DataType |
get(int value)
Returns the 'Data Type' literal with the specified integer value
|
static DataType |
get(java.lang.String literal)
Returns the 'Data Type' literal with the specified literal value
|
static DataType |
getByName(java.lang.String name)
Returns the 'Data Type' literal with the specified name
|
public static final int UNSPECIFIED
If the meaning of 'Unspecified' literal object isn't clear, there really should be more of a description here...
UNSPECIFIED_LITERAL,
Constant Field Valuespublic static final int BOOLEAN
If the meaning of 'Boolean' literal object isn't clear, there really should be more of a description here...
BOOLEAN_LITERAL,
Constant Field Valuespublic static final int INTEGER
If the meaning of 'Integer' literal object isn't clear, there really should be more of a description here...
INTEGER_LITERAL,
Constant Field Valuespublic static final int DECIMAL
If the meaning of 'Decimal' literal object isn't clear, there really should be more of a description here...
DECIMAL_LITERAL,
Constant Field Valuespublic static final int STRING
If the meaning of 'String' literal object isn't clear, there really should be more of a description here...
STRING_LITERAL,
Constant Field Valuespublic static final int DATE_TIME
If the meaning of 'Date Time' literal object isn't clear, there really should be more of a description here...
DATE_TIME_LITERAL,
Constant Field Valuespublic static final int DATE
If the meaning of 'Date' literal object isn't clear, there really should be more of a description here...
DATE_LITERAL,
Constant Field Valuespublic static final int TIME
If the meaning of 'Time' literal object isn't clear, there really should be more of a description here...
TIME_LITERAL,
Constant Field Valuespublic static final DataType UNSPECIFIED_LITERAL
UNSPECIFIEDpublic static final DataType BOOLEAN_LITERAL
BOOLEANpublic static final DataType INTEGER_LITERAL
INTEGERpublic static final DataType DECIMAL_LITERAL
DECIMALpublic static final DataType STRING_LITERAL
STRINGpublic static final DataType DATE_TIME_LITERAL
DATE_TIMEpublic static final java.util.List VALUES
public static DataType get(java.lang.String literal)
public static DataType getByName(java.lang.String name)
public static DataType get(int value)
Copyright © 2005-2013 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.