public static enum ShExGenerator.HTMLLinkPolicy extends Enum<ShExGenerator.HTMLLinkPolicy>
| Modifier and Type | Method and Description |
|---|---|
static ShExGenerator.HTMLLinkPolicy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShExGenerator.HTMLLinkPolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ShExGenerator.HTMLLinkPolicy NONE
public static final ShExGenerator.HTMLLinkPolicy EXTERNAL
public static final ShExGenerator.HTMLLinkPolicy INTERNAL
public static ShExGenerator.HTMLLinkPolicy[] values()
for (ShExGenerator.HTMLLinkPolicy c : ShExGenerator.HTMLLinkPolicy.values()) System.out.println(c);
public static ShExGenerator.HTMLLinkPolicy 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 © 2014–2021 Health Level 7. All rights reserved.