com.filenet.api.property

Interface PropertyFloat64List

  • All Superinterfaces:
    Property, java.io.Serializable


    public interface PropertyFloat64List
    extends Property
    Represents a Content Engine property that holds a Float64List object. A Float64List object is a Java List collection (ordered, non-unique) of Double (64-bit floating point) values.
    See Also:
    Float64List
    • Method Detail

      • setValue

        void setValue(Float64List val)
        Sets the value of this Content Engine property.
        Parameters:
        val - A Float64List object 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.