Interface PropertyValues

All Known Implementing Classes:
MappedPropertyValues

public interface PropertyValues
Author:
Lucian Chirita (lucianc@users.sourceforge.net)
  • Method Details

    • getPropertyNames

      Set<String> getPropertyNames()
    • getPropertyValue

      Object getPropertyValue(String name)