Uses of Enum Class
org.eclipse.milo.opcua.stack.core.types.enumerated.IdentityCriteriaType
Packages that use IdentityCriteriaType
Package
Description
-
Uses of IdentityCriteriaType in org.eclipse.milo.opcua.stack.core.types.enumerated
Methods in org.eclipse.milo.opcua.stack.core.types.enumerated that return IdentityCriteriaTypeModifier and TypeMethodDescriptionstatic @Nullable IdentityCriteriaTypeIdentityCriteriaType.from(int value) static IdentityCriteriaTypeReturns the enum constant of this class with the specified name.static IdentityCriteriaType[]IdentityCriteriaType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of IdentityCriteriaType in org.eclipse.milo.opcua.stack.core.types.structured
Methods in org.eclipse.milo.opcua.stack.core.types.structured that return IdentityCriteriaTypeConstructors in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type IdentityCriteriaTypeModifierConstructorDescriptionIdentityMappingRuleType(IdentityCriteriaType criteriaType, @Nullable String criteria)