public static enum FP1024Writer.FP1024_status extends Enum<FP1024Writer.FP1024_status>
Modifier and Type | Method and Description |
---|---|
static FP1024Writer.FP1024_status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FP1024Writer.FP1024_status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FP1024Writer.FP1024_status invalid
public static final FP1024Writer.FP1024_status valid
public static final FP1024Writer.FP1024_status error
public static FP1024Writer.FP1024_status[] values()
for (FP1024Writer.FP1024_status c : FP1024Writer.FP1024_status.values()) System.out.println(c);
public static FP1024Writer.FP1024_status 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 © 2004–2020 Ideaconsult Ltd.. All rights reserved.