public final class OperatorNodeType
extends org.eclipse.emf.common.util.AbstractEnumerator
| Modifier and Type | Field and Description |
|---|---|
static int |
BINARY
The 'Binary' literal value
|
static OperatorNodeType |
BINARY_LITERAL
The 'Binary' literal object
|
static int |
COLLECTION
The 'Collection' literal value
|
static int |
COLLECTION_EXTENDED
The 'Collection Extended' literal value
|
static OperatorNodeType |
COLLECTION_EXTENDED_LITERAL
The 'Collection Extended' literal object
|
static OperatorNodeType |
COLLECTION_LITERAL
The 'Collection' literal object
|
static int |
FOLDER
The 'Folder' literal value
|
static OperatorNodeType |
FOLDER_LITERAL
The 'Folder' literal object
|
static int |
FUNCTION
The 'Function' literal value
|
static int |
FUNCTION_EXTENDED
The 'Function Extended' literal value
|
static OperatorNodeType |
FUNCTION_EXTENDED_LITERAL
The 'Function Extended' literal object
|
static OperatorNodeType |
FUNCTION_LITERAL
The 'Function' literal object
|
static int |
INTRINSIC_FUNCTION
The 'Intrinsic Function' literal value
|
static OperatorNodeType |
INTRINSIC_FUNCTION_LITERAL
The 'Intrinsic Function' literal object
|
static int |
LITERAL
The 'Literal' literal value
|
static OperatorNodeType |
LITERAL_LITERAL
The 'Literal' literal object
|
static int |
ROOT
The 'Root' literal value
|
static OperatorNodeType |
ROOT_LITERAL
The 'Root' literal object
|
static int |
UNARY
The 'Unary' literal value
|
static OperatorNodeType |
UNARY_LITERAL
The 'Unary' literal object
|
static int |
UNSPECIFIED
The 'Unspecified' literal value
|
static OperatorNodeType |
UNSPECIFIED_LITERAL
The 'Unspecified' literal object
|
static java.util.List |
VALUES
A public read-only list of all the 'Operator Node Type' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static OperatorNodeType |
get(int value)
Returns the 'Operator Node Type' literal with the specified integer value
|
static OperatorNodeType |
get(java.lang.String literal)
Returns the 'Operator Node Type' literal with the specified literal value
|
static OperatorNodeType |
getByName(java.lang.String name)
Returns the 'Operator Node 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 ROOT
If the meaning of 'Root' literal object isn't clear, there really should be more of a description here...
ROOT_LITERAL,
Constant Field Valuespublic static final int FOLDER
If the meaning of 'Folder' literal object isn't clear, there really should be more of a description here...
FOLDER_LITERAL,
Constant Field Valuespublic static final int LITERAL
If the meaning of 'Literal' literal object isn't clear, there really should be more of a description here...
LITERAL_LITERAL,
Constant Field Valuespublic static final int BINARY
If the meaning of 'Binary' literal object isn't clear, there really should be more of a description here...
BINARY_LITERAL,
Constant Field Valuespublic static final int UNARY
If the meaning of 'Unary' literal object isn't clear, there really should be more of a description here...
UNARY_LITERAL,
Constant Field Valuespublic static final int FUNCTION
If the meaning of 'Function' literal object isn't clear, there really should be more of a description here...
FUNCTION_LITERAL,
Constant Field Valuespublic static final int INTRINSIC_FUNCTION
If the meaning of 'Intrinsic Function' literal object isn't clear, there really should be more of a description here...
public 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 FUNCTION_EXTENDED
If the meaning of 'Function Extended' literal object isn't clear, there really should be more of a description here...
public static final int COLLECTION_EXTENDED
If the meaning of 'Collection Extended' literal object isn't clear, there really should be more of a description here...
public static final OperatorNodeType UNSPECIFIED_LITERAL
UNSPECIFIEDpublic static final OperatorNodeType ROOT_LITERAL
ROOTpublic static final OperatorNodeType FOLDER_LITERAL
FOLDERpublic static final OperatorNodeType LITERAL_LITERAL
LITERALpublic static final OperatorNodeType BINARY_LITERAL
BINARYpublic static final OperatorNodeType UNARY_LITERAL
UNARYpublic static final OperatorNodeType FUNCTION_LITERAL
FUNCTIONpublic static final OperatorNodeType INTRINSIC_FUNCTION_LITERAL
INTRINSIC_FUNCTIONpublic static final OperatorNodeType COLLECTION_LITERAL
COLLECTIONpublic static final OperatorNodeType FUNCTION_EXTENDED_LITERAL
FUNCTION_EXTENDEDpublic static final OperatorNodeType COLLECTION_EXTENDED_LITERAL
COLLECTION_EXTENDEDpublic static final java.util.List VALUES
public static OperatorNodeType get(java.lang.String literal)
public static OperatorNodeType getByName(java.lang.String name)
public static OperatorNodeType get(int value)
Copyright © 2005-2013 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.