|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjsky.catalog.AbstractSearchCondition
public abstract class AbstractSearchCondition
An abstract base class for SearchConditions. The derived classes determine the value type.
Constructor Summary | |
---|---|
AbstractSearchCondition(FieldDesc fieldDesc)
Create a new AbstractSearchCondition for the given column or parameter description. |
Method Summary | |
---|---|
FieldDesc |
getFieldDesc()
Return the column or parameter description. |
java.lang.String |
getId()
Return the column or parameter id. |
java.lang.String |
getName()
Return the column or parameter name. |
java.lang.String |
toString()
Return a string representation of this class in the form "name=val" |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface jsky.catalog.SearchCondition |
---|
getValueAsString, isTrueFor, isTrueFor |
Constructor Detail |
---|
public AbstractSearchCondition(FieldDesc fieldDesc)
Method Detail |
---|
public FieldDesc getFieldDesc()
getFieldDesc
in interface SearchCondition
public java.lang.String getName()
getName
in interface SearchCondition
public java.lang.String getId()
getId
in interface SearchCondition
public java.lang.String toString()
toString
in interface SearchCondition
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |