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