Class BaseProperty

  • Direct Known Subclasses:
    CollectionProperty, SimpleProperty

    public abstract class BaseProperty
    extends Object
    A Property gives access to a scalar or array value stored in an underlying table. This base class contains common code.

    When stored, the values are normalized to their standard type.

    Author:
    Florent Guillaume