Interface ObjectAccessor

All Known Subinterfaces:
ObjectAccessor.ObjectProperty

public interface ObjectAccessor
Provides an accessor for a object property.
  • Method Details

    • getObject

      Object getObject()
      Retrieves the object from the object property.
      Returns:
      The object stored by the object property.