public static enum Negotiator.NEGOTIATION_OBJECT extends Enum<Negotiator.NEGOTIATION_OBJECT>
Enum Constant and Description |
---|
collection |
engine |
mode |
perspective |
theme |
Modifier and Type | Method and Description |
---|---|
static Negotiator.NEGOTIATION_OBJECT |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Negotiator.NEGOTIATION_OBJECT[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Negotiator.NEGOTIATION_OBJECT engine
public static final Negotiator.NEGOTIATION_OBJECT mode
public static final Negotiator.NEGOTIATION_OBJECT theme
public static final Negotiator.NEGOTIATION_OBJECT perspective
public static final Negotiator.NEGOTIATION_OBJECT collection
public static Negotiator.NEGOTIATION_OBJECT[] values()
for (Negotiator.NEGOTIATION_OBJECT c : Negotiator.NEGOTIATION_OBJECT.values()) System.out.println(c);
public static Negotiator.NEGOTIATION_OBJECT valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullCopyright © 2015 Nuxeo SA. All rights reserved.