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