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