public static enum RuntimeConstants.SpaceGobbling extends Enum<RuntimeConstants.SpaceGobbling>
Enum Constant and Description |
---|
BC |
LINES |
NONE |
STRUCTURED |
Modifier and Type | Method and Description |
---|---|
static RuntimeConstants.SpaceGobbling |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuntimeConstants.SpaceGobbling[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RuntimeConstants.SpaceGobbling NONE
public static final RuntimeConstants.SpaceGobbling BC
public static final RuntimeConstants.SpaceGobbling LINES
public static final RuntimeConstants.SpaceGobbling STRUCTURED
public static RuntimeConstants.SpaceGobbling[] values()
for (RuntimeConstants.SpaceGobbling c : RuntimeConstants.SpaceGobbling.values()) System.out.println(c);
public static RuntimeConstants.SpaceGobbling 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 nullCopyright © 2000–2020 The Apache Software Foundation. All rights reserved.