|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TImport
A representation of the model object 'TImport'. Same behavior than defined in WS-BPEL: The presence of an import element should be interpreted as a hint to the WS-BPEL processor. In particular, processors are not required to retrieve the imported document from the location specified on the import element.
TaskPackage.getTImport()
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
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. |
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 |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |