Uses of Class
uk.org.siri.siri14.WorkflowStatusEnumeration
-
Packages that use WorkflowStatusEnumeration Package Description uk.org.siri.siri14 -
-
Uses of WorkflowStatusEnumeration in uk.org.siri.siri14
Fields in uk.org.siri.siri14 declared as WorkflowStatusEnumeration Modifier and Type Field Description protected WorkflowStatusEnumerationPtSituationElement. progressprotected WorkflowStatusEnumerationRoadSituationElement. progressFields in uk.org.siri.siri14 with type parameters of type WorkflowStatusEnumeration Modifier and Type Field Description protected List<WorkflowStatusEnumeration>SituationExchangeRequestStructure. progressesMethods in uk.org.siri.siri14 that return WorkflowStatusEnumeration Modifier and Type Method Description static WorkflowStatusEnumerationWorkflowStatusEnumeration. fromValue(String v)WorkflowStatusEnumerationPtSituationElement. getProgress()Gets the value of the progress property.WorkflowStatusEnumerationRoadSituationElement. getProgress()Gets the value of the progress property.static WorkflowStatusEnumerationWorkflowStatusEnumeration. valueOf(String name)Returns the enum constant of this type with the specified name.static WorkflowStatusEnumeration[]WorkflowStatusEnumeration. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in uk.org.siri.siri14 that return types with arguments of type WorkflowStatusEnumeration Modifier and Type Method Description List<WorkflowStatusEnumeration>SituationExchangeRequestStructure. getProgresses()Gets the value of the progresses property.Methods in uk.org.siri.siri14 with parameters of type WorkflowStatusEnumeration Modifier and Type Method Description voidPtSituationElement. setProgress(WorkflowStatusEnumeration value)Sets the value of the progress property.voidRoadSituationElement. setProgress(WorkflowStatusEnumeration value)Sets the value of the progress property.
-