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