Uses of Class
org.rhq.core.domain.configuration.definition.PropertySimpleType

Packages that use PropertySimpleType
org.rhq.core.domain.configuration.definition   
 

Uses of PropertySimpleType in org.rhq.core.domain.configuration.definition
 

Methods in org.rhq.core.domain.configuration.definition that return PropertySimpleType
 PropertySimpleType PropertyDefinitionSimple.getType()
           
static PropertySimpleType PropertySimpleType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PropertySimpleType[] PropertySimpleType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.rhq.core.domain.configuration.definition with parameters of type PropertySimpleType
 void PropertyDefinitionSimple.setType(PropertySimpleType type)
           
 

Constructors in org.rhq.core.domain.configuration.definition with parameters of type PropertySimpleType
PropertyDefinitionSimple(String name, String description, boolean required, PropertySimpleType type)
           
 



Copyright © 2008-2009 RHQ Project Advisory Board (Red Hat, Inc.). All Rights Reserved.