Package oracle.rules.sdk2.dictionary
Class UserTranslatedProperty
java.lang.Object
oracle.rules.sdk2.dictionary.DictionaryProperty<T>
oracle.rules.sdk2.dictionary.SettableProperty<String>
oracle.rules.sdk2.dictionary.UserTranslatedProperty
- All Implemented Interfaces:
Serializable
A user-translated property allows the user to set a new translated value.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDescribe differences between 2SettablePropertythisandthat, and allow the differences from that to be appled to this so this and that are the same.Nested classes/interfaces inherited from class oracle.rules.sdk2.dictionary.DictionaryProperty
DictionaryProperty.DiffType -
Constructor Summary
ConstructorsConstructorDescriptionUserTranslatedProperty(DictionaryComponent containingComponent, String propertyName) -
Method Summary
Modifier and TypeMethodDescriptionGet translated property value.getValue(boolean translate) Get optionally translated property value.voidsetTranslatedValue(String value) Set the translated value of the propertyMethods 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
-
Constructor Details
-
UserTranslatedProperty
-
-
Method Details
-
getTranslatedValue
Get translated property value.- Returns:
- translated value
-
getValue
Get optionally translated property value. If no translation, return untranslated value.- Returns:
- optionally translated value
-
setTranslatedValue
Set the translated value of the property- Parameters:
value-
-