Enum OpcuaNodeIdServicesVariableH
java.lang.Object
java.lang.Enum<OpcuaNodeIdServicesVariableH>
org.apache.plc4x.java.opcua.readwrite.OpcuaNodeIdServicesVariableH
- Alle implementierten Schnittstellen:
Serializable,Comparable<OpcuaNodeIdServicesVariableH>,java.lang.constant.Constable
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum-Konstanten - Übersicht
Enum-KonstantenEnum-KonstanteBeschreibung -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic OpcuaNodeIdServicesVariableHenumForValue(int value) intgetValue()static BooleanisDefined(int value) static OpcuaNodeIdServicesVariableHGibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.static OpcuaNodeIdServicesVariableH[]values()Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.
-
Enum-Konstanten - Details
-
HAConfiguration_AggregateConfiguration_TreatUncertainAsBad
public static final OpcuaNodeIdServicesVariableH HAConfiguration_AggregateConfiguration_TreatUncertainAsBad -
HAConfiguration_AggregateConfiguration_PercentDataBad
public static final OpcuaNodeIdServicesVariableH HAConfiguration_AggregateConfiguration_PercentDataBad -
HAConfiguration_AggregateConfiguration_PercentDataGood
public static final OpcuaNodeIdServicesVariableH HAConfiguration_AggregateConfiguration_PercentDataGood -
HAConfiguration_AggregateConfiguration_UseSlopedExtrapolation
public static final OpcuaNodeIdServicesVariableH HAConfiguration_AggregateConfiguration_UseSlopedExtrapolation -
HAConfiguration_Stepped
-
HAConfiguration_Definition
-
HAConfiguration_MaxTimeInterval
-
HAConfiguration_MinTimeInterval
-
HAConfiguration_ExceptionDeviation
-
HAConfiguration_ExceptionDeviationFormat
-
HAConfiguration_StartOfArchive
-
HAConfiguration_StartOfOnlineArchive
-
HAConfiguration_ServerTimestampSupported
-
-
Methodendetails
-
values
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.- Gibt zurück:
- ein Array mit den Konstanten dieses Enumerationstyps in der Reihenfolge ihrer Deklaration
-
valueOf
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück. Die Zeichenfolge muss exakt mit einer ID übereinstimmen, mit der eine Enumerationskonstante in diesem Typ deklariert wird. (Zusätzliche Leerzeichen sind nicht zulässig.)- Parameter:
name- Name der zurückzugebenden Enumerationskonstante.- Gibt zurück:
- Enumerationskonstante mit dem angegebenen Namen
- Löst aus:
IllegalArgumentException- wenn dieser Enumerationstyp keine Konstante mit dem angegebenen Namen enthältNullPointerException- wenn das Argument nicht angegeben wird
-
getValue
public int getValue() -
enumForValue
-
isDefined
-