java.io.Serializable
, java.lang.Comparable<CurvePwAffine.CurveOperation>
public static enum CurvePwAffine.CurveOperation extends java.lang.Enum<CurvePwAffine.CurveOperation>
Modifier and Type | Method | Description |
---|---|---|
static CurvePwAffine.CurveOperation |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static CurvePwAffine.CurveOperation[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CurvePwAffine.CurveOperation ADD
public static final CurvePwAffine.CurveOperation SUB
public static final CurvePwAffine.CurveOperation MIN
public static final CurvePwAffine.CurveOperation MAX
public static CurvePwAffine.CurveOperation[] values()
for (CurvePwAffine.CurveOperation c : CurvePwAffine.CurveOperation.values()) System.out.println(c);
public static CurvePwAffine.CurveOperation valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null