Uses of Class
adams.flow.source.OptionTraverser.TraversalStart
-
Packages that use OptionTraverser.TraversalStart Package Description adams.flow.source adams.flow.template -
-
Uses of OptionTraverser.TraversalStart in adams.flow.source
Fields in adams.flow.source declared as OptionTraverser.TraversalStart Modifier and Type Field Description protected OptionTraverser.TraversalStart
OptionTraverser. m_Start
the start of the traversal.Methods in adams.flow.source that return OptionTraverser.TraversalStart Modifier and Type Method Description OptionTraverser.TraversalStart
OptionTraverser. getStart()
Returns where to start the traversal.static OptionTraverser.TraversalStart
OptionTraverser.TraversalStart. valueOf(String name)
Returns the enum constant of this type with the specified name.static OptionTraverser.TraversalStart[]
OptionTraverser.TraversalStart. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.flow.source with parameters of type OptionTraverser.TraversalStart Modifier and Type Method Description void
OptionTraverser. setStart(OptionTraverser.TraversalStart value)
Sets where to start the traversal. -
Uses of OptionTraverser.TraversalStart in adams.flow.template
Fields in adams.flow.template declared as OptionTraverser.TraversalStart Modifier and Type Field Description protected OptionTraverser.TraversalStart
OptionTraverser. m_Start
the start of the traversal.Methods in adams.flow.template that return OptionTraverser.TraversalStart Modifier and Type Method Description OptionTraverser.TraversalStart
OptionTraverser. getStart()
Returns where to start the traversal.Methods in adams.flow.template with parameters of type OptionTraverser.TraversalStart Modifier and Type Method Description void
OptionTraverser. setStart(OptionTraverser.TraversalStart value)
Sets where to start the traversal.
-