Uses of Class
org.jtheque.core.managers.properties.Property

Packages that use Property
org.jtheque.core.managers.properties Contains the properties manager. 
 

Uses of Property in org.jtheque.core.managers.properties
 

Methods in org.jtheque.core.managers.properties that return types with arguments of type Property
 java.util.List<Property> PropertiesManager.getProperties(java.lang.Object bean)
           
 java.util.List<Property> IPropertiesManager.getProperties(java.lang.Object bean)
          Return all the properties of a bean.
 

Methods in org.jtheque.core.managers.properties with parameters of type Property
 java.lang.Object PropertiesManager.getProperty(java.lang.Object bean, Property property)
           
 java.lang.Object IPropertiesManager.getProperty(java.lang.Object bean, Property property)
          Return the value of a property.
 



Copyright © 2009 JTheque. All Rights Reserved.