Uses of Class
uk.org.ifopt.siri13.StopPlaceComponentTypeEnumeration
-
Packages that use StopPlaceComponentTypeEnumeration Package Description uk.org.ifopt.siri13 uk.org.siri.siri13 -
-
Uses of StopPlaceComponentTypeEnumeration in uk.org.ifopt.siri13
Methods in uk.org.ifopt.siri13 that return StopPlaceComponentTypeEnumeration Modifier and Type Method Description static StopPlaceComponentTypeEnumerationStopPlaceComponentTypeEnumeration. fromValue(String v)static StopPlaceComponentTypeEnumerationStopPlaceComponentTypeEnumeration. valueOf(String name)Returns the enum constant of this type with the specified name.static StopPlaceComponentTypeEnumeration[]StopPlaceComponentTypeEnumeration. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of StopPlaceComponentTypeEnumeration in uk.org.siri.siri13
Fields in uk.org.siri.siri13 declared as StopPlaceComponentTypeEnumeration Modifier and Type Field Description protected StopPlaceComponentTypeEnumerationAffectedStopPlaceComponentStructure. componentTypeMethods in uk.org.siri.siri13 that return StopPlaceComponentTypeEnumeration Modifier and Type Method Description StopPlaceComponentTypeEnumerationAffectedStopPlaceComponentStructure. getComponentType()Gets the value of the componentType property.Methods in uk.org.siri.siri13 with parameters of type StopPlaceComponentTypeEnumeration Modifier and Type Method Description voidAffectedStopPlaceComponentStructure. setComponentType(StopPlaceComponentTypeEnumeration value)Sets the value of the componentType property.
-