public static enum GPRegistryEntry.Kind extends Enum<GPRegistryEntry.Kind>
| Enum Constant and Description |
|---|
Application |
ExecutableLoadFile |
IssuerSecurityDomain |
SecurityDomain |
| Modifier and Type | Method and Description |
|---|---|
String |
toShortString() |
static GPRegistryEntry.Kind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GPRegistryEntry.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GPRegistryEntry.Kind IssuerSecurityDomain
public static final GPRegistryEntry.Kind Application
public static final GPRegistryEntry.Kind SecurityDomain
public static final GPRegistryEntry.Kind ExecutableLoadFile
public static GPRegistryEntry.Kind[] values()
for (GPRegistryEntry.Kind c : GPRegistryEntry.Kind.values()) System.out.println(c);
public static GPRegistryEntry.Kind 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 toShortString()
Copyright © 2019. All rights reserved.