public static enum ManagedObjectManagerInternal.AttributeDescriptorType extends java.lang.Enum<ManagedObjectManagerInternal.AttributeDescriptorType>
Enum Constant and Description |
---|
COMPOSITE_DATA_ATTR |
MBEAN_ATTR |
Modifier and Type | Method and Description |
---|---|
static ManagedObjectManagerInternal.AttributeDescriptorType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ManagedObjectManagerInternal.AttributeDescriptorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ManagedObjectManagerInternal.AttributeDescriptorType MBEAN_ATTR
public static final ManagedObjectManagerInternal.AttributeDescriptorType COMPOSITE_DATA_ATTR
public static ManagedObjectManagerInternal.AttributeDescriptorType[] values()
for (ManagedObjectManagerInternal.AttributeDescriptorType c : ManagedObjectManagerInternal.AttributeDescriptorType.values()) System.out.println(c);
public static ManagedObjectManagerInternal.AttributeDescriptorType 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