|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TreeConditionTermDefinition
This interface represents the definition of a condition term. A condition term is the "left-hand side" of a condition. For example, if the condition is "intVar + 1 > 50", the condition term definition would define the "intVar + 1" part.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
java.util.List<TreeConditionValueTemplate> |
getConditionValueTemplates()
Get the list of condition value templates associated with this condition term. |
java.lang.String |
getUserPresentation()
Get the user presentation string for this condition term definition. |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
java.util.List<TreeConditionValueTemplate> getConditionValueTemplates()
java.lang.String getUserPresentation()
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |