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

E10663-11

oracle.rules.sdk2.ruleset
Class Action.FormProperty

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.TranslatedProperty
              extended by oracle.rules.sdk2.dictionary.ChoosableProperty
                  extended by oracle.rules.sdk2.ruleset.Action.FormProperty
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Action

public class Action.FormProperty
extends ChoosableProperty

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
 
Method Summary
 java.lang.String[] getTranslatedOptions()
          Get the translated values for the property
 java.lang.String getTranslatedValue()
          Subclasses should override.
 
Methods inherited from class oracle.rules.sdk2.dictionary.ChoosableProperty
getChoice, getChoices, getChoices, getOptions, getTranslatedDiffValue, setChoice, setTranslatedValue
 
Methods inherited from class oracle.rules.sdk2.dictionary.TranslatedProperty
getDiffValue, getOptions, getValue
 
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
 

Method Detail

getTranslatedOptions

public java.lang.String[] getTranslatedOptions()
Description copied from class: TranslatedProperty
Get the translated values for the property

Overrides:
getTranslatedOptions in class ChoosableProperty
Returns:
translated value, or "" if none

getTranslatedValue

public java.lang.String getTranslatedValue()
Description copied from class: ChoosableProperty
Subclasses should override.

Overrides:
getTranslatedValue in class ChoosableProperty
Returns:
""

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.