|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LiteralType | |
---|---|
org.eclipse.mofscript.MOFScriptModel | |
org.eclipse.mofscript.MOFScriptModel.impl |
Uses of LiteralType in org.eclipse.mofscript.MOFScriptModel |
---|
Fields in org.eclipse.mofscript.MOFScriptModel with type parameters of type LiteralType | |
---|---|
static java.util.List<LiteralType> |
LiteralType.VALUES
A public read-only list of all the 'Literal Type' enumerators |
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. |
static LiteralType |
LiteralType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static LiteralType[] |
LiteralType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
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 |
---|
Fields in org.eclipse.mofscript.MOFScriptModel.impl declared as LiteralType | |
---|---|
protected LiteralType |
LiteralImpl.type
The cached value of the ' Type ' attribute |
protected static LiteralType |
LiteralImpl.TYPE_EDEFAULT
The default value of the ' Type ' attribute |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |