|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LiteralType | |
---|---|
org.eclipse.mofscript.MOFScriptModel | |
org.eclipse.mofscript.MOFScriptModel.impl | |
org.eclipse.mofscript.MOFScriptModel.validation |
Uses of LiteralType in org.eclipse.mofscript.MOFScriptModel |
---|
Fields in org.eclipse.mofscript.MOFScriptModel declared as LiteralType | |
---|---|
static LiteralType |
LiteralType.BOOLEAN_LITERAL
The 'BOOLEAN' literal object |
static LiteralType |
LiteralType.INTEGER_LITERAL
The 'INTEGER' literal object |
static LiteralType |
LiteralType.NULL_LITERAL
The 'NULL' literal object |
static LiteralType |
LiteralType.REAL_LITERAL
The 'REAL' literal object |
static LiteralType |
LiteralType.STRING_LITERAL
The 'STRING' literal object |
Methods in org.eclipse.mofscript.MOFScriptModel that return LiteralType | |
---|---|
static LiteralType |
LiteralType.get(int value)
Returns the 'Literal Type' literal with the specified integer value |
static LiteralType |
LiteralType.get(java.lang.String literal)
Returns the 'Literal Type' literal with the specified literal value |
static LiteralType |
LiteralType.getByName(java.lang.String name)
Returns the 'Literal Type' literal with the specified name |
LiteralType |
Literal.getType()
Returns the value of the 'Type' attribute. |
Methods in org.eclipse.mofscript.MOFScriptModel with parameters of type LiteralType | |
---|---|
void |
Literal.setType(LiteralType value)
Sets the value of the ' Type ' attribute |
Uses of LiteralType in org.eclipse.mofscript.MOFScriptModel.impl |
---|
Methods in org.eclipse.mofscript.MOFScriptModel.impl that return LiteralType | |
---|---|
LiteralType |
MOFScriptModelFactoryImpl.createLiteralTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
LiteralType |
LiteralImpl.getType()
|
Methods in org.eclipse.mofscript.MOFScriptModel.impl with parameters of type LiteralType | |
---|---|
void |
LiteralImpl.setType(LiteralType newType)
|
Uses of LiteralType in org.eclipse.mofscript.MOFScriptModel.validation |
---|
Methods in org.eclipse.mofscript.MOFScriptModel.validation with parameters of type LiteralType | |
---|---|
boolean |
LiteralValidator.validateType(LiteralType value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |