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