Uses of Class
eu.datex2.siri14.schema._1_0._1_0.DelayCodeEnum
-
Packages that use DelayCodeEnum Package Description eu.datex2.siri14.schema._1_0._1_0 uk.org.siri.siri14 -
-
Uses of DelayCodeEnum in eu.datex2.siri14.schema._1_0._1_0
Fields in eu.datex2.siri14.schema._1_0._1_0 declared as DelayCodeEnum Modifier and Type Field Description protected DelayCodeEnumDelays. delayCodedprotected DelayCodeEnumAtoD. delayCodeEnumMethods in eu.datex2.siri14.schema._1_0._1_0 that return DelayCodeEnum Modifier and Type Method Description static DelayCodeEnumDelayCodeEnum. fromValue(String v)DelayCodeEnumDelays. getDelayCoded()Gets the value of the delayCoded property.DelayCodeEnumAtoD. getDelayCodeEnum()Gets the value of the delayCodeEnum property.static DelayCodeEnumDelayCodeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static DelayCodeEnum[]DelayCodeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.datex2.siri14.schema._1_0._1_0 with parameters of type DelayCodeEnum Modifier and Type Method Description voidDelays. setDelayCoded(DelayCodeEnum value)Sets the value of the delayCoded property.voidAtoD. setDelayCodeEnum(DelayCodeEnum value)Sets the value of the delayCodeEnum property. -
Uses of DelayCodeEnum in uk.org.siri.siri14
Fields in uk.org.siri.siri14 declared as DelayCodeEnum Modifier and Type Field Description protected DelayCodeEnumDelaysStructure. delayBandMethods in uk.org.siri.siri14 that return DelayCodeEnum Modifier and Type Method Description DelayCodeEnumDelaysStructure. getDelayBand()Gets the value of the delayBand property.Methods in uk.org.siri.siri14 with parameters of type DelayCodeEnum Modifier and Type Method Description voidDelaysStructure. setDelayBand(DelayCodeEnum value)Sets the value of the delayBand property.
-