Uses of Enum
org.apache.plc4x.java.opcua.readwrite.IdentityCriteriaType
Packages that use IdentityCriteriaType
-
Uses of IdentityCriteriaType in org.apache.plc4x.java.opcua.readwrite
Fields in org.apache.plc4x.java.opcua.readwrite declared as IdentityCriteriaTypeModifier and TypeFieldDescriptionprotected final IdentityCriteriaTypeIdentityMappingRuleType.criteriaTypeMethods in org.apache.plc4x.java.opcua.readwrite that return IdentityCriteriaTypeModifier and TypeMethodDescriptionstatic IdentityCriteriaTypeIdentityCriteriaType.enumForValue(long value) IdentityMappingRuleType.getCriteriaType()static IdentityCriteriaTypeReturns the enum constant of this type with the specified name.static IdentityCriteriaType[]IdentityCriteriaType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.plc4x.java.opcua.readwrite with parameters of type IdentityCriteriaTypeModifierConstructorDescriptionIdentityMappingRuleType(IdentityCriteriaType criteriaType, PascalString criteria) IdentityMappingRuleTypeBuilder(IdentityCriteriaType criteriaType, PascalString criteria)