You are currently viewing a snapshot of www.mozilla.org taken on April 21, 2008. Most of this content is highly out of date (some pages haven't been updated since the project began in 1998) and exists for historical purposes only. If there are any pages on this archive site that you think should be added back to www.mozilla.org, please file a bug.



All Packages  This Package  Class Hierarchy  Class Search  Index

Class grendel.search.SentDateAttribute

java.lang.Object
   |
   +----grendel.search.SentDateAttribute

class  SentDateAttribute
     extends java.lang.Object
     implements grendel.search.ISearchAttribute
{
          // Fields 5
     static final String kGreaterThan;
     static final String kID;
     static final String kIs;
     static final String kLessThan;
     static String[] sOperators;

          // Constructors 1
     public SentDateAttribute();

          // Methods 8
     public SearchTerm getAttributeTerm(Object, Object);
     public Object getID();
     public String getName();
     public Object getOperator(int);
     public int getOperatorCount();
     public Object getValue(Component);
     public Component getValueComponent();
     public String toString();
}



Fields


kID

   static final String kID


kLessThan

   static final String kLessThan


kIs

   static final String kIs


kGreaterThan

   static final String kGreaterThan


sOperators

   static String[] sOperators



Constructors


SentDateAttribute

   public SentDateAttribute() 

Default constructor




Methods


getName

   public String getName() 
Implements:
getName in interface ISearchAttribute


getID

   public Object getID() 
Implements:
getID in interface ISearchAttribute


getOperatorCount

   public int getOperatorCount() 
Implements:
getOperatorCount in interface ISearchAttribute


getOperator

   public Object getOperator(int aIndex) 
Implements:
getOperator in interface ISearchAttribute


getValueComponent

   public Component getValueComponent() 
Implements:
getValueComponent in interface ISearchAttribute


getValue

   public Object getValue(Component aComponent) 
Implements:
getValue in interface ISearchAttribute


getAttributeTerm

   public SearchTerm getAttributeTerm(Object aOperatorID, 
                                      Object aValue) 
Implements:
getAttributeTerm in interface ISearchAttribute


toString

   public String toString() 
Overrides:
toString in class Object
Implements:
toString in interface ISearchAttribute


All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4