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

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

Uses of ImportSemantics in org.sintef.mofscript.MOFScriptModel
 

Fields in org.sintef.mofscript.MOFScriptModel declared as ImportSemantics
static ImportSemantics ImportSemantics.ACCESS_LITERAL
          The 'ACCESS' literal object
static ImportSemantics ImportSemantics.IMPORT_LITERAL
          The 'IMPORT' literal object
 

Methods in org.sintef.mofscript.MOFScriptModel that return ImportSemantics
static ImportSemantics ImportSemantics.get(int value)
          Returns the 'Import Semantics' literal with the specified integer value
static ImportSemantics ImportSemantics.get(java.lang.String literal)
          Returns the 'Import Semantics' literal with the specified literal value
static ImportSemantics ImportSemantics.getByName(java.lang.String name)
          Returns the 'Import Semantics' literal with the specified name
 ImportSemantics MOFScriptImport.getImportSemantics()
          Returns the value of the 'Import Semantics' attribute.
 

Methods in org.sintef.mofscript.MOFScriptModel with parameters of type ImportSemantics
 void MOFScriptImport.setImportSemantics(ImportSemantics value)
          Sets the value of the 'Import Semantics' attribute
 

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

Fields in org.sintef.mofscript.MOFScriptModel.impl declared as ImportSemantics
protected static ImportSemantics MOFScriptImportImpl.IMPORT_SEMANTICS_EDEFAULT
          The default value of the 'Import Semantics' attribute
protected  ImportSemantics MOFScriptImportImpl.importSemantics
          The cached value of the 'Import Semantics' attribute
 

Methods in org.sintef.mofscript.MOFScriptModel.impl that return ImportSemantics
 ImportSemantics MOFScriptModelFactoryImpl.createImportSemanticsFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 ImportSemantics MOFScriptImportImpl.getImportSemantics()
           
 

Methods in org.sintef.mofscript.MOFScriptModel.impl with parameters of type ImportSemantics
 void MOFScriptImportImpl.setImportSemantics(ImportSemantics newImportSemantics)