com.ibm.xtools.bpmn2
Interface ResourceParameter

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

public interface ResourceParameter
extends BaseElement

A representation of the model object 'Resource Parameter'.

The following features are supported:

See Also:
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

isIsRequired

boolean isIsRequired()
Returns the value of the 'Is Required' attribute.

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

Returns:
the value of the 'Is Required' attribute.
See Also:
isSetIsRequired(), unsetIsRequired(), setIsRequired(boolean), Bpmn2Package.getResourceParameter_IsRequired()

setIsRequired

void setIsRequired(boolean value)
Sets the value of the 'Is Required' attribute.

Parameters:
value - the new value of the 'Is Required' attribute.
See Also:
isSetIsRequired(), unsetIsRequired(), isIsRequired()

unsetIsRequired

void unsetIsRequired()
Unsets the value of the 'Is Required' attribute.

See Also:
isSetIsRequired(), isIsRequired(), setIsRequired(boolean)

isSetIsRequired

boolean isSetIsRequired()
Returns whether the value of the 'Is Required' attribute is set.

Returns:
whether the value of the 'Is Required' attribute is set.
See Also:
unsetIsRequired(), isIsRequired(), setIsRequired(boolean)

getType

ItemDefinition getType()
Returns the value of the 'Type' reference.

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

Returns:
the value of the 'Type' reference.
See Also:
setType(ItemDefinition), Bpmn2Package.getResourceParameter_Type()

setType

void setType(ItemDefinition value)
Sets the value of the 'Type' reference.

Parameters:
value - the new value of the 'Type' reference.
See Also:
getType()