Oracle Fusion Middleware Java API Reference for Oracle Business Rules
11g Release 1 (11.1.1.7)

E10663-11

oracle.rules.sdk2.dictionary
Class UserTranslatedProperty

java.lang.Object
  extended by oracle.rules.sdk2.dictionary.DictionaryProperty<T>
      extended by oracle.rules.sdk2.dictionary.SettableProperty<java.lang.String>
          extended by oracle.rules.sdk2.dictionary.UserTranslatedProperty
All Implemented Interfaces:
java.io.Serializable

public class UserTranslatedProperty
extends SettableProperty<java.lang.String>

A user-translated property allows the user to set a new translated value.

See Also:
Serialized Form

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
UserTranslatedProperty(DictionaryComponent containingComponent, java.lang.String propertyName)
           
 
Method Summary
 java.lang.String getTranslatedValue()
          Get translated property value.
 java.lang.String getValue(boolean translate)
          Get optionally translated property value.
 void setTranslatedValue(java.lang.String value)
          Set the translated value of the property
 
Methods inherited from class oracle.rules.sdk2.dictionary.SettableProperty
getDiffValue, setValue
 
Methods inherited from class oracle.rules.sdk2.dictionary.DictionaryProperty
getDiff, getDiffs, getName, getValue, hasDiff
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserTranslatedProperty

public UserTranslatedProperty(DictionaryComponent containingComponent,
                              java.lang.String propertyName)
Method Detail

getTranslatedValue

public java.lang.String getTranslatedValue()
Get translated property value.

Returns:
translated value

getValue

public java.lang.String getValue(boolean translate)
Get optionally translated property value. If no translation, return untranslated value.

Returns:
optionally translated value

setTranslatedValue

public void setTranslatedValue(java.lang.String value)
Set the translated value of the property

Parameters:
value -

Oracle Fusion Middleware Java API Reference for Oracle Business Rules
11g Release 1 (11.1.1.7)

E10663-11

Copyright © 2013, Oracle and/or its affiliates. All rights reserved.