Class NuxeoPropertyDataBase.NuxeoPropertyBooleanDataFixed

  • All Implemented Interfaces:
    org.apache.chemistry.opencmis.commons.data.ExtensionsData, org.apache.chemistry.opencmis.commons.data.PropertyBoolean, org.apache.chemistry.opencmis.commons.data.PropertyData<Boolean>
    Enclosing class:
    NuxeoPropertyDataBase<T>

    public static class NuxeoPropertyDataBase.NuxeoPropertyBooleanDataFixed
    extends NuxeoPropertyDataBase.NuxeoPropertyDataFixed<Boolean>
    implements org.apache.chemistry.opencmis.commons.data.PropertyBoolean
    A fixed Boolean property.
    • Constructor Detail

      • NuxeoPropertyBooleanDataFixed

        protected NuxeoPropertyBooleanDataFixed​(org.apache.chemistry.opencmis.commons.definitions.PropertyDefinition<Boolean> propertyDefinition,
                                                Boolean value)