com.filenet.api.property

Interface PropertyString

  • All Superinterfaces:
    Property, java.io.Serializable


    public interface PropertyString
    extends Property
    Represents a Content Engine property that holds a String value.
    • Method Detail

      • setValue

        void setValue(java.lang.String val)
        Sets the value of this Content Engine property.
        Parameters:
        val - A String 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, 2015. All rights reserved.