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