Uses of Enum Class
org.lfenergy.shapeshifter.api.MeteringUnitType
Packages that use MeteringUnitType
-
Uses of MeteringUnitType in org.lfenergy.shapeshifter.api
Fields in org.lfenergy.shapeshifter.api declared as MeteringUnitTypeMethods in org.lfenergy.shapeshifter.api that return MeteringUnitTypeModifier and TypeMethodDescriptionstatic MeteringUnitTypeMeteringProfileType.getUnit()Gets the value of the unit property.static MeteringUnitTypeReturns the enum constant of this class with the specified name.static MeteringUnitType[]MeteringUnitType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.lfenergy.shapeshifter.api with parameters of type MeteringUnitTypeModifier and TypeMethodDescriptionvoidMeteringProfileType.setUnit(MeteringUnitType value) Sets the value of the unit property.