public class StepDefinition extends ElementDefinition
ElementDefinition.ElementType
Constructor and Description |
---|
StepDefinition(java.util.UUID elementId) |
StepDefinition(java.util.UUID elementId,
PropertySet properties) |
Modifier and Type | Method and Description |
---|---|
ElementDefinition.ElementType |
getElementType() |
java.lang.String |
getFactoryId() |
PropertySet |
getProperties() |
boolean |
isBeginStep() |
boolean |
isEndStep() |
getElementId, getNextElements, setNextElements
public StepDefinition(java.util.UUID elementId)
public StepDefinition(java.util.UUID elementId, PropertySet properties)
public java.lang.String getFactoryId()
public boolean isBeginStep()
public boolean isEndStep()
public PropertySet getProperties()
public ElementDefinition.ElementType getElementType()
getElementType
in class ElementDefinition