public interface PropertiesInfo
PropertiesInfo interface provides users various 
 jet.webreport.beans.Property of report, page, components 
 and so on.| Modifier and Type | Method and Description | 
|---|---|
java.util.Iterator | 
getAllProperties()
Returns all  
Property in Iterator | 
java.lang.String[] | 
getAllPropertyNames()
Returns all property names in a string array. 
 | 
Property | 
getProperty(java.lang.String name)
Returns  
jet.webreport.beans.Property instance 
 with the specified property name. | 
java.util.Iterator getAllProperties()
Property in IteratorIteratorPropertyjava.lang.String[] getAllPropertyNames()
Property