Uses of Enum Class
org.eclipse.milo.opcua.sdk.core.AccessLevel
Packages that use AccessLevel
-
Uses of AccessLevel in org.eclipse.milo.opcua.sdk.core
Fields in org.eclipse.milo.opcua.sdk.core with type parameters of type AccessLevelModifier and TypeFieldDescriptionstatic final Set<AccessLevel>AccessLevel.HISTORY_READ_ONLYstatic final Set<AccessLevel>AccessLevel.HISTORY_READ_WRITEstatic final Set<AccessLevel>AccessLevel.NONEstatic final Set<AccessLevel>AccessLevel.READ_ONLYstatic final Set<AccessLevel>AccessLevel.READ_WRITEstatic final Set<AccessLevel>AccessLevel.WRITE_ONLYMethods in org.eclipse.milo.opcua.sdk.core that return AccessLevelModifier and TypeMethodDescriptionstatic AccessLevelReturns the enum constant of this class with the specified name.static AccessLevel[]AccessLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.milo.opcua.sdk.core that return types with arguments of type AccessLevelModifier and TypeMethodDescriptionstatic EnumSet<AccessLevel>AccessLevel.fromValue(int accessLevel) Create a Set ofAccessLevelfrom theaccessLevelvalue.static EnumSet<AccessLevel>AccessLevel.fromValue(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte accessLevel) Create a Set ofAccessLevelfrom theaccessLevelvalue.Methods in org.eclipse.milo.opcua.sdk.core with parameters of type AccessLevelModifier and TypeMethodDescriptionstatic org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByteAccessLevel.toValue(AccessLevel... levels) Convertlevelsto aUBytevalue for the AccessLevel or UserAccessLevel attribute.Method parameters in org.eclipse.milo.opcua.sdk.core with type arguments of type AccessLevelModifier and TypeMethodDescriptionstatic org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByteAccessLevel.toValue(Set<AccessLevel> levels) Convertlevelsto aUBytevalue for the AccessLevel or UserAccessLevel attribute.