com.filenet.api.property

Interface PropertyBinary

  • All Superinterfaces:
    Property, java.io.Serializable


    public interface PropertyBinary
    extends Property
    Represents a Content Engine property that holds a byte (8-bit signed integer) array intended for a binary value.
    • Method Detail

      • setValue

        void setValue(byte[] val)
        Sets the value of this Content Engine property.
        Parameters:
        val - A byte array that specifies the new property value.
        Throws:
        E_READ_ONLY - if an attempt is made to update a property that is not settable (its Property.isSettable method returns false).

© Copyright IBM Corporation 2006, 2013. All rights reserved.