public static enum AlgorithmSuite.STRType extends Enum<AlgorithmSuite.STRType>
| Enum Constant and Description |
|---|
STRTransform10 |
STRTransformNone |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static AlgorithmSuite.STRType |
lookUp(String name) |
static AlgorithmSuite.STRType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlgorithmSuite.STRType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlgorithmSuite.STRType STRTransformNone
public static final AlgorithmSuite.STRType STRTransform10
public static AlgorithmSuite.STRType[] values()
for (AlgorithmSuite.STRType c : AlgorithmSuite.STRType.values()) System.out.println(c);
public static AlgorithmSuite.STRType 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 static AlgorithmSuite.STRType lookUp(String name)
public String getValue()
Copyright © 2018 JBoss by Red Hat. All rights reserved.