ilog.rules.bom

Interface IlrComponentProperty

    • Method Detail

      • getReadMethod

        IlrMethod getReadMethod()
        Returns the getter method to access this property.

        Note: This method may return null if the property is write-only.

      • getWriteMethod

        IlrMethod getWriteMethod()
        Returns the setter method to set the value of this property.

        Note: This method may return null if the property is read-only.

      • isReadonly

        boolean isReadonly()
        Returns true if the property is read only.
        Since:
        JRules 6.0
      • isWriteonly

        boolean isWriteonly()
        Returns true if the property is write only.
        Since:
        JRules 6.0
      • getPropertyType

        IlrType getPropertyType()
        Returns the property type.
      • getNativeDescriptor

        java.beans.PropertyDescriptor getNativeDescriptor()
        Returns the descriptor of the property (for JavaBeans properties), or null if there isn't one.

© Copyright IBM Corp. 1987, 2020