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.AuthorAttribute

All Packages  This Package  Class Hierarchy  Class Search  Index

Class grendel.search.AuthorAttribute

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

class  AuthorAttribute
     extends java.lang.Object
     implements grendel.search.ISearchAttribute
{
          // Fields 2
     static final String kID;
     static final String kIs;

          // Constructors 1
     public AuthorAttribute();

          // 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


kIs

   static final String kIs



Constructors


AuthorAttribute

   public AuthorAttribute() 

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.