|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ImportSemantics | |
---|---|
org.eclipse.mofscript.MOFScriptModel | |
org.eclipse.mofscript.MOFScriptModel.impl |
Uses of ImportSemantics in org.eclipse.mofscript.MOFScriptModel |
---|
Fields in org.eclipse.mofscript.MOFScriptModel with type parameters of type ImportSemantics | |
---|---|
static java.util.List<ImportSemantics> |
ImportSemantics.VALUES
A public read-only list of all the 'Import Semantics' enumerators |
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. |
static ImportSemantics |
ImportSemantics.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ImportSemantics[] |
ImportSemantics.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 ImportSemantics | |
---|---|
void |
MOFScriptImport.setImportSemantics(ImportSemantics value)
Sets the value of the ' Import Semantics ' attribute |
Uses of ImportSemantics in org.eclipse.mofscript.MOFScriptModel.impl |
---|
Fields in org.eclipse.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.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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |