public static enum DPNGraphvizConverterPlugin.VariableDisplayMode extends java.lang.Enum<DPNGraphvizConverterPlugin.VariableDisplayMode>
| Enum Constant and Description |
|---|
AUTO_LAYOUT
Visible variables with influence on the layout
|
AUTO_LAYOUT_NO_READS |
HIDDEN |
NO_LAYOUT
Visible variables without influence on the layout
|
NO_LAYOUT_NO_READS |
| Modifier and Type | Method and Description |
|---|---|
static DPNGraphvizConverterPlugin.VariableDisplayMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DPNGraphvizConverterPlugin.VariableDisplayMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DPNGraphvizConverterPlugin.VariableDisplayMode HIDDEN
public static final DPNGraphvizConverterPlugin.VariableDisplayMode NO_LAYOUT
public static final DPNGraphvizConverterPlugin.VariableDisplayMode AUTO_LAYOUT
public static final DPNGraphvizConverterPlugin.VariableDisplayMode NO_LAYOUT_NO_READS
public static final DPNGraphvizConverterPlugin.VariableDisplayMode AUTO_LAYOUT_NO_READS
public static DPNGraphvizConverterPlugin.VariableDisplayMode[] values()
for (DPNGraphvizConverterPlugin.VariableDisplayMode c : DPNGraphvizConverterPlugin.VariableDisplayMode.values()) System.out.println(c);
public static DPNGraphvizConverterPlugin.VariableDisplayMode valueOf(java.lang.String name)
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