public class SGoal extends SGOElement
Constructor and Description |
---|
SGoal()
Creates new empty instance of
SGoal . |
Modifier and Type | Method and Description |
---|---|
void |
addChild(SGOElement e) |
List<SGOElement> |
getChildren() |
GoalType |
getGoalType() |
GoalState |
getState() |
void |
postUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
Object parent)
Callback method invoked after unmarshalling XML data into target.
|
void |
preUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
Object parent)
Callback method invoked before unmarshalling into target.
|
void |
setGoalType(GoalType goalType) |
void |
setState(GoalState state) |
GOElement |
toGoalElement(Goal parent,
ProcessInstance processInstance,
ModelInstance modelInstance) |
getName, setName, toString
public SGoal()
SGoal
.public GoalState getState()
public void setState(GoalState state)
public GoalType getGoalType()
public void setGoalType(GoalType goalType)
public List<SGOElement> getChildren()
public void addChild(SGOElement e)
public void preUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, Object parent)
UnmarshalCallback
parent
- instance of JAXB mapped class that will eventually reference target.
null when target is root element.public void postUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, Object parent)
UnmarshalCallback
parent
- instance of JAXB mapped class that will reference target.
null when target is root element.public GOElement toGoalElement(Goal parent, ProcessInstance processInstance, ModelInstance modelInstance)
toGoalElement
in class SGOElement
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.