Class NodeDefinition
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.NamedElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.ViewDefinition
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.NodeDefinition
Java class for NodeDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NodeDefinition"> <complexContent> <extension base="{http://www.omg.com/dd/1.0.0}ViewDefinition"> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.ViewDefinition
_abstract, childDefinition, constraint, contextType, id, styleDefinition, superDefinition
Fields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.NamedElement
name
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.ViewDefinition
getChildDefinition, getConstraint, getContextType, getId, getStyleDefinition, getSuperDefinition, isAbstract, setAbstract, setContextType, setId, setSuperDefinition
Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.NamedElement
getName, setName
-
Constructor Details
-
NodeDefinition
public NodeDefinition()
-