Package oracle.rules.sdk2.ruleset
Class Action.TargetProperty
java.lang.Object
oracle.rules.sdk2.dictionary.DictionaryProperty<T>
oracle.rules.sdk2.dictionary.SettableProperty<String>
oracle.rules.sdk2.dictionary.TranslatedProperty
oracle.rules.sdk2.dictionary.ChoosableProperty
oracle.rules.sdk2.ruleset.Action.TargetProperty
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Action
A target property can get and set its translated value using its
expression parser.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class oracle.rules.sdk2.dictionary.SettableProperty
SettableProperty.Diff<T>Nested classes/interfaces inherited from class oracle.rules.sdk2.dictionary.DictionaryProperty
DictionaryProperty.DiffType -
Method Summary
Modifier and TypeMethodDescriptionSubclasses should override.voidsetTranslatedValue(String value) Set translated property value.Methods inherited from class oracle.rules.sdk2.dictionary.ChoosableProperty
forceSync, getChoice, getChoices, getChoices, getOptions, getTranslatedOptions, setChoiceMethods inherited from class oracle.rules.sdk2.dictionary.TranslatedProperty
getDiffValue, getOptions, getValueMethods inherited from class oracle.rules.sdk2.dictionary.SettableProperty
getDiffValue, getDiffValue, setValueMethods inherited from class oracle.rules.sdk2.dictionary.DictionaryProperty
getContainedDiffs, getDiff, getDiffs, getName, getName, getTranslatedName, getValue, hasDiff, removeDiff
-
Method Details
-
getTranslatedValue
Description copied from class:ChoosablePropertySubclasses should override.- Overrides:
getTranslatedValuein classChoosableProperty- Returns:
- translated value, or "" if none
-
setTranslatedValue
Description copied from class:ChoosablePropertySet translated property value. The translation must exist the following code fragment is always a no-op:setTranslatedValue(getValue(true))- Overrides:
setTranslatedValuein classChoosableProperty
-