Enum Class Tibber.Property
- All Implemented Interfaces:
Nameable
,Self<Type<Tibber.Property,
,Tibber, Type.Parameter.BundleParameter>> Type<Tibber.Property,
,Tibber, Type.Parameter.BundleParameter> Serializable
,Comparable<Tibber.Property>
,Constable
- Enclosing class:
- Tibber
public static enum Tibber.Property
extends Enum<Tibber.Property>
implements Type<Tibber.Property,Tibber,Type.Parameter.BundleParameter>, Nameable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
Nested classes/interfaces inherited from interface io.openems.edge.core.appmanager.Type
Type.GetParameterValues<APP>, Type.Parameter
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptiondef()
Gets theAppDef
of the property.Gets a function to get the parameters.self()
Gets itself.static Tibber.Property
Returns the enum constant of this class with the specified name.static Tibber.Property[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
Methods inherited from interface io.openems.edge.core.appmanager.Type
name, translationBundleSupplier
-
Enum Constant Details
-
CTRL_ESS_TIME_OF_USE_TARIF_DISCHARGE_ID
-
TIME_OF_USE_TARIF_ID
-
ALIAS
-
ACCESS_TOKEN
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
self
Description copied from interface:Self
Gets itself.- Specified by:
self
in interfaceSelf<Type<Tibber.Property,
Tibber, Type.Parameter.BundleParameter>> - Returns:
- this
-
def
Description copied from interface:Type
Gets theAppDef
of the property.- Specified by:
def
in interfaceType<Tibber.Property,
Tibber, Type.Parameter.BundleParameter> - Returns:
- the
AppDef
-
getParamter
Description copied from interface:Type
Gets a function to get the parameters.- Specified by:
getParamter
in interfaceType<Tibber.Property,
Tibber, Type.Parameter.BundleParameter> - Returns:
- the function
-