Lines Matching refs:properties
81 Vector properties = getProperties(); in getPropertyValues() local
82 return getPropertyValues ( properties ); in getPropertyValues()
93 public Vector getPropertyValues( Vector properties ) in getPropertyValues() argument
96 if ( m_content != null && properties != null && !properties.isEmpty() ) { in getPropertyValues()
98 int size = properties.size(); in getPropertyValues()
106 prop.Name = ( String )properties.get( index ); in getPropertyValues()
214 Vector properties = obtProperty.getProperties(); in main() local
215 Vector propertiesValues = obtProperty.getPropertyValues( properties ); in main()
226 if ( properties != null && propertiesValues != null ) { in main()
227 size = properties.size(); in main()
229 String property = ( String )properties.get( index ); in main()