public static enum TeaServerManagedObjectType.DELETION_POLICY extends Enum<TeaServerManagedObjectType.DELETION_POLICY>
Enum Constant and Description |
---|
CACSADE |
CONFIG |
NOT_ALLOWED_WITH_CHILDREN |
Modifier and Type | Method and Description |
---|---|
static TeaServerManagedObjectType.DELETION_POLICY |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TeaServerManagedObjectType.DELETION_POLICY[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TeaServerManagedObjectType.DELETION_POLICY CACSADE
public static final TeaServerManagedObjectType.DELETION_POLICY NOT_ALLOWED_WITH_CHILDREN
public static final TeaServerManagedObjectType.DELETION_POLICY CONFIG
public static TeaServerManagedObjectType.DELETION_POLICY[] values()
for (TeaServerManagedObjectType.DELETION_POLICY c : TeaServerManagedObjectType.DELETION_POLICY.values()) System.out.println(c);
public static TeaServerManagedObjectType.DELETION_POLICY valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2015 TIBCO Software Inc.. All Rights Reserved.