|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Term
Defines a term in an expression.
Method Summary | |
---|---|
String |
getCustomizerFormat()
Get a formatted string used to customize this condition in TermCustomizer . |
String |
getTermDescription()
Get a description of this type of term suitable for use in choosing a from a list of terms. |
Method Detail |
---|
String getTermDescription()
String getCustomizerFormat()
TermCustomizer
. The string may contain a number of embedded
properties to be customized eg "Match
<type>chat</type> messages" defines one customizable
property named "type". The customizer displayed for each
property is the name of the condition class plus the property
plus "Customizer" eg MyTermTypeCustomizer. The customizer class
must implement the FormEditor
interface.
For conditions that have simple enumerated properties (where a
property can cycle through a series of values), see the EnumeratedTerm
interface.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |