public interface BusinessRuleTerm extends Serializable
| Modifier and Type | Method and Description | 
|---|---|
Map<String,String> | 
getAllowedValues()
Gets all allowed values of a business term. 
 | 
String | 
getBusinessTermName()
Gets name of this business term. 
 | 
String | 
getBusinessTermType()
Gets type of this business term. 
 | 
String | 
getLocalizedBusinessTermName()
Gets localized name of this business term. 
 | 
String | 
getLocalizedBusinessTermName(Locale locale)
Gets localized name of this business term. 
 | 
Map<TermOperationType,String> | 
getOperationTypes(Locale locale)
Gets a map for operation types to localized names. 
 | 
RuleTermType | 
getType()
Gets RuleTermType of this BusinessRuleTerm instance. 
 | 
boolean | 
isSameRuleTerm(BusinessRuleTerm anotherTerm)
Compares to see if this rule term is the same as another term. 
 | 
boolean | 
isSameRuleTerm(String anotherTerm)
Compares to see if this rule term is the same as another term. 
 | 
String getBusinessTermName()
String getLocalizedBusinessTermName()
String getLocalizedBusinessTermName(Locale locale)
locale - the locale to localize the nameMap<TermOperationType,String> getOperationTypes(Locale locale)
locale - the locale to localize the nameString getBusinessTermType()
boolean isSameRuleTerm(BusinessRuleTerm anotherTerm)
anotherTerm - the rule term to test for equalityboolean isSameRuleTerm(String anotherTerm)
anotherTerm - the rule term to test for equalityRuleTermType getType()
Copyright © 2006,2015 Oracle and/or its affiliates. All rights reserved.