| Package | Description |
|---|---|
| oracle.ucs.userprefs |
| Modifier and Type | Field and Description |
|---|---|
protected List<TermOperationType> |
RuleTermType.validOperations |
| Modifier and Type | Method and Description |
|---|---|
TermOperationType |
Condition.getTermOperation()
Get the operation of the condition
|
static TermOperationType |
TermOperationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TermOperationType[] |
TermOperationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<TermOperationType,String> |
BusinessRuleTerm.getOperationTypes(Locale locale)
Gets a map for operation types to localized names.
|
Map<TermOperationType,String> |
RuleContext.getSupportedOperationTypes(String businessTerm)
Get all supported operation types with localized label for a
given business term.
|
Iterator<TermOperationType> |
RuleTermType.getValidOperations() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RuleTermType.isValidOperation(TermOperationType t) |
void |
Condition.setTermOperation(TermOperationType value)
Sets the operation of the condition
|
Copyright © 2009,2013 Oracle and/or its affiliates. All rights reserved.