|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResourceParameter
A representation of the model object 'Resource Parameter'.
The following features are supported:
Bpmn2Package.getResourceParameter()
Method Summary | |
---|---|
ItemDefinition |
getType()
Returns the value of the 'Type' reference. |
boolean |
isIsRequired()
Returns the value of the 'Is Required' attribute. |
boolean |
isSetIsRequired()
Returns whether the value of the ' Is Required ' attribute is set. |
void |
setIsRequired(boolean value)
Sets the value of the ' Is Required ' attribute. |
void |
setType(ItemDefinition value)
Sets the value of the ' Type ' reference. |
void |
unsetIsRequired()
Unsets the value of the ' Is Required ' attribute. |
Methods inherited from interface com.ibm.xtools.bpmn2.BaseElement |
---|
getAny, getAnyAttribute, getDocumentations, getExtensionElements, getId, getName, setExtensionElements, setId, setName |
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 |
---|
boolean isIsRequired()
If the meaning of the 'Is Required' attribute isn't clear, there really should be more of a description here...
isSetIsRequired()
,
unsetIsRequired()
,
setIsRequired(boolean)
,
Bpmn2Package.getResourceParameter_IsRequired()
void setIsRequired(boolean value)
Is Required
' attribute.
value
- the new value of the 'Is Required' attribute.isSetIsRequired()
,
unsetIsRequired()
,
isIsRequired()
void unsetIsRequired()
Is Required
' attribute.
isSetIsRequired()
,
isIsRequired()
,
setIsRequired(boolean)
boolean isSetIsRequired()
Is Required
' attribute is set.
unsetIsRequired()
,
isIsRequired()
,
setIsRequired(boolean)
ItemDefinition getType()
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
setType(ItemDefinition)
,
Bpmn2Package.getResourceParameter_Type()
void setType(ItemDefinition value)
Type
' reference.
value
- the new value of the 'Type' reference.getType()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |