|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ImportType | |
---|---|
org.eclipse.mofscript.MOFScriptModel | |
org.eclipse.mofscript.MOFScriptModel.impl | |
org.eclipse.mofscript.MOFScriptModel.validation |
Uses of ImportType in org.eclipse.mofscript.MOFScriptModel |
---|
Fields in org.eclipse.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.eclipse.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.eclipse.mofscript.MOFScriptModel with parameters of type ImportType | |
---|---|
void |
MOFScriptImport.setType(ImportType value)
Sets the value of the ' Type ' attribute |
Uses of ImportType in org.eclipse.mofscript.MOFScriptModel.impl |
---|
Methods in org.eclipse.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.eclipse.mofscript.MOFScriptModel.impl with parameters of type ImportType | |
---|---|
void |
MOFScriptImportImpl.setType(ImportType newType)
|
Uses of ImportType in org.eclipse.mofscript.MOFScriptModel.validation |
---|
Methods in org.eclipse.mofscript.MOFScriptModel.validation with parameters of type ImportType | |
---|---|
boolean |
MOFScriptImportValidator.validateType(ImportType value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |