public enum JSONLDMode extends Enum<JSONLDMode>
Modifier and Type | Method and Description |
---|---|
String |
getLabel() |
String |
getReference() |
static JSONLDMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JSONLDMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JSONLDMode EXPAND
public static final JSONLDMode COMPACT
public static final JSONLDMode FLATTEN
public static JSONLDMode[] values()
for (JSONLDMode c : JSONLDMode.values()) System.out.println(c);
public static JSONLDMode 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 nullpublic String getLabel()
public String getReference()
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.