public static enum JSONLDFormatter.DocType extends Enum<JSONLDFormatter.DocType>
| Enum Constant and Description |
|---|
ANC |
ANN |
ANP |
CORPORATION |
ETEXT |
ETEXTCONTENT |
ITEM |
LINEAGE |
OA |
PERSON |
PLACE |
PRODUCT |
ROLE |
TEST |
TOPIC |
VOLUME |
WORK |
| Modifier and Type | Method and Description |
|---|---|
static JSONLDFormatter.DocType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JSONLDFormatter.DocType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JSONLDFormatter.DocType CORPORATION
public static final JSONLDFormatter.DocType LINEAGE
public static final JSONLDFormatter.DocType ETEXT
public static final JSONLDFormatter.DocType ETEXTCONTENT
public static final JSONLDFormatter.DocType ROLE
public static final JSONLDFormatter.DocType PERSON
public static final JSONLDFormatter.DocType VOLUME
public static final JSONLDFormatter.DocType PLACE
public static final JSONLDFormatter.DocType TOPIC
public static final JSONLDFormatter.DocType ITEM
public static final JSONLDFormatter.DocType WORK
public static final JSONLDFormatter.DocType PRODUCT
public static final JSONLDFormatter.DocType TEST
public static final JSONLDFormatter.DocType ANN
public static final JSONLDFormatter.DocType ANC
public static final JSONLDFormatter.DocType ANP
public static final JSONLDFormatter.DocType OA
public static JSONLDFormatter.DocType[] values()
for (JSONLDFormatter.DocType c : JSONLDFormatter.DocType.values()) System.out.println(c);
public static JSONLDFormatter.DocType 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.