CoreDX DDS for Java
from Twin Oaks Computing, Inc.

com.toc.coredx.DDS
Enum ReturnCode_t

java.lang.Object
  extended by java.lang.Enum<ReturnCode_t>
      extended by com.toc.coredx.DDS.ReturnCode_t
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<ReturnCode_t>

public enum ReturnCode_t
extends java.lang.Enum<ReturnCode_t>


Enum Constant Summary
RETCODE_ALREADY_DELETED
           
RETCODE_BAD_PARAMETER
           
RETCODE_ERROR
           
RETCODE_IMMUTABLE_POLICY
           
RETCODE_INCONSISTENT_POLICY
           
RETCODE_NO_DATA
           
RETCODE_NOT_ENABLED
           
RETCODE_OK
           
RETCODE_OUT_OF_RESOURCES
           
RETCODE_PRECONDITION_NOT_MET
           
RETCODE_TIMEOUT
           
RETCODE_UNSUPPORTED
           
 
Method Summary
static ReturnCode_t swigToEnum(int swigValue)
           
 int swigValue()
           
static ReturnCode_t valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ReturnCode_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

RETCODE_OK

public static final ReturnCode_t RETCODE_OK

RETCODE_ERROR

public static final ReturnCode_t RETCODE_ERROR

RETCODE_UNSUPPORTED

public static final ReturnCode_t RETCODE_UNSUPPORTED

RETCODE_BAD_PARAMETER

public static final ReturnCode_t RETCODE_BAD_PARAMETER

RETCODE_PRECONDITION_NOT_MET

public static final ReturnCode_t RETCODE_PRECONDITION_NOT_MET

RETCODE_OUT_OF_RESOURCES

public static final ReturnCode_t RETCODE_OUT_OF_RESOURCES

RETCODE_NOT_ENABLED

public static final ReturnCode_t RETCODE_NOT_ENABLED

RETCODE_IMMUTABLE_POLICY

public static final ReturnCode_t RETCODE_IMMUTABLE_POLICY

RETCODE_INCONSISTENT_POLICY

public static final ReturnCode_t RETCODE_INCONSISTENT_POLICY

RETCODE_ALREADY_DELETED

public static final ReturnCode_t RETCODE_ALREADY_DELETED

RETCODE_TIMEOUT

public static final ReturnCode_t RETCODE_TIMEOUT

RETCODE_NO_DATA

public static final ReturnCode_t RETCODE_NO_DATA
Method Detail

values

public static ReturnCode_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 (ReturnCode_t c : ReturnCode_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 ReturnCode_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

swigValue

public final int swigValue()

swigToEnum

public static ReturnCode_t swigToEnum(int swigValue)

Copyright © 2010 Twin Oaks Computing, Inc,
All Rights Reserved