| Package | Description |
|---|---|
| com.corticon.rulesemf.operationsmodel |
| Modifier and Type | Field and Description |
|---|---|
static ExtendedOperatorType |
ExtendedOperatorType.BOOLEAN_LITERAL
The 'Boolean' literal object
|
static ExtendedOperatorType |
ExtendedOperatorType.COLLECTION_LITERAL
The 'Collection' literal object
|
static ExtendedOperatorType |
ExtendedOperatorType.DATE_LITERAL
The 'Date' literal object
|
static ExtendedOperatorType |
ExtendedOperatorType.DATE_TIME_LITERAL
The 'Date Time' literal object
|
static ExtendedOperatorType |
ExtendedOperatorType.DECIMAL_LITERAL
The 'Decimal' literal object
|
static ExtendedOperatorType |
ExtendedOperatorType.ENTITY_LITERAL
The 'Entity' literal object
|
static ExtendedOperatorType |
ExtendedOperatorType.INTEGER_LITERAL
The 'Integer' literal object
|
static ExtendedOperatorType |
ExtendedOperatorType.SEQUENCE_LITERAL
The 'Sequence' literal object
|
static ExtendedOperatorType |
ExtendedOperatorType.STRING_LITERAL
The 'String' literal object
|
static ExtendedOperatorType |
ExtendedOperatorType.TIME_LITERAL
The 'Time' literal object
|
static ExtendedOperatorType |
ExtendedOperatorType.UNSPECIFIED_LITERAL
The 'Unspecified' literal object
|
| Modifier and Type | Method and Description |
|---|---|
static ExtendedOperatorType |
ExtendedOperatorType.get(int value)
Returns the 'Extended Operator Type' literal with the specified integer value
|
static ExtendedOperatorType |
ExtendedOperatorType.get(java.lang.String literal)
Returns the 'Extended Operator Type' literal with the specified literal value
|
static ExtendedOperatorType |
ExtendedOperatorType.getByName(java.lang.String name)
Returns the 'Extended Operator Type' literal with the specified name
|
ExtendedOperatorType |
TypeExtension.getType()
Returns the value of the 'Type' attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TypeExtension.setType(ExtendedOperatorType value)
Sets the value of the '
Type' attribute |
Copyright © 2005-2013 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.