public interface TImport
extends org.eclipse.emf.ecore.EObject
TaskPackage.getTImport()
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.URI |
getImportType()
Returns the value of the 'Import Type' attribute
|
org.eclipse.emf.common.util.URI |
getLocation()
Returns the value of the 'Location' attribute
|
org.eclipse.emf.common.util.URI |
getNamespace()
Returns the value of the 'Namespace' attribute
|
void |
setImportType(org.eclipse.emf.common.util.URI value)
Sets the value of the '
Import Type ' attribute |
void |
setLocation(org.eclipse.emf.common.util.URI value)
Sets the value of the '
Location ' attribute |
void |
setNamespace(org.eclipse.emf.common.util.URI value)
Sets the value of the '
Namespace ' attribute |
static final java.lang.String COPYRIGHT
org.eclipse.emf.common.util.URI getImportType()
If the meaning of the 'Import Type' attribute isn't clear, there really should be more of a description here...
setImportType(URI)
,
TaskPackage.getTImport_ImportType()
void setImportType(org.eclipse.emf.common.util.URI value)
Import Type
' attribute.
value
- the new value of the 'Import Type' attribute.getImportType()
org.eclipse.emf.common.util.URI getLocation()
If the meaning of the 'Location' attribute isn't clear, there really should be more of a description here...
setLocation(URI)
,
TaskPackage.getTImport_Location()
void setLocation(org.eclipse.emf.common.util.URI value)
Location
' attribute.
value
- the new value of the 'Location' attribute.getLocation()
org.eclipse.emf.common.util.URI getNamespace()
If the meaning of the 'Namespace' attribute isn't clear, there really should be more of a description here...
setNamespace(URI)
,
TaskPackage.getTImport_Namespace()
void setNamespace(org.eclipse.emf.common.util.URI value)
Namespace
' attribute.
value
- the new value of the 'Namespace' attribute.getNamespace()