| Package | Description |
|---|---|
| com.corticon.rulesemf.canonicalvocabularymodel |
| Modifier and Type | Field and Description |
|---|---|
static DataType |
DataType.BOOLEAN_LITERAL
The 'Boolean' literal object
|
static DataType |
DataType.DATE_LITERAL
The 'Date' literal object
|
static DataType |
DataType.DATE_TIME_LITERAL
The 'Date Time' literal object
|
static DataType |
DataType.DECIMAL_LITERAL
The 'Decimal' literal object
|
static DataType |
DataType.INTEGER_LITERAL
The 'Integer' literal object
|
static DataType |
DataType.STRING_LITERAL
The 'String' literal object
|
static DataType |
DataType.TIME_LITERAL
The 'Time' literal object
|
static DataType |
DataType.UNSPECIFIED_LITERAL
The 'Unspecified' literal object
|
| Modifier and Type | Method and Description |
|---|---|
static DataType |
DataType.get(int value)
Returns the 'Data Type' literal with the specified integer value
|
static DataType |
DataType.get(java.lang.String literal)
Returns the 'Data Type' literal with the specified literal value
|
static DataType |
DataType.getByName(java.lang.String name)
Returns the 'Data Type' literal with the specified name
|
DataType |
VocabularyDataType.getValue()
Returns the value of the 'Value' attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VocabularyDataType.setValue(DataType value)
Sets the value of the '
Value' attribute |
Copyright © 2005-2013 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.