The Mozilla
Organization
Our Mission
Who We Are
Getting Involved
Community
Editorials
What's New
Development
Roadmap
Module Owners
Blue Sky
Projects
Status
Tools
Products
Source Code
Binaries
Documentation
License Terms
Bug Reports
Search
Feedback


Class grendel.search.SentDateAttribute

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



Copyright © 1998 The Mozilla Organization.