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

All Superinterfaces:
java.lang.Comparable<com.ebmwebsourcing.easybox.api.XmlObjectNode>, Diagram, TDiagram, com.ebmwebsourcing.easybox.api.with.WithId, com.ebmwebsourcing.easybox.api.with.WithName, com.ebmwebsourcing.easybox.api.XmlObject, com.ebmwebsourcing.easybox.api.XmlObjectNode
All Known Subinterfaces:
BPMNDiagram

public interface TBPMNDiagram
extends Diagram


Field Summary
 
Fields inherited from interface com.ebmwebsourcing.easybpmn.bpmn20diagram.api.element.Diagram
QNAME
 
Fields inherited from interface com.ebmwebsourcing.easybox.api.XmlObject
EMPTY_ARRAY
 
Method Summary
 void addBPMNLabelStyle(BPMNLabelStyle value)
           
 BPMNLabelStyle[] getBPMNLabelStyle()
           
 BPMNPlane getBPMNPlane()
           
 boolean hasBPMNLabelStyle()
           
 boolean hasBPMNPlane()
           
 void removeBPMNLabelStyle(BPMNLabelStyle value)
           
 void setBPMNPlane(BPMNPlane value)
           
 void unsetBPMNLabelStyle()
           
 
Methods inherited from interface com.ebmwebsourcing.easybpmn.bpmn20diagram.api.type.TDiagram
getDocumentation, getResolution, hasDocumentation, hasResolution, setDocumentation, setResolution, unsetResolution
 
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.WithName
getName, hasName, setName
 
Methods inherited from interface com.ebmwebsourcing.easybox.api.with.WithId
getId, setId
 

Method Detail

getBPMNPlane

BPMNPlane getBPMNPlane()

setBPMNPlane

void setBPMNPlane(BPMNPlane value)

hasBPMNPlane

boolean hasBPMNPlane()

getBPMNLabelStyle

BPMNLabelStyle[] getBPMNLabelStyle()

hasBPMNLabelStyle

boolean hasBPMNLabelStyle()

unsetBPMNLabelStyle

void unsetBPMNLabelStyle()

addBPMNLabelStyle

void addBPMNLabelStyle(BPMNLabelStyle value)

removeBPMNLabelStyle

void removeBPMNLabelStyle(BPMNLabelStyle value)


Copyright © 2011 Petals Link. All Rights Reserved.