public static enum PelletOptions.InstanceRetrievalMethod extends Enum<PelletOptions.InstanceRetrievalMethod>
| Enum Constant and Description |
|---|
BINARY |
LINEAR |
TRACING_BASED |
| Modifier and Type | Method and Description |
|---|---|
static PelletOptions.InstanceRetrievalMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PelletOptions.InstanceRetrievalMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PelletOptions.InstanceRetrievalMethod BINARY
public static final PelletOptions.InstanceRetrievalMethod LINEAR
public static final PelletOptions.InstanceRetrievalMethod TRACING_BASED
public static PelletOptions.InstanceRetrievalMethod[] values()
for (PelletOptions.InstanceRetrievalMethod c : PelletOptions.InstanceRetrievalMethod.values()) System.out.println(c);
public static PelletOptions.InstanceRetrievalMethod 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 © 2019. All rights reserved.