| Package | Description |
|---|---|
| org.rhq.core.clientapi.descriptor.configuration |
| Modifier and Type | Field and Description |
|---|---|
protected ActivationPolicy |
SimpleProperty.activationPolicy |
protected ActivationPolicy |
DynamicProperty.activationPolicy |
| Modifier and Type | Method and Description |
|---|---|
static ActivationPolicy |
ActivationPolicy.fromValue(String v) |
ActivationPolicy |
SimpleProperty.getActivationPolicy()
Gets the value of the activationPolicy property.
|
ActivationPolicy |
DynamicProperty.getActivationPolicy()
Gets the value of the activationPolicy property.
|
static ActivationPolicy |
ActivationPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActivationPolicy[] |
ActivationPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleProperty.setActivationPolicy(ActivationPolicy value)
Sets the value of the activationPolicy property.
|
void |
DynamicProperty.setActivationPolicy(ActivationPolicy value)
Sets the value of the activationPolicy property.
|
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.