public static enum FPE.FPEMode extends Enum<FPE.FPEMode>
Modifier and Type | Method and Description |
---|---|
String |
getValue()
获取模式名
|
static FPE.FPEMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FPE.FPEMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FPE.FPEMode FF1
public static final FPE.FPEMode FF3_1
public static FPE.FPEMode[] values()
for (FPE.FPEMode c : FPE.FPEMode.values()) System.out.println(c);
public static FPE.FPEMode 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 String getValue()
Copyright © 2024. All rights reserved.