com.ebmwebsourcing.easybpmn.bpmn20diagram.api.type
Interface TBPMNShape

All Superinterfaces:
java.lang.Comparable<com.ebmwebsourcing.easybox.api.XmlObjectNode>, DiagramElement, LabeledShape, Node, Shape, TDiagramElement, TLabeledShape, TNode, TShape, WithBounds, WithBPMNElementRef, WithBPMNLabel, com.ebmwebsourcing.easybox.api.with.WithId, com.ebmwebsourcing.easybox.api.with.WithOtherAttributes, com.ebmwebsourcing.easybox.api.XmlObject, com.ebmwebsourcing.easybox.api.XmlObjectNode
All Known Subinterfaces:
BPMNShape

public interface TBPMNShape
extends LabeledShape, WithBPMNElementRef, WithBPMNLabel


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.ebmwebsourcing.easybpmn.bpmn20diagram.api.type.TDiagramElement
TDiagramElement.Extension
 
Field Summary
 
Fields inherited from interface com.ebmwebsourcing.easybpmn.bpmn20diagram.api.element.LabeledShape
QNAME
 
Fields inherited from interface com.ebmwebsourcing.easybox.api.XmlObject
EMPTY_ARRAY
 
Method Summary
 javax.xml.namespace.QName getChoreographyActivityShape()
           
 TParticipantBandKind getParticipantBandKind()
           
 boolean hasChoreographyActivityShape()
           
 boolean hasIsExpanded()
           
 boolean hasIsHorizontal()
           
 boolean hasIsMarkerVisible()
           
 boolean hasIsMessageVisible()
           
 boolean hasParticipantBandKind()
           
 boolean isIsExpanded()
           
 boolean isIsHorizontal()
           
 boolean isIsMarkerVisible()
           
 boolean isIsMessageVisible()
           
 void setChoreographyActivityShape(javax.xml.namespace.QName value)
           
 void setIsExpanded(boolean value)
           
 void setIsHorizontal(boolean value)
           
 void setIsMarkerVisible(boolean value)
           
 void setIsMessageVisible(boolean value)
           
 void setParticipantBandKind(TParticipantBandKind value)
           
 void unsetIsExpanded()
           
 void unsetIsHorizontal()
           
 void unsetIsMarkerVisible()
           
 void unsetIsMessageVisible()
           
 
Methods inherited from interface com.ebmwebsourcing.easybpmn.bpmn20diagram.api.type.TShape
getBounds, hasBounds, setBounds
 
Methods inherited from interface com.ebmwebsourcing.easybpmn.bpmn20diagram.api.type.TDiagramElement
getExtension, hasExtension, setExtension
 
Methods inherited from interface com.ebmwebsourcing.easybox.api.XmlObject
duplicateXmlObject, duplicateXmlObjectAs, getXmlContext, getXmlObjectAdoptedChildren, getXmlObjectAttributes, getXmlObjectDOMNode, getXmlObjectInScopeNamespaces, getXmlObjectNaturalChildren, setXmlObjectQName
 
Methods inherited from interface com.ebmwebsourcing.easybox.api.XmlObjectNode
getUserData, getXmlObjectAncestors, getXmlObjectBaseIndexes, getXmlObjectBaseRoot, getXmlObjectBaseURI, getXmlObjectBaseXPath, getXmlObjectChildren, getXmlObjectDescendants, getXmlObjectFollowing, getXmlObjectFollowingSibling, getXmlObjectFollowingSiblings, getXmlObjectIndex, getXmlObjectParent, getXmlObjectPreceding, getXmlObjectPrecedingOrAncestor, getXmlObjectPrecedingSibling, getXmlObjectPrecedingSiblings, getXmlObjectQName, getXmlObjectRoot, getXmlObjectTextContent, getXmlObjectValue, hasUserData, setUserData
 
Methods inherited from interface java.lang.Comparable
compareTo
 
Methods inherited from interface com.ebmwebsourcing.easybox.api.with.WithOtherAttributes
addOtherAttribute, clearOtherAttributes, getOtherAttribute, getOtherAttributes, hasOtherAttribute, removeOtherAttribute
 
Methods inherited from interface com.ebmwebsourcing.easybox.api.with.WithId
getId, setId
 
Methods inherited from interface com.ebmwebsourcing.easybpmn.bpmn20diagram.api.with.WithBPMNElementRef
getBpmnElement, hasBpmnElement, setBpmnElement
 
Methods inherited from interface com.ebmwebsourcing.easybpmn.bpmn20diagram.api.with.WithBPMNLabel
getBPMNLabel, hasBPMNLabel, setBPMNLabel
 

Method Detail

isIsHorizontal

boolean isIsHorizontal()

setIsHorizontal

void setIsHorizontal(boolean value)

hasIsHorizontal

boolean hasIsHorizontal()

unsetIsHorizontal

void unsetIsHorizontal()

isIsExpanded

boolean isIsExpanded()

setIsExpanded

void setIsExpanded(boolean value)

hasIsExpanded

boolean hasIsExpanded()

unsetIsExpanded

void unsetIsExpanded()

isIsMarkerVisible

boolean isIsMarkerVisible()

setIsMarkerVisible

void setIsMarkerVisible(boolean value)

hasIsMarkerVisible

boolean hasIsMarkerVisible()

unsetIsMarkerVisible

void unsetIsMarkerVisible()

isIsMessageVisible

boolean isIsMessageVisible()

setIsMessageVisible

void setIsMessageVisible(boolean value)

hasIsMessageVisible

boolean hasIsMessageVisible()

unsetIsMessageVisible

void unsetIsMessageVisible()

getParticipantBandKind

TParticipantBandKind getParticipantBandKind()

setParticipantBandKind

void setParticipantBandKind(TParticipantBandKind value)

hasParticipantBandKind

boolean hasParticipantBandKind()

getChoreographyActivityShape

javax.xml.namespace.QName getChoreographyActivityShape()

setChoreographyActivityShape

void setChoreographyActivityShape(javax.xml.namespace.QName value)

hasChoreographyActivityShape

boolean hasChoreographyActivityShape()


Copyright © 2011 Petals Link. All Rights Reserved.