Package org.omg.spec.bpmn.model
Class Label
- java.lang.Object
-
- org.omg.spec.bpmn.model.DiagramElement
-
- org.omg.spec.bpmn.model.Node
-
- org.omg.spec.bpmn.model.Label
-
- Direct Known Subclasses:
BPMNLabel
public abstract class Label extends Node
Java class for Label complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Label"> <complexContent> <extension base="{http://www.omg.org/spec/DD/20100524/DI}Node"> <sequence> <element ref="{http://www.omg.org/spec/DD/20100524/DC}Bounds" minOccurs="0"/> </sequence> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.omg.spec.bpmn.model.DiagramElement
DiagramElement.Extension
-
-
Field Summary
Fields Modifier and Type Field Description protected Boundsbounds-
Fields inherited from class org.omg.spec.bpmn.model.DiagramElement
extension, id
-
-
Constructor Summary
Constructors Constructor Description Label()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BoundsgetBounds()Gets the value of the bounds property.voidsetBounds(Bounds value)Sets the value of the bounds property.-
Methods inherited from class org.omg.spec.bpmn.model.DiagramElement
getExtension, getId, getOtherAttributes, setExtension, setId
-
-
-
-
Field Detail
-
bounds
protected Bounds bounds
-
-