com.filenet.api.property

Interface PropertyInteger32List

  • All Superinterfaces:
    Property, java.io.Serializable


    public interface PropertyInteger32List
    extends Property
    Represents a Content Engine property that holds an Integer32List object. An Integer32List object is a Java List collection (ordered, non-unique) of Integer values.
    See Also:
    Integer32List
    • Method Detail

      • setValue

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