Uses of Class
org.sintef.mofscript.MOFScriptModel.LiteralType

Packages that use LiteralType
org.sintef.mofscript.MOFScriptModel   
org.sintef.mofscript.MOFScriptModel.impl   
 

Uses of LiteralType in org.sintef.mofscript.MOFScriptModel
 

Fields in org.sintef.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.sintef.mofscript.MOFScriptModel that return LiteralType
static LiteralType LiteralType.get(int value)
          Returns the 'Literal Type' literal with the specified value
static LiteralType LiteralType.get(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.sintef.mofscript.MOFScriptModel with parameters of type LiteralType
 void Literal.setType(LiteralType value)
          Sets the value of the 'Type' attribute
 

Uses of LiteralType in org.sintef.mofscript.MOFScriptModel.impl
 

Fields in org.sintef.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.sintef.mofscript.MOFScriptModel.impl that return LiteralType
 LiteralType LiteralImpl.getType()
           
 

Methods in org.sintef.mofscript.MOFScriptModel.impl with parameters of type LiteralType
 void LiteralImpl.setType(LiteralType newType)