Uses of Class
fr.ird.observe.dto.data.TripMapPointType
-
Packages that use TripMapPointType Package Description fr.ird.observe.dto.data -
-
Uses of TripMapPointType in fr.ird.observe.dto.data
Fields in fr.ird.observe.dto.data declared as TripMapPointType Modifier and Type Field Description protected TripMapPointTypeTripMapPoint. typeMethods in fr.ird.observe.dto.data that return TripMapPointType Modifier and Type Method Description TripMapPointTypeTripMapPoint. getType()static TripMapPointTypeTripMapPointType. valueOf(String name)Returns the enum constant of this type with the specified name.static TripMapPointType[]TripMapPointType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in fr.ird.observe.dto.data with parameters of type TripMapPointType Modifier and Type Method Description voidTripMapPoint. setType(TripMapPointType type)
-