|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ViewUse>
org.jboss.managed.api.annotation.ViewUse
public enum ViewUse
An enum for the types of management views a property
is associated with.
| Enum Constant Summary | |
|---|---|
CONFIGURATION
A read-write property used for creating/updating a config |
|
RUNTIME
A read-only type of property |
|
STATISTIC
A read-only type of property that provides runtime stats |
|
| Method Summary | |
|---|---|
static ViewUse |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ViewUse[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ViewUse CONFIGURATION
public static final ViewUse RUNTIME
public static final ViewUse STATISTIC
| Method Detail |
|---|
public static final ViewUse[] values()
for(ViewUse c : ViewUse.values())
System.out.println(c);
public static ViewUse valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||