Interface ValueAccess

    • Method Detail

      • getValues

        Object[] getValues()
        The complete set of values.
      • getValue

        default <T> T getValue​(int i,
                               Class<T> clazz)
        Access to an individual value.
        API Note:
        It is important to remember that attributes are sorted alphabetically. So the values here will be in alphabetically order according to the names of the corresponding attribute
      • getOwner

        default Object getOwner()
        Access to the owner of the instance being instantiated