@Deprecated public enum UESArtifactContextMenuDisplayMode extends java.lang.Enum<UESArtifactContextMenuDisplayMode>
| Enum Constant and Description | 
|---|
ADVANCED
Deprecated.  
 | 
DEFAULT
Deprecated.  
 | 
SIMPLE
Deprecated.  
 | 
| Modifier and Type | Field and Description | 
|---|---|
private boolean | 
value
Deprecated.  
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
getValue()
Deprecated.  
 | 
static UESArtifactContextMenuDisplayMode | 
valueOf(java.lang.String name)
Deprecated.  
 | 
static UESArtifactContextMenuDisplayMode[] | 
values()
Deprecated.  
 | 
for (UESArtifactContextMenuDisplayMode c : UESArtifactContextMenuDisplayMode.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