Interface BackedProperty<T,​V>

  • Type Parameters:
    T - the type of the underlying Java object
    V - the type of the property
    All Superinterfaces:
    Property<V>, Serializable
    All Known Implementing Classes:
    SimpleItem.Property, SimpleProperty

    public interface BackedProperty<T,​V>
    extends Property<V>
    Extension of the Property interface for implementations that are backed by an underlying Java object.
    • Method Detail

      • getObject

        T getObject()
        Retrieve the underlying Java object.
        Returns:
        underlying Java object, never null