DDS
public class SampleRejectedStatusKind extends java.lang.Object implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static int |
_NOT_REJECTED |
static int |
_REJECTED_BY_INSTANCES_LIMIT |
static int |
_REJECTED_BY_SAMPLES_LIMIT |
static int |
_REJECTED_BY_SAMPLES_PER_INSTANCE_LIMIT |
static SampleRejectedStatusKind |
NOT_REJECTED |
static SampleRejectedStatusKind |
REJECTED_BY_INSTANCES_LIMIT |
static SampleRejectedStatusKind |
REJECTED_BY_SAMPLES_LIMIT |
static SampleRejectedStatusKind |
REJECTED_BY_SAMPLES_PER_INSTANCE_LIMIT |
| Modifier | Constructor and Description |
|---|---|
protected |
SampleRejectedStatusKind(int value) |
| Modifier and Type | Method and Description |
|---|---|
static SampleRejectedStatusKind |
from_int(int value) |
java.lang.Object |
readResolve() |
int |
value() |
public static final int _NOT_REJECTED
public static final SampleRejectedStatusKind NOT_REJECTED
public static final int _REJECTED_BY_INSTANCES_LIMIT
public static final SampleRejectedStatusKind REJECTED_BY_INSTANCES_LIMIT
public static final int _REJECTED_BY_SAMPLES_LIMIT
public static final SampleRejectedStatusKind REJECTED_BY_SAMPLES_LIMIT
public static final int _REJECTED_BY_SAMPLES_PER_INSTANCE_LIMIT
public static final SampleRejectedStatusKind REJECTED_BY_SAMPLES_PER_INSTANCE_LIMIT
public int value()
public static SampleRejectedStatusKind from_int(int value)
public java.lang.Object readResolve()
throws java.io.ObjectStreamException
java.io.ObjectStreamException