Uses of Class
uk.org.ifopt.siri14.StatusEnumeration
-
Packages that use StatusEnumeration Package Description uk.org.ifopt.siri14 -
-
Uses of StatusEnumeration in uk.org.ifopt.siri14
Fields in uk.org.ifopt.siri14 declared as StatusEnumeration Modifier and Type Field Description protected StatusEnumerationAdministrativeAreaVersionedRefStructure. statusprotected StatusEnumerationAdministratorVersionedRefStructure. statusprotected StatusEnumerationVersionedObjectStructure. statusMethods in uk.org.ifopt.siri14 that return StatusEnumeration Modifier and Type Method Description static StatusEnumerationStatusEnumeration. fromValue(String v)StatusEnumerationAdministrativeAreaVersionedRefStructure. getStatus()Gets the value of the status property.StatusEnumerationAdministratorVersionedRefStructure. getStatus()Gets the value of the status property.StatusEnumerationVersionedObjectStructure. getStatus()Gets the value of the status property.static StatusEnumerationStatusEnumeration. valueOf(String name)Returns the enum constant of this type with the specified name.static StatusEnumeration[]StatusEnumeration. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in uk.org.ifopt.siri14 with parameters of type StatusEnumeration Modifier and Type Method Description voidAdministrativeAreaVersionedRefStructure. setStatus(StatusEnumeration value)Sets the value of the status property.voidAdministratorVersionedRefStructure. setStatus(StatusEnumeration value)Sets the value of the status property.voidVersionedObjectStructure. setStatus(StatusEnumeration value)Sets the value of the status property.
-