com.ibm.wbit.tel
Interface TImport
All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
- public interface TImport
- extends org.eclipse.emf.ecore.EObject
Since:
6.0.1
See Also:
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getImportType()
Returns the value of the 'Import Type' attribute
|
|
getLocation()
Returns the value of the 'Location' attribute
|
|
getNamespace()
Returns the value of the 'Namespace' attribute
|
|
setImportType(org.eclipse.emf.common.util.URI value)
Sets the value of the '
Import Type ' attribute
|
|
setLocation(org.eclipse.emf.common.util.URI value)
Sets the value of the '
Location ' attribute
|
|
setNamespace(org.eclipse.emf.common.util.URI value)
Sets the value of the '
Namespace ' attribute
|
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 |
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
Method Detail
getImportType
- org.eclipse.emf.common.util.URI getImportType( )
Returns:
the value of the 'Import Type' attribute.
See Also:
setImportType
- void setImportType(org.eclipse.emf.common.util.URI value)
Sets the value of the '
Import Type
' attribute.
getLocation
- org.eclipse.emf.common.util.URI getLocation( )
Returns the value of the 'Location' attribute.
If the meaning of the 'Location' attribute isn't clear, there really should be more of a description here...
Returns:
the value of the 'Location' attribute.
See Also:
setLocation
- void setLocation(org.eclipse.emf.common.util.URI value)
Sets the value of the '
Location
' attribute.
getNamespace
- org.eclipse.emf.common.util.URI getNamespace( )
Returns the value of the 'Namespace' attribute.
If the meaning of the 'Namespace' attribute isn't clear, there really should be more of a description here...
Returns:
the value of the 'Namespace' attribute.
See Also:
setNamespace
- void setNamespace(org.eclipse.emf.common.util.URI value)
Sets the value of the '
Namespace
' attribute.
If the meaning of the 'Import Type' attribute isn't clear, there really should be more of a description here...