Uses of Enum Class
org.lfenergy.shapeshifter.api.MeteringProfileEnum
Packages that use MeteringProfileEnum
-
Uses of MeteringProfileEnum in org.lfenergy.shapeshifter.api
Fields in org.lfenergy.shapeshifter.api declared as MeteringProfileEnumMethods in org.lfenergy.shapeshifter.api that return MeteringProfileEnumModifier and TypeMethodDescriptionstatic MeteringProfileEnumMeteringProfileType.getProfileType()Gets the value of the profileType property.static MeteringProfileEnumReturns the enum constant of this class with the specified name.static MeteringProfileEnum[]MeteringProfileEnum.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 MeteringProfileEnumModifier and TypeMethodDescriptionvoidMeteringProfileType.setProfileType(MeteringProfileEnum value) Sets the value of the profileType property.