Uses of Enum Class
be.gaudry.model.brolmeter.EMeterType
-
Uses of EMeterType in be.gaudry.model.brolmeter
Modifier and TypeMethodDescriptionstatic EMeterType
EMeterType.fromInt(int key)
Meter.getMeterType()
static EMeterType
Returns the enum constant of this class with the specified name.static EMeterType[]
EMeterType.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionMeter(int id, EMeterType meterType, String unit)
MeterHibernateWrapper(int id, EMeterType meterType, String unit)
VehicleMeter(int id, EMeterType meterType, String unit)