|
Oracle Fusion Middleware Java API Reference for Oracle Business Rules 11g Release 1 (11.1.1.7) E10663-11 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.rules.sdk2.dictionary.DictionaryProperty<T>
oracle.rules.sdk2.dictionary.SettableProperty<java.lang.String[]>
oracle.rules.sdk2.decisiontable.DimensionNode.ValuesProperty
public class DimensionNode.ValuesProperty
A Values property is a translated settable String array-valued property.
| 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 | |
|---|---|
DimensionNode.ValuesProperty(DictionaryComponent containingComponent,
java.lang.String propertyName)
|
|
| Method Summary | |
|---|---|
java.lang.String[] |
getDiffValue(boolean translate)
get (possibly translated) diff value |
java.lang.String[] |
getOptions()
Get the valid key (untranslated) values for the property |
java.lang.String[] |
getTranslatedOptions()
Get the translated values for the property |
java.lang.String[] |
getTranslatedValue()
Get translated property value. |
java.lang.String[] |
getValue(boolean translate)
Get property value, optionally translated |
void |
setTranslatedValue(java.lang.String... translatedValue)
the following code fragment is always a no-op: setTranslatedValue(getValue(true)) |
void |
setValue(java.lang.String... value)
Set the value of the property |
| Methods inherited from class oracle.rules.sdk2.dictionary.SettableProperty |
|---|
getDiffValue |
| 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 |
|---|
public DimensionNode.ValuesProperty(DictionaryComponent containingComponent,
java.lang.String propertyName)
| Method Detail |
|---|
public java.lang.String[] getValue(boolean translate)
public java.lang.String[] getTranslatedValue()
public void setValue(java.lang.String... value)
SettableProperty
setValue in class SettableProperty<java.lang.String[]>public void setTranslatedValue(java.lang.String... translatedValue)
setTranslatedValue(getValue(true))
public java.lang.String[] getOptions()
public java.lang.String[] getTranslatedOptions()
public java.lang.String[] getDiffValue(boolean translate)
translate - flag
DimensionNode.ValuesProperty.getTranslatedDiffValue()
|
Oracle Fusion Middleware Java API Reference for Oracle Business Rules 11g Release 1 (11.1.1.7) E10663-11 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||