public enum UESArtifactVisualStyle extends java.lang.Enum<UESArtifactVisualStyle>
Enum Constant and Description |
---|
DEFAULT
Default setting.
|
V1
Old visual style (small font, angular corners on input fields, tightly packed).
|
V2
New visual style (bigger font, round corners on input fields, more space between components).
|
Modifier and Type | Field and Description |
---|---|
private int |
value |
Modifier and Type | Method and Description |
---|---|
int |
getvalue() |
static UESArtifactVisualStyle |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UESArtifactVisualStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
for (UESArtifactVisualStyle c : UESArtifactVisualStyle.values()) System.out.println(c);
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 null