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