Interface NamespaceImport
-
- All Known Implementing Classes:
NamespaceImportImpl
public interface NamespaceImport extends EObject
A representation of the model object 'Namespace Import'.The following features are supported:
- See Also:
BindingPackage.getNamespaceImport()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getImportedName()
Returns the value of the 'Imported Name' attribute.Namespace
getImportedNamespace()
Returns the value of the 'Imported Namespace' reference.void
setImportedName(String value)
Sets the value of the 'Imported Name
' attribute.void
setImportedNamespace(Namespace value)
Sets the value of the 'Imported Namespace
' reference.-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getImportedName
String getImportedName()
Returns the value of the 'Imported Name' attribute.- Returns:
- the value of the 'Imported Name' attribute.
- See Also:
setImportedName(String)
,BindingPackage.getNamespaceImport_ImportedName()
- Generated class or method.
- EMF model class or method.
-
setImportedName
void setImportedName(String value)
Sets the value of the 'Imported Name
' attribute.- Parameters:
value
- the new value of the 'Imported Name' attribute.- See Also:
getImportedName()
- Generated class or method.
-
getImportedNamespace
Namespace getImportedNamespace()
Returns the value of the 'Imported Namespace' reference.- Returns:
- the value of the 'Imported Namespace' reference.
- See Also:
setImportedNamespace(Namespace)
,BindingPackage.getNamespaceImport_ImportedNamespace()
- Generated class or method.
- EMF model class or method.
- required="true"
-
setImportedNamespace
void setImportedNamespace(Namespace value)
Sets the value of the 'Imported Namespace
' reference.- Parameters:
value
- the new value of the 'Imported Namespace' reference.- See Also:
getImportedNamespace()
- Generated class or method.
-
-