public enum UESArtifactLayout extends java.lang.Enum<UESArtifactLayout>
| Enum Constant and Description |
|---|
ADVANCED
The artifact will be displayed in advanced layout.
|
ORG_STRUCTURE
The artifact will be displayed in layout that is defined by the organizational structure.
|
SIMPLE
The artifact will be displayed in simple layout.
|
| Modifier and Type | Method and Description |
|---|---|
static UESArtifactLayout |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UESArtifactLayout[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
ADVANCED.SIMPLE.ORG_STRUCTURE.for (UESArtifactLayout c : UESArtifactLayout.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