public static enum InstanceProperties.Property extends Enum<InstanceProperties.Property>
Enum Constant and Description |
---|
EXPIRATION |
IMMEDIATE |
MANDATORY |
PERSISTENT |
REDELIVERED |
Modifier and Type | Method and Description |
---|---|
static InstanceProperties.Property |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstanceProperties.Property[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstanceProperties.Property REDELIVERED
public static final InstanceProperties.Property PERSISTENT
public static final InstanceProperties.Property MANDATORY
public static final InstanceProperties.Property IMMEDIATE
public static final InstanceProperties.Property EXPIRATION
public static InstanceProperties.Property[] values()
for (InstanceProperties.Property c : InstanceProperties.Property.values()) System.out.println(c);
public static InstanceProperties.Property 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 © 2006–2016 The Apache Software Foundation. All rights reserved.