|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MOFScriptImport
A representation of the model object 'MOF Script Import'.
The following features are supported:
MOFScriptModelPackage.getMOFScriptImport()
Method Summary | |
---|---|
ImportSemantics |
getImportSemantics()
Returns the value of the 'Import Semantics' attribute. |
java.lang.String |
getName()
Returns the value of the 'Name' attribute |
ImportType |
getType()
Returns the value of the 'Type' attribute. |
java.lang.String |
getUri()
Returns the value of the 'Uri' attribute |
void |
setImportSemantics(ImportSemantics value)
Sets the value of the ' Import Semantics ' attribute |
void |
setName(java.lang.String value)
Sets the value of the ' Name ' attribute |
void |
setType(ImportType value)
Sets the value of the ' Type ' attribute |
void |
setUri(java.lang.String value)
Sets the value of the ' Uri ' attribute |
Methods inherited from interface org.sintef.mofscript.MOFScriptModel.MOFScriptObject |
---|
getColumn, getComment, getLine, setColumn, setLine |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
MOFScriptModelPackage.getMOFScriptImport_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
ImportType getType()
ImportType
.
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
ImportType
,
setType(ImportType)
,
MOFScriptModelPackage.getMOFScriptImport_Type()
void setType(ImportType value)
Type
' attribute.
value
- the new value of the 'Type' attribute.ImportType
,
getType()
java.lang.String getUri()
If the meaning of the 'Uri' attribute isn't clear, there really should be more of a description here...
setUri(String)
,
MOFScriptModelPackage.getMOFScriptImport_Uri()
void setUri(java.lang.String value)
Uri
' attribute.
value
- the new value of the 'Uri' attribute.getUri()
ImportSemantics getImportSemantics()
ImportSemantics
.
If the meaning of the 'Import Semantics' attribute isn't clear, there really should be more of a description here...
ImportSemantics
,
setImportSemantics(ImportSemantics)
,
MOFScriptModelPackage.getMOFScriptImport_ImportSemantics()
void setImportSemantics(ImportSemantics value)
Import Semantics
' attribute.
value
- the new value of the 'Import Semantics' attribute.ImportSemantics
,
getImportSemantics()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |