Interface IProperties<T>

All Known Implementing Classes:
StandardFieldProperties, StandardProperties

public interface IProperties<T>
Represents a all properties accessor
Since:
7.0
Author:
GuyK
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    getValues(T obj)
     
    void
    setValues(T obj, Object[] values)
     
  • Method Details

    • getValues

      Object[] getValues(T obj)
    • setValues

      void setValues(T obj, Object[] values)