ilog.rules.bom

Interface IlrEnumeratedDomain

    • Method Detail

      • getValues

        java.util.List getValues()
        Returns a list of the values in the domain.
        Returns:
        A list of the values in the domain. The returned list contains IlrAbstractValues.
      • containsOnlyStaticReferences

        boolean containsOnlyStaticReferences()
        Returns true if the enumerated domain contains only static references
        Since:
        ODM 8.5.1
        Returns:
        true if domain of static references
      • containsRefToAttribute

        boolean containsRefToAttribute(java.lang.String attributeName,
                                     java.lang.String attributeFQN)
        Returns true if the enumerated domain contains a reference to an attribute;
        Since:
        ODM 8.5.1
        Parameters:
        attributeName - The attribute name
        attributeFQN - The attribute fully qualified name
        Returns:
        true if the domain contains a static reference to the attribute.

© Copyright IBM Corp. 1987, 2019