public static enum LineFormat.StyleEnum extends Enum<LineFormat.StyleEnum>
Modifier and Type | Class and Description |
---|---|
static class |
LineFormat.StyleEnum.Adapter |
Enum Constant and Description |
---|
NOTDEFINED |
SINGLE |
THICKBETWEENTHIN |
THICKTHIN |
THINTHICK |
THINTHIN |
Modifier and Type | Method and Description |
---|---|
static LineFormat.StyleEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static LineFormat.StyleEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LineFormat.StyleEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LineFormat.StyleEnum SINGLE
public static final LineFormat.StyleEnum THINTHIN
public static final LineFormat.StyleEnum THINTHICK
public static final LineFormat.StyleEnum THICKTHIN
public static final LineFormat.StyleEnum THICKBETWEENTHIN
public static final LineFormat.StyleEnum NOTDEFINED
public static LineFormat.StyleEnum[] values()
for (LineFormat.StyleEnum c : LineFormat.StyleEnum.values()) System.out.println(c);
public static LineFormat.StyleEnum 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 nullpublic String getValue()
public String toString()
toString
in class Enum<LineFormat.StyleEnum>
public static LineFormat.StyleEnum fromValue(String text)
Copyright © 2022. All rights reserved.