public final class ExtendedOperatorType
extends org.eclipse.emf.common.util.AbstractEnumerator
| Modifier and Type | Field and Description |
|---|---|
static int |
BOOLEAN
The 'Boolean' literal value
|
static ExtendedOperatorType |
BOOLEAN_LITERAL
The 'Boolean' literal object
|
static int |
COLLECTION
The 'Collection' literal value
|
static ExtendedOperatorType |
COLLECTION_LITERAL
The 'Collection' literal object
|
static int |
DATE
The 'Date' literal value
|
static ExtendedOperatorType |
DATE_LITERAL
The 'Date' literal object
|
static int |
DATE_TIME
The 'Date Time' literal value
|
static ExtendedOperatorType |
DATE_TIME_LITERAL
The 'Date Time' literal object
|
static int |
DECIMAL
The 'Decimal' literal value
|
static ExtendedOperatorType |
DECIMAL_LITERAL
The 'Decimal' literal object
|
static int |
ENTITY
The 'Entity' literal value
|
static ExtendedOperatorType |
ENTITY_LITERAL
The 'Entity' literal object
|
static int |
INTEGER
The 'Integer' literal value
|
static ExtendedOperatorType |
INTEGER_LITERAL
The 'Integer' literal object
|
static int |
SEQUENCE
The 'Sequence' literal value
|
static ExtendedOperatorType |
SEQUENCE_LITERAL
The 'Sequence' literal object
|
static int |
STRING
The 'String' literal value
|
static ExtendedOperatorType |
STRING_LITERAL
The 'String' literal object
|
static int |
TIME
The 'Time' literal value
|
static ExtendedOperatorType |
TIME_LITERAL
The 'Time' literal object
|
static int |
UNSPECIFIED
The 'Unspecified' literal value
|
static ExtendedOperatorType |
UNSPECIFIED_LITERAL
The 'Unspecified' literal object
|
static java.util.List |
VALUES
A public read-only list of all the 'Extended Operator Type' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static ExtendedOperatorType |
get(int value)
Returns the 'Extended Operator Type' literal with the specified integer value
|
static ExtendedOperatorType |
get(java.lang.String literal)
Returns the 'Extended Operator Type' literal with the specified literal value
|
static ExtendedOperatorType |
getByName(java.lang.String name)
Returns the 'Extended Operator 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 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 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 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 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 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 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 ENTITY
If the meaning of 'Entity' literal object isn't clear, there really should be more of a description here...
ENTITY_LITERAL,
Constant Field Valuespublic static final int COLLECTION
If the meaning of 'Collection' literal object isn't clear, there really should be more of a description here...
COLLECTION_LITERAL,
Constant Field Valuespublic static final int SEQUENCE
If the meaning of 'Sequence' literal object isn't clear, there really should be more of a description here...
SEQUENCE_LITERAL,
Constant Field Valuespublic static final ExtendedOperatorType UNSPECIFIED_LITERAL
UNSPECIFIEDpublic static final ExtendedOperatorType DATE_LITERAL
DATEpublic static final ExtendedOperatorType TIME_LITERAL
TIMEpublic static final ExtendedOperatorType BOOLEAN_LITERAL
BOOLEANpublic static final ExtendedOperatorType DATE_TIME_LITERAL
DATE_TIMEpublic static final ExtendedOperatorType DECIMAL_LITERAL
DECIMALpublic static final ExtendedOperatorType INTEGER_LITERAL
INTEGERpublic static final ExtendedOperatorType STRING_LITERAL
STRINGpublic static final ExtendedOperatorType ENTITY_LITERAL
ENTITYpublic static final ExtendedOperatorType COLLECTION_LITERAL
COLLECTIONpublic static final ExtendedOperatorType SEQUENCE_LITERAL
SEQUENCEpublic static final java.util.List VALUES
public static ExtendedOperatorType get(java.lang.String literal)
public static ExtendedOperatorType getByName(java.lang.String name)
public static ExtendedOperatorType get(int value)
Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.