public static enum MatrixSettings.OwnerDisplayMode extends java.lang.Enum<MatrixSettings.OwnerDisplayMode>
| Enum Constant and Description |
|---|
COMPACT_TREE |
FULL_QUALIFIED_NAME |
HIDDEN |
TREE |
| Modifier and Type | Method and Description |
|---|---|
static MatrixSettings.OwnerDisplayMode |
getEnum(java.lang.String type)
Gets enum according to type value
|
java.lang.String |
getType() |
static MatrixSettings.OwnerDisplayMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MatrixSettings.OwnerDisplayMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MatrixSettings.OwnerDisplayMode TREE
public static final MatrixSettings.OwnerDisplayMode HIDDEN
public static final MatrixSettings.OwnerDisplayMode FULL_QUALIFIED_NAME
public static final MatrixSettings.OwnerDisplayMode COMPACT_TREE
public static MatrixSettings.OwnerDisplayMode[] values()
for (MatrixSettings.OwnerDisplayMode c : MatrixSettings.OwnerDisplayMode.values()) System.out.println(c);
public static MatrixSettings.OwnerDisplayMode 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 nullpublic java.lang.String getType()
public static MatrixSettings.OwnerDisplayMode getEnum(java.lang.String type)
type - type to find