public static enum SampleRejectedStatus.Kind extends java.lang.Enum<SampleRejectedStatus.Kind>
Enum Constant and Description |
---|
NOT_REJECTED |
REJECTED_BY_INSTANCES_LIMIT |
REJECTED_BY_SAMPLES_LIMIT |
REJECTED_BY_SAMPLES_PER_INSTANCE_LIMIT |
Modifier and Type | Method and Description |
---|---|
static SampleRejectedStatus.Kind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SampleRejectedStatus.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SampleRejectedStatus.Kind NOT_REJECTED
public static final SampleRejectedStatus.Kind REJECTED_BY_INSTANCES_LIMIT
public static final SampleRejectedStatus.Kind REJECTED_BY_SAMPLES_LIMIT
public static final SampleRejectedStatus.Kind REJECTED_BY_SAMPLES_PER_INSTANCE_LIMIT
public static SampleRejectedStatus.Kind[] values()
for (SampleRejectedStatus.Kind c : SampleRejectedStatus.Kind.values()) System.out.println(c);
public static SampleRejectedStatus.Kind valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is null
Copyright © 2010 Real-Time Innovations, Inc. (RTI)
Copyright © 2010 PrismTech, Ltd.
Copyright © 2010 Object Management Group, Inc. (OMG)
All Rights Reserved.