rina.cdap.impl.googleprotobuf
Enum CDAP.opCode_t

java.lang.Object
  extended by java.lang.Enum<CDAP.opCode_t>
      extended by rina.cdap.impl.googleprotobuf.CDAP.opCode_t
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, java.io.Serializable, java.lang.Comparable<CDAP.opCode_t>
Enclosing class:
CDAP

public static enum CDAP.opCode_t
extends java.lang.Enum<CDAP.opCode_t>
implements com.google.protobuf.ProtocolMessageEnum


Enum Constant Summary
M_CANCELREAD
           
M_CANCELREAD_R
           
M_CONNECT
           
M_CONNECT_R
           
M_CREATE
           
M_CREATE_R
           
M_DELETE
           
M_DELETE_R
           
M_READ
           
M_READ_R
           
M_RELEASE
           
M_RELEASE_R
           
M_START
           
M_START_R
           
M_STOP
           
M_STOP_R
           
M_WRITE
           
M_WRITE_R
           
 
Field Summary
static int M_CANCELREAD_R_VALUE
           
static int M_CANCELREAD_VALUE
           
static int M_CONNECT_R_VALUE
           
static int M_CONNECT_VALUE
           
static int M_CREATE_R_VALUE
           
static int M_CREATE_VALUE
           
static int M_DELETE_R_VALUE
           
static int M_DELETE_VALUE
           
static int M_READ_R_VALUE
           
static int M_READ_VALUE
           
static int M_RELEASE_R_VALUE
           
static int M_RELEASE_VALUE
           
static int M_START_R_VALUE
           
static int M_START_VALUE
           
static int M_STOP_R_VALUE
           
static int M_STOP_VALUE
           
static int M_WRITE_R_VALUE
           
static int M_WRITE_VALUE
           
 
Method Summary
static com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
           
 com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
           
 int getNumber()
           
 com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
           
static com.google.protobuf.Internal.EnumLiteMap<CDAP.opCode_t> internalGetValueMap()
           
static CDAP.opCode_t valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
           
static CDAP.opCode_t valueOf(int value)
           
static CDAP.opCode_t valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CDAP.opCode_t[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

M_CONNECT

public static final CDAP.opCode_t M_CONNECT

M_CONNECT_R

public static final CDAP.opCode_t M_CONNECT_R

M_RELEASE

public static final CDAP.opCode_t M_RELEASE

M_RELEASE_R

public static final CDAP.opCode_t M_RELEASE_R

M_CREATE

public static final CDAP.opCode_t M_CREATE

M_CREATE_R

public static final CDAP.opCode_t M_CREATE_R

M_DELETE

public static final CDAP.opCode_t M_DELETE

M_DELETE_R

public static final CDAP.opCode_t M_DELETE_R

M_READ

public static final CDAP.opCode_t M_READ

M_READ_R

public static final CDAP.opCode_t M_READ_R

M_CANCELREAD

public static final CDAP.opCode_t M_CANCELREAD

M_CANCELREAD_R

public static final CDAP.opCode_t M_CANCELREAD_R

M_WRITE

public static final CDAP.opCode_t M_WRITE

M_WRITE_R

public static final CDAP.opCode_t M_WRITE_R

M_START

public static final CDAP.opCode_t M_START

M_START_R

public static final CDAP.opCode_t M_START_R

M_STOP

public static final CDAP.opCode_t M_STOP

M_STOP_R

public static final CDAP.opCode_t M_STOP_R
Field Detail

M_CONNECT_VALUE

public static final int M_CONNECT_VALUE
See Also:
Constant Field Values

M_CONNECT_R_VALUE

public static final int M_CONNECT_R_VALUE
See Also:
Constant Field Values

M_RELEASE_VALUE

public static final int M_RELEASE_VALUE
See Also:
Constant Field Values

M_RELEASE_R_VALUE

public static final int M_RELEASE_R_VALUE
See Also:
Constant Field Values

M_CREATE_VALUE

public static final int M_CREATE_VALUE
See Also:
Constant Field Values

M_CREATE_R_VALUE

public static final int M_CREATE_R_VALUE
See Also:
Constant Field Values

M_DELETE_VALUE

public static final int M_DELETE_VALUE
See Also:
Constant Field Values

M_DELETE_R_VALUE

public static final int M_DELETE_R_VALUE
See Also:
Constant Field Values

M_READ_VALUE

public static final int M_READ_VALUE
See Also:
Constant Field Values

M_READ_R_VALUE

public static final int M_READ_R_VALUE
See Also:
Constant Field Values

M_CANCELREAD_VALUE

public static final int M_CANCELREAD_VALUE
See Also:
Constant Field Values

M_CANCELREAD_R_VALUE

public static final int M_CANCELREAD_R_VALUE
See Also:
Constant Field Values

M_WRITE_VALUE

public static final int M_WRITE_VALUE
See Also:
Constant Field Values

M_WRITE_R_VALUE

public static final int M_WRITE_R_VALUE
See Also:
Constant Field Values

M_START_VALUE

public static final int M_START_VALUE
See Also:
Constant Field Values

M_START_R_VALUE

public static final int M_START_R_VALUE
See Also:
Constant Field Values

M_STOP_VALUE

public static final int M_STOP_VALUE
See Also:
Constant Field Values

M_STOP_R_VALUE

public static final int M_STOP_R_VALUE
See Also:
Constant Field Values
Method Detail

values

public static CDAP.opCode_t[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (CDAP.opCode_t c : CDAP.opCode_t.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static CDAP.opCode_t valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.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

public static CDAP.opCode_t valueOf(int value)

internalGetValueMap

public static com.google.protobuf.Internal.EnumLiteMap<CDAP.opCode_t> 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 CDAP.opCode_t valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)