Uses of Class
org.apache.plc4x.java.opcua.readwrite.IdentityCriteriaType
-
Packages that use IdentityCriteriaType Package Description org.apache.plc4x.java.opcua.readwrite -
-
Uses of IdentityCriteriaType in org.apache.plc4x.java.opcua.readwrite
Fields in org.apache.plc4x.java.opcua.readwrite declared as IdentityCriteriaType Modifier and Type Field Description protected IdentityCriteriaTypeIdentityMappingRuleType. criteriaTypeMethods in org.apache.plc4x.java.opcua.readwrite that return IdentityCriteriaType Modifier and Type Method Description static IdentityCriteriaTypeIdentityCriteriaType. enumForValue(long value)IdentityCriteriaTypeIdentityMappingRuleType. getCriteriaType()static IdentityCriteriaTypeIdentityCriteriaType. valueOf(String name)Returns 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 IdentityCriteriaType Constructor Description IdentityMappingRuleType(IdentityCriteriaType criteriaType, PascalString criteria)IdentityMappingRuleTypeBuilderImpl(IdentityCriteriaType criteriaType, PascalString criteria)
-