|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Import
A representation of the model object 'Import'.
The following features are supported:
Bpmn2Package.getImport()
Method Summary | |
---|---|
java.lang.String |
getImportType()
Returns the value of the 'Import Type' attribute. |
java.lang.String |
getLocation()
Returns the value of the 'Location' attribute. |
java.lang.String |
getNamespace()
Returns the value of the 'Namespace' attribute. |
void |
setImportType(java.lang.String value)
Sets the value of the ' Import Type ' attribute. |
void |
setLocation(java.lang.String value)
Sets the value of the ' Location ' attribute. |
void |
setNamespace(java.lang.String 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, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
java.lang.String getImportType()
If the meaning of the 'Import Type' attribute isn't clear, there really should be more of a description here...
setImportType(String)
,
Bpmn2Package.getImport_ImportType()
void setImportType(java.lang.String value)
Import Type
' attribute.
value
- the new value of the 'Import Type' attribute.getImportType()
java.lang.String getLocation()
If the meaning of the 'Location' attribute isn't clear, there really should be more of a description here...
setLocation(String)
,
Bpmn2Package.getImport_Location()
void setLocation(java.lang.String value)
Location
' attribute.
value
- the new value of the 'Location' attribute.getLocation()
java.lang.String getNamespace()
If the meaning of the 'Namespace' attribute isn't clear, there really should be more of a description here...
setNamespace(String)
,
Bpmn2Package.getImport_Namespace()
void setNamespace(java.lang.String 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 |