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