Package oracle.rules.sdk2.dictionary
Class AliasRefProperty
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.dictionary.AliasRefProperty
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SimpleTest.OperatorProperty
A Translated property has list of possible values
ChoosableProperty.getOptions(boolean)
and therefore the property values can be translated (i18n).- 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
-
Constructor Summary
ConstructorsConstructorDescriptionAliasRefProperty
(DictionaryComponent containingComponent, String propertyName, String propertyIdName) -
Method Summary
Methods inherited from class oracle.rules.sdk2.dictionary.ChoosableProperty
forceSync, getChoice, getChoices, getChoices, getOptions, getTranslatedOptions, setChoice, setTranslatedValue
Methods inherited from class oracle.rules.sdk2.dictionary.TranslatedProperty
getDiffValue, getOptions, getValue
Methods inherited from class oracle.rules.sdk2.dictionary.SettableProperty
getDiffValue, getDiffValue, setValue
Methods inherited from class oracle.rules.sdk2.dictionary.DictionaryProperty
getContainedDiffs, getDiff, getDiffs, getName, getName, getTranslatedName, getValue, hasDiff, removeDiff
-
Constructor Details
-
AliasRefProperty
public AliasRefProperty(DictionaryComponent containingComponent, String propertyName, String propertyIdName)
-
-
Method Details
-
getTranslatedValue
Get translated property value.- Overrides:
getTranslatedValue
in classChoosableProperty
- Returns:
- translated value, or "" if none
-