org.omg.dds
Class SampleRejectedStatusKind

java.lang.Object
  extended byorg.omg.dds.SampleRejectedStatusKind
All Implemented Interfaces:
IDLEntity, java.io.Serializable

public final class SampleRejectedStatusKind
extends java.lang.Object
implements IDLEntity

Generated from IDL definition of enum "SampleRejectedStatusKind"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
static int _REJECTED_BY_INSTANCE_LIMIT
           
static int _REJECTED_BY_TOPIC_LIMIT
           
static SampleRejectedStatusKind REJECTED_BY_INSTANCE_LIMIT
           
static SampleRejectedStatusKind REJECTED_BY_TOPIC_LIMIT
           
 
Constructor Summary
protected SampleRejectedStatusKind(int i)
           
 
Method Summary
static SampleRejectedStatusKind from_int(int value)
           
 java.lang.String toString()
           
 int value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_REJECTED_BY_INSTANCE_LIMIT

public static final int _REJECTED_BY_INSTANCE_LIMIT
See Also:
Constant Field Values

REJECTED_BY_INSTANCE_LIMIT

public static final SampleRejectedStatusKind REJECTED_BY_INSTANCE_LIMIT

_REJECTED_BY_TOPIC_LIMIT

public static final int _REJECTED_BY_TOPIC_LIMIT
See Also:
Constant Field Values

REJECTED_BY_TOPIC_LIMIT

public static final SampleRejectedStatusKind REJECTED_BY_TOPIC_LIMIT
Constructor Detail

SampleRejectedStatusKind

protected SampleRejectedStatusKind(int i)
Method Detail

value

public int value()

from_int

public static SampleRejectedStatusKind from_int(int value)

toString

public java.lang.String toString()