public static enum Constants.ConfigurableLevel extends java.lang.Enum<Constants.ConfigurableLevel>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
value() |
static Constants.ConfigurableLevel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Constants.ConfigurableLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Constants.ConfigurableLevel EDIT
public static final Constants.ConfigurableLevel VIEW
public static final Constants.ConfigurableLevel HIDE
public static final Constants.ConfigurableLevel UNDEFINE
public static Constants.ConfigurableLevel[] values()
for (Constants.ConfigurableLevel c : Constants.ConfigurableLevel.values()) System.out.println(c);
public static Constants.ConfigurableLevel 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 value()
Copyright 2003, 2014, Oracle and/or its affiliates. All rights reserved.