| Package | Description |
|---|---|
| com.corticon.rulesemf.operationsmodel |
| Modifier and Type | Field and Description |
|---|---|
static OperatorNodeType |
OperatorNodeType.BINARY_LITERAL
The 'Binary' literal object
|
static OperatorNodeType |
OperatorNodeType.COLLECTION_EXTENDED_LITERAL
The 'Collection Extended' literal object
|
static OperatorNodeType |
OperatorNodeType.COLLECTION_LITERAL
The 'Collection' literal object
|
static OperatorNodeType |
OperatorNodeType.FOLDER_LITERAL
The 'Folder' literal object
|
static OperatorNodeType |
OperatorNodeType.FUNCTION_EXTENDED_LITERAL
The 'Function Extended' literal object
|
static OperatorNodeType |
OperatorNodeType.FUNCTION_LITERAL
The 'Function' literal object
|
static OperatorNodeType |
OperatorNodeType.INTRINSIC_FUNCTION_LITERAL
The 'Intrinsic Function' literal object
|
static OperatorNodeType |
OperatorNodeType.LITERAL_LITERAL
The 'Literal' literal object
|
static OperatorNodeType |
OperatorNodeType.ROOT_LITERAL
The 'Root' literal object
|
static OperatorNodeType |
OperatorNodeType.UNARY_LITERAL
The 'Unary' literal object
|
static OperatorNodeType |
OperatorNodeType.UNSPECIFIED_LITERAL
The 'Unspecified' literal object
|
| Modifier and Type | Method and Description |
|---|---|
static OperatorNodeType |
OperatorNodeType.get(int value)
Returns the 'Operator Node Type' literal with the specified integer value
|
static OperatorNodeType |
OperatorNodeType.get(java.lang.String literal)
Returns the 'Operator Node Type' literal with the specified literal value
|
static OperatorNodeType |
OperatorNodeType.getByName(java.lang.String name)
Returns the 'Operator Node Type' literal with the specified name
|
OperatorNodeType |
OperatorNode.getOperatorNodeType()
Returns the value of the 'Operator Node Type' attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OperatorNode.setOperatorNodeType(OperatorNodeType value)
Sets the value of the '
Operator Node Type' attribute |
Copyright © 2005-2013 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.