Class NuxeoPropertyDataBase.NuxeoPropertyDataFixed<T>

    • Field Detail

      • value

        protected final T value
    • Constructor Detail

      • NuxeoPropertyDataFixed

        protected NuxeoPropertyDataFixed​(org.apache.chemistry.opencmis.commons.definitions.PropertyDefinition<T> propertyDefinition,
                                         T value)
    • Method Detail

      • getFirstValue

        public T getFirstValue()
        Specified by:
        getFirstValue in interface org.apache.chemistry.opencmis.commons.data.PropertyData<T>
        Specified by:
        getFirstValue in class NuxeoPropertyDataBase<T>