Uses of Class
uk.org.siri.siri21.DelayBandEnumeration
-
Packages that use DelayBandEnumeration Package Description uk.org.siri.siri21 -
-
Uses of DelayBandEnumeration in uk.org.siri.siri21
Fields in uk.org.siri.siri21 declared as DelayBandEnumeration Modifier and Type Field Description protected DelayBandEnumerationDelaysStructure. delayBandMethods in uk.org.siri.siri21 that return DelayBandEnumeration Modifier and Type Method Description static DelayBandEnumerationDelayBandEnumeration. fromValue(String v)DelayBandEnumerationDelaysStructure. getDelayBand()Gets the value of the delayBand property.static DelayBandEnumerationDelayBandEnumeration. valueOf(String name)Returns the enum constant of this type with the specified name.static DelayBandEnumeration[]DelayBandEnumeration. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in uk.org.siri.siri21 with parameters of type DelayBandEnumeration Modifier and Type Method Description voidDelaysStructure. setDelayBand(DelayBandEnumeration value)Sets the value of the delayBand property.
-