Package Arp.System.Um.Commons.Grpc
Enum Class OperationOuterClass.Operation
java.lang.Object
java.lang.Enum<OperationOuterClass.Operation>
Arp.System.Um.Commons.Grpc.OperationOuterClass.Operation
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<OperationOuterClass.Operation>,Constable
- Enclosing class:
OperationOuterClass
public static enum OperationOuterClass.Operation
extends Enum<OperationOuterClass.Operation>
implements com.google.protobuf.ProtocolMessageEnum
/ <summary> / This enum is used by several file services to specify the file traits to get or set; respectively. / </summary>Protobuf enum
Arp.System.Um.Commons.Grpc.Operation-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription/ <summary> / Reserved for future use - see the OPC UA specification./ <summary> / Reserved for future use - see the OPC UA specification./ <summary> / Following references from or to a specific object./ <summary> / Calling methods on objects./ <summary> / Reserved for future use - see the OPC UA specification./ <summary> / Reserved for future use - see the OPC UA specification./ <summary> / Reserved for future use - see the OPC UA specification./ <summary> / Login operation for remoting client like ssh./ <summary> / Reserved for future use - see the OPC UA specification./ <summary> / Reserved for future use - see the OPC UA specification./ <summary> / Reserved for future use - see the OPC UA specification./ <summary> / Reading values of objects./ <summary> / Reserved for future use - see the OPC UA specification./ <summary> / Reserved for future use - see the OPC UA specification.O_Undefined = 0;/ <summary> / Reserved for future use - see the OPC UA specification./ <summary> / Reserved for future use - see the OPC UA specification./ <summary> / Reserved for future use - see the OPC UA specification./ <summary> / Writing values of objects. -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Internal.EnumLiteMap<OperationOuterClass.Operation> static final int/ <summary> / Reserved for future use - see the OPC UA specification.static final int/ <summary> / Reserved for future use - see the OPC UA specification.static final int/ <summary> / Following references from or to a specific object.static final int/ <summary> / Calling methods on objects.static final int/ <summary> / Reserved for future use - see the OPC UA specification.static final int/ <summary> / Reserved for future use - see the OPC UA specification.static final int/ <summary> / Reserved for future use - see the OPC UA specification.static final int/ <summary> / Login operation for remoting client like ssh.static final int/ <summary> / Reserved for future use - see the OPC UA specification.static final int/ <summary> / Reserved for future use - see the OPC UA specification.static final int/ <summary> / Reserved for future use - see the OPC UA specification.static final int/ <summary> / Reading values of objects.static final int/ <summary> / Reserved for future use - see the OPC UA specification.static final int/ <summary> / Reserved for future use - see the OPC UA specification.static final intO_Undefined = 0;static final int/ <summary> / Reserved for future use - see the OPC UA specification.static final int/ <summary> / Reserved for future use - see the OPC UA specification.static final int/ <summary> / Reserved for future use - see the OPC UA specification.static final int/ <summary> / Writing values of objects.private final intprivate static final OperationOuterClass.Operation[] -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionforNumber(int value) static final com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<OperationOuterClass.Operation> valueOf(int value) Deprecated.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.static OperationOuterClass.Operation[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
O_Undefined
O_Undefined = 0; -
O_Browse
/ <summary> / Following references from or to a specific object. / </summary> / <remarks> / With the Global Data Space (GDS) the operation relates to ports as objects. / The operation means that port is visible from a dictionary lookup. / Currently this is only meaningful for the built-in OPC UA server when it needs to check for a particular client session / whether it is allowed to browse nodes which represent ports in the GDS or not. / </remarks>
O_Browse = 1; -
O_ReadRoleOperations
/ <summary> / Reserved for future use - see the OPC UA specification. / </summary>
O_ReadRoleOperations = 2; -
O_WriteAttribute
/ <summary> / Reserved for future use - see the OPC UA specification. / </summary>
O_WriteAttribute = 4; -
O_WriteRoleOperations
/ <summary> / Reserved for future use - see the OPC UA specification. / </summary>
O_WriteRoleOperations = 8; -
O_WriteHistorizing
/ <summary> / Reserved for future use - see the OPC UA specification. / </summary>
O_WriteHistorizing = 16; -
O_ReadValue
/ <summary> / Reading values of objects. / </summary> / <remarks> / <para> / With the Global Data Space (GDS) the operation relates to ports as objects. / The operation means that the current value of a port is read. / Currently this is only meaningful for the built-in OPC UA server when it needs to check for a particular client session / whether it is allowed to read the value attribute of a node which represents a port in the GDS. / </para> / </remarks>
O_ReadValue = 32; -
O_WriteValue
/ <summary> / Writing values of objects. / </summary> / <remarks> / <para> / With the Global Data Space (GDS) the operation relates to ports as objects. / The operation means that the current value of a port is changed to another value. / Currently this is only meaningful for the built-in OPC UA server when it needs to check for a particular client session / whether it is allowed to change the value attribute of a node to a client provided value for a port in the GDS. / </para> / </remarks>
O_WriteValue = 64; -
O_ReadHistory
/ <summary> / Reserved for future use - see the OPC UA specification. / </summary>
O_ReadHistory = 128; -
O_InsertHistory
/ <summary> / Reserved for future use - see the OPC UA specification. / </summary>
O_InsertHistory = 256; -
O_ModifyHistory
/ <summary> / Reserved for future use - see the OPC UA specification. / </summary>
O_ModifyHistory = 512; -
O_DeleteHistory
/ <summary> / Reserved for future use - see the OPC UA specification. / </summary>
O_DeleteHistory = 1024; -
O_ReceiveEvents
/ <summary> / Reserved for future use - see the OPC UA specification. / </summary>
O_ReceiveEvents = 2048; -
O_Call
/ <summary> / Calling methods on objects. / </summary> / <remarks> / <para> / With the Remoting Service Call gateway (RSC-gateway) the operation relates to methods of Remoting services as objects. / This is currently meaningful at the RSC-gateway itself: There the operation is used to describe whether for a particular / Remoting client's session it is allowed to call a particular Remoting method of a particular service. / </para> / </remarks>
O_Call = 4096; -
O_AddReference
/ <summary> / Reserved for future use - see the OPC UA specification. / </summary>
O_AddReference = 8192; -
O_RemoveReference
/ <summary> / Reserved for future use - see the OPC UA specification. / </summary>
O_RemoveReference = 16384; -
O_DeleteNode
/ <summary> / Reserved for future use - see the OPC UA specification. / </summary>
O_DeleteNode = 32768; -
O_AddNode
/ <summary> / Reserved for future use - see the OPC UA specification. / </summary>
O_AddNode = 65536; -
O_Login
/ <summary> / Login operation for remoting client like ssh. / </summary>
O_Login = 131072; -
UNRECOGNIZED
-
-
Field Details
-
O_Undefined_VALUE
public static final int O_Undefined_VALUEO_Undefined = 0;- See Also:
-
O_Browse_VALUE
public static final int O_Browse_VALUE/ <summary> / Following references from or to a specific object. / </summary> / <remarks> / With the Global Data Space (GDS) the operation relates to ports as objects. / The operation means that port is visible from a dictionary lookup. / Currently this is only meaningful for the built-in OPC UA server when it needs to check for a particular client session / whether it is allowed to browse nodes which represent ports in the GDS or not. / </remarks>
O_Browse = 1;- See Also:
-
O_ReadRoleOperations_VALUE
public static final int O_ReadRoleOperations_VALUE/ <summary> / Reserved for future use - see the OPC UA specification. / </summary>
O_ReadRoleOperations = 2;- See Also:
-
O_WriteAttribute_VALUE
public static final int O_WriteAttribute_VALUE/ <summary> / Reserved for future use - see the OPC UA specification. / </summary>
O_WriteAttribute = 4;- See Also:
-
O_WriteRoleOperations_VALUE
public static final int O_WriteRoleOperations_VALUE/ <summary> / Reserved for future use - see the OPC UA specification. / </summary>
O_WriteRoleOperations = 8;- See Also:
-
O_WriteHistorizing_VALUE
public static final int O_WriteHistorizing_VALUE/ <summary> / Reserved for future use - see the OPC UA specification. / </summary>
O_WriteHistorizing = 16;- See Also:
-
O_ReadValue_VALUE
public static final int O_ReadValue_VALUE/ <summary> / Reading values of objects. / </summary> / <remarks> / <para> / With the Global Data Space (GDS) the operation relates to ports as objects. / The operation means that the current value of a port is read. / Currently this is only meaningful for the built-in OPC UA server when it needs to check for a particular client session / whether it is allowed to read the value attribute of a node which represents a port in the GDS. / </para> / </remarks>
O_ReadValue = 32;- See Also:
-
O_WriteValue_VALUE
public static final int O_WriteValue_VALUE/ <summary> / Writing values of objects. / </summary> / <remarks> / <para> / With the Global Data Space (GDS) the operation relates to ports as objects. / The operation means that the current value of a port is changed to another value. / Currently this is only meaningful for the built-in OPC UA server when it needs to check for a particular client session / whether it is allowed to change the value attribute of a node to a client provided value for a port in the GDS. / </para> / </remarks>
O_WriteValue = 64;- See Also:
-
O_ReadHistory_VALUE
public static final int O_ReadHistory_VALUE/ <summary> / Reserved for future use - see the OPC UA specification. / </summary>
O_ReadHistory = 128;- See Also:
-
O_InsertHistory_VALUE
public static final int O_InsertHistory_VALUE/ <summary> / Reserved for future use - see the OPC UA specification. / </summary>
O_InsertHistory = 256;- See Also:
-
O_ModifyHistory_VALUE
public static final int O_ModifyHistory_VALUE/ <summary> / Reserved for future use - see the OPC UA specification. / </summary>
O_ModifyHistory = 512;- See Also:
-
O_DeleteHistory_VALUE
public static final int O_DeleteHistory_VALUE/ <summary> / Reserved for future use - see the OPC UA specification. / </summary>
O_DeleteHistory = 1024;- See Also:
-
O_ReceiveEvents_VALUE
public static final int O_ReceiveEvents_VALUE/ <summary> / Reserved for future use - see the OPC UA specification. / </summary>
O_ReceiveEvents = 2048;- See Also:
-
O_Call_VALUE
public static final int O_Call_VALUE/ <summary> / Calling methods on objects. / </summary> / <remarks> / <para> / With the Remoting Service Call gateway (RSC-gateway) the operation relates to methods of Remoting services as objects. / This is currently meaningful at the RSC-gateway itself: There the operation is used to describe whether for a particular / Remoting client's session it is allowed to call a particular Remoting method of a particular service. / </para> / </remarks>
O_Call = 4096;- See Also:
-
O_AddReference_VALUE
public static final int O_AddReference_VALUE/ <summary> / Reserved for future use - see the OPC UA specification. / </summary>
O_AddReference = 8192;- See Also:
-
O_RemoveReference_VALUE
public static final int O_RemoveReference_VALUE/ <summary> / Reserved for future use - see the OPC UA specification. / </summary>
O_RemoveReference = 16384;- See Also:
-
O_DeleteNode_VALUE
public static final int O_DeleteNode_VALUE/ <summary> / Reserved for future use - see the OPC UA specification. / </summary>
O_DeleteNode = 32768;- See Also:
-
O_AddNode_VALUE
public static final int O_AddNode_VALUE/ <summary> / Reserved for future use - see the OPC UA specification. / </summary>
O_AddNode = 65536;- See Also:
-
O_Login_VALUE
public static final int O_Login_VALUE/ <summary> / Login operation for remoting client like ssh. / </summary>
O_Login = 131072;- See Also:
-
internalValueMap
private static final com.google.protobuf.Internal.EnumLiteMap<OperationOuterClass.Operation> internalValueMap -
VALUES
-
value
private final int value
-
-
Constructor Details
-
Operation
private Operation(int value)
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<OperationOuterClass.Operation> internalGetValueMap() -
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
public static OperationOuterClass.Operation valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-