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

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

Uses of ImportType in org.sintef.mofscript.MOFScriptModel
 

Fields in org.sintef.mofscript.MOFScriptModel declared as ImportType
static ImportType ImportType.LIBRARY_LITERAL
          The 'LIBRARY' literal object
static ImportType ImportType.TRANSFORMATION_LITERAL
          The 'TRANSFORMATION' literal object
 

Methods in org.sintef.mofscript.MOFScriptModel that return ImportType
static ImportType ImportType.get(int value)
          Returns the 'Import Type' literal with the specified value
static ImportType ImportType.get(java.lang.String name)
          Returns the 'Import Type' literal with the specified name
 ImportType MOFScriptImport.getType()
          Returns the value of the 'Type' attribute.
 

Methods in org.sintef.mofscript.MOFScriptModel with parameters of type ImportType
 void MOFScriptImport.setType(ImportType value)
          Sets the value of the 'Type' attribute
 

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

Fields in org.sintef.mofscript.MOFScriptModel.impl declared as ImportType
protected  ImportType MOFScriptImportImpl.type
          The cached value of the 'Type' attribute
protected static ImportType MOFScriptImportImpl.TYPE_EDEFAULT
          The default value of the 'Type' attribute
 

Methods in org.sintef.mofscript.MOFScriptModel.impl that return ImportType
 ImportType MOFScriptImportImpl.getType()
           
 

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