Uses of Class
org.rhq.core.clientapi.descriptor.configuration.ActivationPolicy

Packages that use ActivationPolicy
org.rhq.core.clientapi.descriptor.configuration   
 

Uses of ActivationPolicy in org.rhq.core.clientapi.descriptor.configuration
 

Fields in org.rhq.core.clientapi.descriptor.configuration declared as ActivationPolicy
protected  ActivationPolicy SimpleProperty.activationPolicy
           
 

Methods in org.rhq.core.clientapi.descriptor.configuration that return ActivationPolicy
static ActivationPolicy ActivationPolicy.fromValue(java.lang.String v)
           
 ActivationPolicy SimpleProperty.getActivationPolicy()
          Gets the value of the activationPolicy property.
static ActivationPolicy ActivationPolicy.valueOf(java.lang.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.
 

Methods in org.rhq.core.clientapi.descriptor.configuration with parameters of type ActivationPolicy
 void SimpleProperty.setActivationPolicy(ActivationPolicy value)
          Sets the value of the activationPolicy property.
 



Copyright © 2008-2009 Red Hat, Inc.. All Rights Reserved.