Package oracle.rules.sdk2.dictionary
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
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
IDTableProperty.Diff<T extends DictionaryComponent>
Nested classes/interfaces inherited from class oracle.rules.sdk2.dictionary.DictionaryProperty
DictionaryProperty.DiffType
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Default add simply adds to the ID table.void
clear()
Default clear simply clears the ID table.String[]
Get the string value of the tableString[]
Get the options for the string values of the tablevoid
setStringValue
(String... value) Set the string value of the tableMethods inherited from class oracle.rules.sdk2.dictionary.DictionaryProperty
getContainedDiffs, getDiff, getDiffs, getName, getName, getTranslatedName, getValue, hasDiff, removeDiff
-
Method Details
-
add
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
Get the string value of the table- Returns:
- String[], or null if no string value is defined
-
getStringValueOptions
Get the options for the string values of the table- Returns:
- String[], or null if no string value is defined
-
setStringValue
Set the string value of the table
-