Enum OpcuaNodeIdServicesVariableTrust
- java.lang.Object
-
- java.lang.Enum<OpcuaNodeIdServicesVariableTrust>
-
- org.apache.plc4x.java.opcua.readwrite.OpcuaNodeIdServicesVariableTrust
-
- All Implemented Interfaces:
Serializable,Comparable<OpcuaNodeIdServicesVariableTrust>
public enum OpcuaNodeIdServicesVariableTrust extends Enum<OpcuaNodeIdServicesVariableTrust>
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OpcuaNodeIdServicesVariableTrustenumForValue(int value)intgetValue()static BooleanisDefined(int value)static OpcuaNodeIdServicesVariableTrustvalueOf(String name)Returns the enum constant of this type with the specified name.static OpcuaNodeIdServicesVariableTrust[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
TrustListType_LastUpdateTime
public static final OpcuaNodeIdServicesVariableTrust TrustListType_LastUpdateTime
-
TrustListType_OpenWithMasks_InputArguments
public static final OpcuaNodeIdServicesVariableTrust TrustListType_OpenWithMasks_InputArguments
-
TrustListType_OpenWithMasks_OutputArguments
public static final OpcuaNodeIdServicesVariableTrust TrustListType_OpenWithMasks_OutputArguments
-
TrustListType_CloseAndUpdate_OutputArguments
public static final OpcuaNodeIdServicesVariableTrust TrustListType_CloseAndUpdate_OutputArguments
-
TrustListType_AddCertificate_InputArguments
public static final OpcuaNodeIdServicesVariableTrust TrustListType_AddCertificate_InputArguments
-
TrustListType_RemoveCertificate_InputArguments
public static final OpcuaNodeIdServicesVariableTrust TrustListType_RemoveCertificate_InputArguments
-
TrustListMasks_EnumValues
public static final OpcuaNodeIdServicesVariableTrust TrustListMasks_EnumValues
-
TrustListType_CloseAndUpdate_InputArguments
public static final OpcuaNodeIdServicesVariableTrust TrustListType_CloseAndUpdate_InputArguments
-
TrustListType_UpdateFrequency
public static final OpcuaNodeIdServicesVariableTrust TrustListType_UpdateFrequency
-
TrustListOutOfDateAlarmType_TrustListId
public static final OpcuaNodeIdServicesVariableTrust TrustListOutOfDateAlarmType_TrustListId
-
TrustListOutOfDateAlarmType_LastUpdateTime
public static final OpcuaNodeIdServicesVariableTrust TrustListOutOfDateAlarmType_LastUpdateTime
-
TrustListOutOfDateAlarmType_UpdateFrequency
public static final OpcuaNodeIdServicesVariableTrust TrustListOutOfDateAlarmType_UpdateFrequency
-
TrustListType_DefaultValidationOptions
public static final OpcuaNodeIdServicesVariableTrust TrustListType_DefaultValidationOptions
-
TrustListValidationOptions_OptionSetValues
public static final OpcuaNodeIdServicesVariableTrust TrustListValidationOptions_OptionSetValues
-
TrustListType_ActivityTimeout
public static final OpcuaNodeIdServicesVariableTrust TrustListType_ActivityTimeout
-
TrustListUpdatedAuditEventType_TrustListId
public static final OpcuaNodeIdServicesVariableTrust TrustListUpdatedAuditEventType_TrustListId
-
-
Method Detail
-
values
public static OpcuaNodeIdServicesVariableTrust[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (OpcuaNodeIdServicesVariableTrust c : OpcuaNodeIdServicesVariableTrust.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static OpcuaNodeIdServicesVariableTrust valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException- if the argument is null
-
getValue
public int getValue()
-
enumForValue
public static OpcuaNodeIdServicesVariableTrust enumForValue(int value)
-
isDefined
public static Boolean isDefined(int value)
-
-