|
JBoss Managed Parent POM 2.1.1.SP2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ManagementProperties>
org.jboss.managed.api.annotation.ManagementProperties
public enum ManagementProperties
ManagementProperties.
Enum Constant Summary | |
---|---|
ALL
All properties by default |
|
CLASS
Only @ManagementProperty from the @ManagementObject class annotation |
|
CLASS_AND_EXPLICIT
Merge @ManagementProperty from the @ManagementObject class annotation and any bean properties annotated with @ManagementProperty |
|
EXPLICIT
Only bean properties annotated with @ManagementProperty |
Method Summary | |
---|---|
static ManagementProperties |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ManagementProperties[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ManagementProperties ALL
public static final ManagementProperties EXPLICIT
public static final ManagementProperties CLASS
public static final ManagementProperties CLASS_AND_EXPLICIT
Method Detail |
---|
public static ManagementProperties[] values()
for (ManagementProperties c : ManagementProperties.values()) System.out.println(c);
public static ManagementProperties 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
NullPointerException
- if the argument is null
|
JBoss Managed Parent POM 2.1.1.SP2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |