public static enum TextLine.Compress extends java.lang.Enum<TextLine.Compress>
| Modifier and Type | Method and Description |
|---|---|
static TextLine.Compress |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TextLine.Compress[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TextLine.Compress DEFAULT
public static final TextLine.Compress ENABLE
public static final TextLine.Compress DISABLE
public static TextLine.Compress[] values()
for (TextLine.Compress c : TextLine.Compress.values()) System.out.println(c);
public static TextLine.Compress 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 nullCopyright © 2007-2021 Cascading Maintainers. All Rights Reserved.