Uses of Class
uk.org.ifopt.siri13.StopPlaceTypeEnumeration
-
Packages that use StopPlaceTypeEnumeration Package Description uk.org.ifopt.siri13 uk.org.siri.siri13 -
-
Uses of StopPlaceTypeEnumeration in uk.org.ifopt.siri13
Methods in uk.org.ifopt.siri13 that return StopPlaceTypeEnumeration Modifier and Type Method Description static StopPlaceTypeEnumerationStopPlaceTypeEnumeration. fromValue(String v)static StopPlaceTypeEnumerationStopPlaceTypeEnumeration. valueOf(String name)Returns the enum constant of this type with the specified name.static StopPlaceTypeEnumeration[]StopPlaceTypeEnumeration. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of StopPlaceTypeEnumeration in uk.org.siri.siri13
Fields in uk.org.siri.siri13 declared as StopPlaceTypeEnumeration Modifier and Type Field Description protected StopPlaceTypeEnumerationAffectedStopPlaceStructure. stopPlaceTypeMethods in uk.org.siri.siri13 that return StopPlaceTypeEnumeration Modifier and Type Method Description StopPlaceTypeEnumerationAffectedStopPlaceStructure. getStopPlaceType()Gets the value of the stopPlaceType property.Methods in uk.org.siri.siri13 with parameters of type StopPlaceTypeEnumeration Modifier and Type Method Description voidAffectedStopPlaceStructure. setStopPlaceType(StopPlaceTypeEnumeration value)Sets the value of the stopPlaceType property.
-