public enum CATV4IV5V4InternalCurveCreationEnum extends java.lang.Enum<CATV4IV5V4InternalCurveCreationEnum>
| Enum Constant and Description |
|---|
AllCurvesAreCreated |
NoInternalCurveIsCreated |
OnlyConicsAreCreated |
| Modifier and Type | Method and Description |
|---|---|
static CATV4IV5V4InternalCurveCreationEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CATV4IV5V4InternalCurveCreationEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CATV4IV5V4InternalCurveCreationEnum AllCurvesAreCreated
public static final CATV4IV5V4InternalCurveCreationEnum OnlyConicsAreCreated
public static final CATV4IV5V4InternalCurveCreationEnum NoInternalCurveIsCreated
public static CATV4IV5V4InternalCurveCreationEnum[] values()
for (CATV4IV5V4InternalCurveCreationEnum c : CATV4IV5V4InternalCurveCreationEnum.values()) System.out.println(c);
public static CATV4IV5V4InternalCurveCreationEnum 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