Class IDTableProperty<T extends DictionaryComponent>

java.lang.Object
oracle.rules.sdk2.dictionary.DictionaryProperty<IDTable<T>>
oracle.rules.sdk2.dictionary.IDTableProperty<T>
All Implemented Interfaces:
Serializable

public class IDTableProperty<T extends DictionaryComponent> extends DictionaryProperty<IDTable<T>>
See Also:
  • Method Details

    • add

      public boolean add(T dc)
      Default add simply adds to the ID table. Override for other behavior (e.g. adding a DTRule to a conflict table)
      Parameters:
      dc - DictionaryComponent
      Returns:
      whether dc was added
    • clear

      public void clear()
      Default clear simply clears the ID table. Override for other behavior (e.g. clearing a DTRule from a conflict table is a no-op; must add rule to correct table)
    • getStringValue

      public String[] getStringValue()
      Get the string value of the table
      Returns:
      String[], or null if no string value is defined
    • getStringValueOptions

      public String[] getStringValueOptions()
      Get the options for the string values of the table
      Returns:
      String[], or null if no string value is defined
    • setStringValue

      public void setStringValue(String... value)
      Set the string value of the table