Uses of Class
eu.datex2.siri21.schema._2_0rc1._2_0.TpegLoc02DirectionTypeEnum
-
Packages that use TpegLoc02DirectionTypeEnum Package Description eu.datex2.siri21.schema._2_0rc1._2_0 -
-
Uses of TpegLoc02DirectionTypeEnum in eu.datex2.siri21.schema._2_0rc1._2_0
Fields in eu.datex2.siri21.schema._2_0rc1._2_0 declared as TpegLoc02DirectionTypeEnum Modifier and Type Field Description protected TpegLoc02DirectionTypeEnumTpegLinearLocation. tpegDirectionprotected TpegLoc02DirectionTypeEnumTpegPointLocation. tpegDirectionMethods in eu.datex2.siri21.schema._2_0rc1._2_0 that return TpegLoc02DirectionTypeEnum Modifier and Type Method Description static TpegLoc02DirectionTypeEnumTpegLoc02DirectionTypeEnum. fromValue(String v)TpegLoc02DirectionTypeEnumTpegLinearLocation. getTpegDirection()Gets the value of the tpegDirection property.TpegLoc02DirectionTypeEnumTpegPointLocation. getTpegDirection()Gets the value of the tpegDirection property.static TpegLoc02DirectionTypeEnumTpegLoc02DirectionTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static TpegLoc02DirectionTypeEnum[]TpegLoc02DirectionTypeEnum. 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 TpegLoc02DirectionTypeEnum Modifier and Type Method Description voidTpegLinearLocation. setTpegDirection(TpegLoc02DirectionTypeEnum value)Sets the value of the tpegDirection property.voidTpegPointLocation. setTpegDirection(TpegLoc02DirectionTypeEnum value)Sets the value of the tpegDirection property.
-