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