public static enum ConfigurationImpl.Stat extends Enum<ConfigurationImpl.Stat>
Modifier and Type | Method and Description |
---|---|
boolean |
isDecrypt() |
boolean |
isEncrypt() |
boolean |
isGenKey() |
static ConfigurationImpl.Stat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationImpl.Stat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigurationImpl.Stat ENCRYPT
public static final ConfigurationImpl.Stat DECRYPT
public static final ConfigurationImpl.Stat GENKEY
public static ConfigurationImpl.Stat[] values()
for (ConfigurationImpl.Stat c : ConfigurationImpl.Stat.values()) System.out.println(c);
public static ConfigurationImpl.Stat 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 boolean isEncrypt()
public boolean isDecrypt()
public boolean isGenKey()
Copyright © 2017. All rights reserved.