|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertySimple | |
---|---|
org.rhq.core.domain.configuration |
Uses of PropertySimple in org.rhq.core.domain.configuration |
---|
Methods in org.rhq.core.domain.configuration that return PropertySimple | |
---|---|
PropertySimple |
AbstractPropertyMap.getSimple(String name)
|
PropertySimple |
Configuration.getSimple(String name)
Same as Configuration.get(String) except that it returns the object as a PropertySimple . |
PropertySimple |
PropertyMap.getSimple(String name)
Looks for a child simple property with the given name in the map and returns it. |
Methods in org.rhq.core.domain.configuration that return types with arguments of type PropertySimple | |
---|---|
Map<String,PropertySimple> |
Configuration.getSimpleProperties()
Returns a map of all direct children of this Configuration that are of type PropertySimple . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |