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


Class grendel.search.SubjectAttribute

All Packages  This Package  Class Hierarchy  Class Search  Index

Class grendel.search.SubjectAttribute

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

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

          // Constructors 1
     public SubjectAttribute();

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


kContains

   static final String kContains



Constructors


SubjectAttribute

   public SubjectAttribute() 

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.