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
  • Enum Constant Details

    • O_Undefined

      public static final OperationOuterClass.Operation O_Undefined
      O_Undefined = 0;
    • O_Browse

      public static final OperationOuterClass.Operation 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

      public static final OperationOuterClass.Operation O_ReadRoleOperations
      / <summary>
       / Reserved for future use - see the OPC UA specification.
       / </summary>
       
      O_ReadRoleOperations = 2;
    • O_WriteAttribute

      public static final OperationOuterClass.Operation O_WriteAttribute
      / <summary>
       / Reserved for future use - see the OPC UA specification.
       / </summary>
       
      O_WriteAttribute = 4;
    • O_WriteRoleOperations

      public static final OperationOuterClass.Operation O_WriteRoleOperations
      / <summary>
       / Reserved for future use - see the OPC UA specification.
       / </summary>
       
      O_WriteRoleOperations = 8;
    • O_WriteHistorizing

      public static final OperationOuterClass.Operation O_WriteHistorizing
      / <summary>
       / Reserved for future use - see the OPC UA specification.
       / </summary>
       
      O_WriteHistorizing = 16;
    • O_ReadValue

      public static final OperationOuterClass.Operation 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

      public static final OperationOuterClass.Operation 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

      public static final OperationOuterClass.Operation O_ReadHistory
      / <summary>
       / Reserved for future use - see the OPC UA specification.
       / </summary>
       
      O_ReadHistory = 128;
    • O_InsertHistory

      public static final OperationOuterClass.Operation O_InsertHistory
      / <summary>
       / Reserved for future use - see the OPC UA specification.
       / </summary>
       
      O_InsertHistory = 256;
    • O_ModifyHistory

      public static final OperationOuterClass.Operation O_ModifyHistory
      / <summary>
       / Reserved for future use - see the OPC UA specification.
       / </summary>
       
      O_ModifyHistory = 512;
    • O_DeleteHistory

      public static final OperationOuterClass.Operation O_DeleteHistory
      / <summary>
       / Reserved for future use - see the OPC UA specification.
       / </summary>
       
      O_DeleteHistory = 1024;
    • O_ReceiveEvents

      public static final OperationOuterClass.Operation O_ReceiveEvents
      / <summary>
       / Reserved for future use - see the OPC UA specification.
       / </summary>
       
      O_ReceiveEvents = 2048;
    • O_Call

      public static final OperationOuterClass.Operation 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

      public static final OperationOuterClass.Operation O_AddReference
      / <summary>
       / Reserved for future use - see the OPC UA specification.
       / </summary>
       
      O_AddReference = 8192;
    • O_RemoveReference

      public static final OperationOuterClass.Operation O_RemoveReference
      / <summary>
       / Reserved for future use - see the OPC UA specification.
       / </summary>
       
      O_RemoveReference = 16384;
    • O_DeleteNode

      public static final OperationOuterClass.Operation O_DeleteNode
      / <summary>
       / Reserved for future use - see the OPC UA specification.
       / </summary>
       
      O_DeleteNode = 32768;
    • O_AddNode

      public static final OperationOuterClass.Operation O_AddNode
      / <summary>
       / Reserved for future use - see the OPC UA specification.
       / </summary>
       
      O_AddNode = 65536;
    • O_Login

      public static final OperationOuterClass.Operation O_Login
      / <summary>
       / Login operation for remoting client like ssh.
       / </summary>
       
      O_Login = 131072;
    • UNRECOGNIZED

      public static final OperationOuterClass.Operation UNRECOGNIZED
  • Field Details

    • O_Undefined_VALUE

      public static final int O_Undefined_VALUE
      O_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

      private static final OperationOuterClass.Operation[] VALUES
    • value

      private final int value
  • Constructor Details

    • Operation

      private Operation(int value)
  • Method Details

    • values

      public static OperationOuterClass.Operation[] 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

      public static OperationOuterClass.Operation valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
      Specified by:
      getNumber in interface com.google.protobuf.ProtocolMessageEnum
    • valueOf

      @Deprecated public static OperationOuterClass.Operation valueOf(int value)
      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 name
      NullPointerException - if the argument is null
    • forNumber

      public static OperationOuterClass.Operation forNumber(int value)
    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<OperationOuterClass.Operation> internalGetValueMap()
    • getValueDescriptor

      public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
      Specified by:
      getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.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 name
      NullPointerException - if the argument is null