public enum UESArtifactHeaderDisplayMode extends java.lang.Enum<UESArtifactHeaderDisplayMode>
Enum Constant and Description |
---|
DEFAULT
Default setting of artifact header type.
|
HIDDEN
Artifact header is hidden.
|
ONE_LINE
Artifact header type is one line (location, artifact code).
|
TWO_LINES
Artifact header type is two lines (comp. role, location, artifact code, meta artifact).
|
Modifier and Type | Field and Description |
---|---|
private int |
code |
Modifier and Type | Method and Description |
---|---|
UESArtifactHeaderDisplayMode |
evalDefault()
Evaluate default artifact layout header type, If is called on DEFAULT
it return one of others by code, if is not default return itself.
|
static UESArtifactHeaderDisplayMode |
fromJsonValue(java.lang.String v)
Gets UESArtifactHeaderDisplayMode by json value.
|
private int |
getCode() |
java.lang.String |
toJsonValue()
Gets json value.
|
static UESArtifactHeaderDisplayMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UESArtifactHeaderDisplayMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
for (UESArtifactHeaderDisplayMode c : UESArtifactHeaderDisplayMode.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 nullv
- json value