Package io.openems.edge.app.evcs
Enum Class KebaEvcs.Property
- All Implemented Interfaces:
Nameable
,Self<Type<KebaEvcs.Property,
,KebaEvcs, Type.Parameter.BundleParameter>> Type<KebaEvcs.Property,
,KebaEvcs, Type.Parameter.BundleParameter> Serializable
,Comparable<KebaEvcs.Property>
,Constable
- Enclosing class:
- KebaEvcs
public static enum KebaEvcs.Property
extends Enum<KebaEvcs.Property>
implements Type<KebaEvcs.Property,KebaEvcs,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.Nameable
Nameable.StaticNameable
Nested classes/interfaces inherited from interface io.openems.edge.core.appmanager.Type
Type.AbstractType<P extends Nameable,
A extends OpenemsApp, M>, Type.GetParameterValues<APP>, Type.Parameter -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionAppDef<? super KebaEvcs,
? super KebaEvcs.Property, ? super Type.Parameter.BundleParameter> def()
Gets theAppDef
of the property.Gets a function to get the parameters.self()
Gets itself.static KebaEvcs.Property
Returns the enum constant of this class with the specified name.static KebaEvcs.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
translationBundleSupplier
-
Enum Constant Details
-
EVCS_ID
-
CTRL_EVCS_ID
-
ALIAS
-
IP
-
MAX_HARDWARE_POWER_ACCEPT_PROPERTY
-
MAX_HARDWARE_POWER
-
-
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<KebaEvcs.Property,
KebaEvcs, Type.Parameter.BundleParameter>> - Returns:
- this
-
def
public AppDef<? super KebaEvcs,? super KebaEvcs.Property, def()? super Type.Parameter.BundleParameter> Description copied from interface:Type
Gets theAppDef
of the property.- Specified by:
def
in interfaceType<KebaEvcs.Property,
KebaEvcs, Type.Parameter.BundleParameter> - Returns:
- the
AppDef
-
getParamter
Description copied from interface:Type
Gets a function to get the parameters.- Specified by:
getParamter
in interfaceType<KebaEvcs.Property,
KebaEvcs, Type.Parameter.BundleParameter> - Returns:
- the function
-