Uses of Class
com.orchestranetworks.schema.Step
-
Packages that use Step Package Description com.onwbp.base.text Provides classes for creating user messages and nomenclatures.com.orchestranetworks.schema Represents XML Schema concepts and provides schema extensions capabilities. -
-
Uses of Step in com.onwbp.base.text
Fields in com.onwbp.base.text declared as Step Modifier and Type Field Description static StepNomenclatureItem. _defaultLabelstatic StepNomenclature. _itemsstatic StepNomenclatureItem. _value -
Uses of Step in com.orchestranetworks.schema
Methods in com.orchestranetworks.schema that return Step Modifier and Type Method Description abstract StepPath. getFirstStep()Returns the first step of this path,nullfor the root path.abstract StepPath. getLastStep()Returns the last step of this path,nullfor the root path.abstract StepPath. getStep(int i)Returns the step at the specified position in this path.abstract Step[]Path. getSteps()Returns the array of steps for this path.static StepStep. parse(String aString)Returns the step corresponding to theStringspecified.StepStep. toStepWithoutIndex()Methods in com.orchestranetworks.schema with parameters of type Step Modifier and Type Method Description abstract PathPath. add(Step aStep)abstract PathPath. addIndexedStep(Step aStep, int index)Concatenates this path instance with the specified indexed step.
-