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

Packages that use ImportSemantics
org.eclipse.mofscript.MOFScriptModel   
org.eclipse.mofscript.MOFScriptModel.impl   
org.eclipse.mofscript.MOFScriptModel.validation   
 

Uses of ImportSemantics in org.eclipse.mofscript.MOFScriptModel
 

Fields in org.eclipse.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.eclipse.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.eclipse.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.eclipse.mofscript.MOFScriptModel.impl
 

Methods in org.eclipse.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.eclipse.mofscript.MOFScriptModel.impl with parameters of type ImportSemantics
 void MOFScriptImportImpl.setImportSemantics(ImportSemantics newImportSemantics)
           
 

Uses of ImportSemantics in org.eclipse.mofscript.MOFScriptModel.validation
 

Methods in org.eclipse.mofscript.MOFScriptModel.validation with parameters of type ImportSemantics
 boolean MOFScriptImportValidator.validateImportSemantics(ImportSemantics value)