Uses of Class
eu.datex2.siri14.schema._1_0._1_0.ConstructionWorkTypeEnum
-
Packages that use ConstructionWorkTypeEnum Package Description eu.datex2.siri14.schema._1_0._1_0 -
-
Uses of ConstructionWorkTypeEnum in eu.datex2.siri14.schema._1_0._1_0
Fields in eu.datex2.siri14.schema._1_0._1_0 declared as ConstructionWorkTypeEnum Modifier and Type Field Description protected ConstructionWorkTypeEnumConstructionWorks. constructionWorkTypeprotected ConstructionWorkTypeEnumAtoD. constructionWorkTypeEnumMethods in eu.datex2.siri14.schema._1_0._1_0 that return ConstructionWorkTypeEnum Modifier and Type Method Description static ConstructionWorkTypeEnumConstructionWorkTypeEnum. fromValue(String v)ConstructionWorkTypeEnumConstructionWorks. getConstructionWorkType()Gets the value of the constructionWorkType property.ConstructionWorkTypeEnumAtoD. getConstructionWorkTypeEnum()Gets the value of the constructionWorkTypeEnum property.static ConstructionWorkTypeEnumConstructionWorkTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ConstructionWorkTypeEnum[]ConstructionWorkTypeEnum. 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 ConstructionWorkTypeEnum Modifier and Type Method Description voidConstructionWorks. setConstructionWorkType(ConstructionWorkTypeEnum value)Sets the value of the constructionWorkType property.voidAtoD. setConstructionWorkTypeEnum(ConstructionWorkTypeEnum value)Sets the value of the constructionWorkTypeEnum property.
-