public static enum DecryptedServer.Combination extends Enum<DecryptedServer.Combination>
| Modifier and Type | Method and Description |
|---|---|
static DecryptedServer.Combination |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DecryptedServer.Combination[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DecryptedServer.Combination AND
public static final DecryptedServer.Combination OR
public static DecryptedServer.Combination[] values()
for (DecryptedServer.Combination c : DecryptedServer.Combination.values()) System.out.println(c);
public static DecryptedServer.Combination 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 null1.1.26-SNAPSHOT - Copyright © 2018 Talend Component Kit Documentation