Class NuxeoPropertyDataBase.NuxeoPropertyStringDataFixed

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

    public static class NuxeoPropertyDataBase.NuxeoPropertyStringDataFixed
    extends NuxeoPropertyDataBase.NuxeoPropertyDataFixed<String>
    implements org.apache.chemistry.opencmis.commons.data.PropertyString
    A fixed String property.
    • Constructor Detail

      • NuxeoPropertyStringDataFixed

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