Uses of Enum Class
be.gaudry.model.brolmeter.EMeterType
Packages that use EMeterType
-
Uses of EMeterType in be.gaudry.model.brolmeter
Methods in be.gaudry.model.brolmeter that return EMeterTypeModifier 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.Methods in be.gaudry.model.brolmeter with parameters of type EMeterTypeConstructors in be.gaudry.model.brolmeter with parameters of type EMeterTypeModifierConstructorDescriptionMeter(int id, EMeterType meterType, String unit)
MeterHibernateWrapper(int id, EMeterType meterType, String unit)
VehicleMeter(int id, EMeterType meterType, String unit)