net.sf.seaf.util.bean
Interface PropertyNamesEnumerator


public interface PropertyNamesEnumerator

A bean that can enumerate the names of its properties.


Method Summary
 Iterable<?> getPropertyNames()
          Returns the names of the properties of this bean.
 

Method Detail

getPropertyNames

Iterable<?> getPropertyNames()
Returns the names of the properties of this bean.

Returns:
The names of properties


Copyright © 2008-2012 SEAF. All Rights Reserved.