com.soyatec.bpmn
Interface Property

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

public interface Property
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Property'. Property is used in the definition of attributes for a Process and common activity attributes.

The following features are supported:

See Also:
BPMNPackage.getProperty()

Method Summary
 java.lang.String getName()
          Returns the value of the 'Name' attribute
 java.lang.String getType()
          Returns the value of the 'Type' attribute
 boolean isCorrelation()
          Returns the value of the 'Correlation' attribute
 void setCorrelation(boolean value)
          Sets the value of the 'Correlation' attribute
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute
 void setType(java.lang.String value)
          Sets the value of the 'Type' 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
 

Method Detail

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), BPMNPackage.getProperty_Name()

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getType

java.lang.String getType()
Returns the value of the 'Type' attribute.

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' attribute.
See Also:
setType(String), BPMNPackage.getProperty_Type()

setType

void setType(java.lang.String value)
Sets the value of the 'Type' attribute.

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

isCorrelation

boolean isCorrelation()
Returns the value of the 'Correlation' attribute.

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

Returns:
the value of the 'Correlation' attribute.
See Also:
setCorrelation(boolean), BPMNPackage.getProperty_Correlation()

setCorrelation

void setCorrelation(boolean value)
Sets the value of the 'Correlation' attribute.

Parameters:
value - the new value of the 'Correlation' attribute.
See Also:
isCorrelation()