com.ibm.wbit.tel

Interface TImport

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

  1. public interface TImport
  2. extends org.eclipse.emf.ecore.EObject
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.
Since:
6.0.1
See Also:
TaskPackage.getTImport()

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT

Method Summary

Modifier and Type Method and Description
  1. org.eclipse.emf.common.util.URI
getImportType()
Returns the value of the 'Import Type' attribute
  1. org.eclipse.emf.common.util.URI
getLocation()
Returns the value of the 'Location' attribute
  1. org.eclipse.emf.common.util.URI
getNamespace()
Returns the value of the 'Namespace' attribute
  1. void
setImportType(org.eclipse.emf.common.util.URI value)
Sets the value of the ' Import Type' attribute
  1. void
setLocation(org.eclipse.emf.common.util.URI value)
Sets the value of the ' Location' attribute
  1. 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

  1. static final java.lang.String COPYRIGHT
See Also:

Method Detail

getImportType

  1. org.eclipse.emf.common.util.URI getImportType( )
Returns the value of the 'Import Type' attribute.

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

Returns:
the value of the 'Import Type' attribute.
See Also:

setImportType

  1. void setImportType(org.eclipse.emf.common.util.URI value)
Sets the value of the ' Import Type' attribute.
Parameters:
value - the new value of the 'Import Type' attribute.
See Also:

getLocation

  1. 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

  1. void setLocation(org.eclipse.emf.common.util.URI value)
Sets the value of the ' Location' attribute.
Parameters:
value - the new value of the 'Location' attribute.
See Also:

getNamespace

  1. 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

  1. void setNamespace(org.eclipse.emf.common.util.URI value)
Sets the value of the ' Namespace' attribute.
Parameters:
value - the new value of the 'Namespace' attribute.
See Also: