Interface PropertyValues

  • All Known Implementing Classes:
    MappedPropertyValues

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

      • getPropertyNames

        Set<String> getPropertyNames()
      • getPropertyValue

        Object getPropertyValue​(String name)