org.sintef.mofscript.MOFScriptModel
Interface MOFScriptImport

All Superinterfaces:
org.eclipse.emf.ecore.EObject, MOFScriptObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
MOFScriptImportImpl

public interface MOFScriptImport
extends MOFScriptObject

A representation of the model object 'MOF Script Import'.

The following features are supported:

See Also:
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

getName

java.lang.String getName()
Returns the value of the 'Name' attribute. The default value is "".

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), MOFScriptModelPackage.getMOFScriptImport_Name()

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getType

ImportType getType()
Returns the value of the 'Type' attribute. The literals are from the enumeration ImportType.

If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Type' attribute.
See Also:
ImportType, setType(ImportType), MOFScriptModelPackage.getMOFScriptImport_Type()

setType

void setType(ImportType value)
Sets the value of the 'Type' attribute.

Parameters:
value - the new value of the 'Type' attribute.
See Also:
ImportType, getType()

getUri

java.lang.String getUri()
Returns the value of the 'Uri' attribute. The default value is "".

If the meaning of the 'Uri' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Uri' attribute.
See Also:
setUri(String), MOFScriptModelPackage.getMOFScriptImport_Uri()

setUri

void setUri(java.lang.String value)
Sets the value of the 'Uri' attribute.

Parameters:
value - the new value of the 'Uri' attribute.
See Also:
getUri()

getImportSemantics

ImportSemantics getImportSemantics()
Returns the value of the 'Import Semantics' attribute. The literals are from the enumeration ImportSemantics.

If the meaning of the 'Import Semantics' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Import Semantics' attribute.
See Also:
ImportSemantics, setImportSemantics(ImportSemantics), MOFScriptModelPackage.getMOFScriptImport_ImportSemantics()

setImportSemantics

void setImportSemantics(ImportSemantics value)
Sets the value of the 'Import Semantics' attribute.

Parameters:
value - the new value of the 'Import Semantics' attribute.
See Also:
ImportSemantics, getImportSemantics()