|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 integer value |
static ImportType |
ImportType.get(java.lang.String literal)
Returns the 'Import Type' literal with the specified literal value |
static ImportType |
ImportType.getByName(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 |
MOFScriptModelFactoryImpl.createImportTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
ImportType |
MOFScriptImportImpl.getType()
|
Methods in org.sintef.mofscript.MOFScriptModel.impl with parameters of type ImportType | |
---|---|
void |
MOFScriptImportImpl.setType(ImportType newType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |