public static enum ExtensionRegistry.ExtensionType extends Enum<ExtensionRegistry.ExtensionType>
Modifier and Type | Method and Description |
---|---|
static ExtensionRegistry.ExtensionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtensionRegistry.ExtensionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExtensionRegistry.ExtensionType HST
public static final ExtensionRegistry.ExtensionType OTHER
public static ExtensionRegistry.ExtensionType[] values()
for (ExtensionRegistry.ExtensionType c : ExtensionRegistry.ExtensionType.values()) System.out.println(c);
public static ExtensionRegistry.ExtensionType 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 © 2012–2019 Hippo B.V. (http://www.onehippo.com). All rights reserved.