public static enum INKeyRep.Type extends java.lang.Enum<INKeyRep.Type>
Enum Constant and Description |
---|
DEFAULT |
MAX_KEY_SIZE |
Modifier and Type | Method and Description |
---|---|
static INKeyRep.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static INKeyRep.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final INKeyRep.Type DEFAULT
public static final INKeyRep.Type MAX_KEY_SIZE
public static INKeyRep.Type[] values()
for (INKeyRep.Type c : INKeyRep.Type.values()) System.out.println(c);
public static INKeyRep.Type 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 nullCopyright (c) 2004-2012 Oracle. All rights reserved.