com.sun.grid.jgdi.filter
public class DefaultSimpleFilter extends java.lang.Object implements SimpleFilter
Constructor and Description |
---|
DefaultSimpleFilter(java.lang.String what,
WhereClause where)
Creates a new instance of DefaultSimpleFilter
|
DefaultSimpleFilter(WhereClause where) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getWhat()
Get the what clause of the filter
|
WhereClause |
getWhere()
Get the where clause of the filter
|
public DefaultSimpleFilter(WhereClause where)
public DefaultSimpleFilter(java.lang.String what, WhereClause where)
public java.lang.String getWhat()
SimpleFilter
getWhat
in interface SimpleFilter
public WhereClause getWhere()
SimpleFilter
getWhere
in interface SimpleFilter
Copyright © 2007 Sun Microsystems, Inc. All rights reserved.