public enum JSONLDMode extends java.lang.Enum<JSONLDMode>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLabel() |
java.lang.String |
getReference() |
static JSONLDMode |
valueOf(java.lang.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(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getLabel()
public java.lang.String getReference()
Copyright © 2001-2014 Aduna. All Rights Reserved.