Uses of Class
eu.datex2.siri21.schema._2_0rc1._2_0.DelaysTypeEnum
-
Packages that use DelaysTypeEnum Package Description eu.datex2.siri21.schema._2_0rc1._2_0 uk.org.siri.siri21 -
-
Uses of DelaysTypeEnum in eu.datex2.siri21.schema._2_0rc1._2_0
Fields in eu.datex2.siri21.schema._2_0rc1._2_0 declared as DelaysTypeEnum Modifier and Type Field Description protected DelaysTypeEnumDelays. delaysTypeMethods in eu.datex2.siri21.schema._2_0rc1._2_0 that return DelaysTypeEnum Modifier and Type Method Description static DelaysTypeEnumDelaysTypeEnum. fromValue(String v)DelaysTypeEnumDelays. getDelaysType()Gets the value of the delaysType property.static DelaysTypeEnumDelaysTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static DelaysTypeEnum[]DelaysTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.datex2.siri21.schema._2_0rc1._2_0 with parameters of type DelaysTypeEnum Modifier and Type Method Description voidDelays. setDelaysType(DelaysTypeEnum value)Sets the value of the delaysType property. -
Uses of DelaysTypeEnum in uk.org.siri.siri21
Fields in uk.org.siri.siri21 declared as DelaysTypeEnum Modifier and Type Field Description protected DelaysTypeEnumDelaysStructure. delayTypeMethods in uk.org.siri.siri21 that return DelaysTypeEnum Modifier and Type Method Description DelaysTypeEnumDelaysStructure. getDelayType()Gets the value of the delayType property.Methods in uk.org.siri.siri21 with parameters of type DelaysTypeEnum Modifier and Type Method Description voidDelaysStructure. setDelayType(DelaysTypeEnum value)Sets the value of the delayType property.
-