Uses of Class
uk.org.ifopt.siri13.CongestionEnumeration
-
Packages that use CongestionEnumeration Package Description uk.org.ifopt.siri13 -
-
Uses of CongestionEnumeration in uk.org.ifopt.siri13
Fields in uk.org.ifopt.siri13 declared as CongestionEnumeration Modifier and Type Field Description protected CongestionEnumerationCheckPointStructure. congestionMethods in uk.org.ifopt.siri13 that return CongestionEnumeration Modifier and Type Method Description static CongestionEnumerationCongestionEnumeration. fromValue(String v)CongestionEnumerationCheckPointStructure. getCongestion()Gets the value of the congestion property.static CongestionEnumerationCongestionEnumeration. valueOf(String name)Returns the enum constant of this type with the specified name.static CongestionEnumeration[]CongestionEnumeration. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in uk.org.ifopt.siri13 with parameters of type CongestionEnumeration Modifier and Type Method Description voidCheckPointStructure. setCongestion(CongestionEnumeration value)Sets the value of the congestion property.
-