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