net.vvakame.blaz.filter
Class KindEqFilter

java.lang.Object
  extended by net.vvakame.blaz.filter.KindEqFilter
All Implemented Interfaces:
Filter

public class KindEqFilter
extends Object
implements Filter

Entityを検索するためのフィルタ

Author:
vvakame

Nested Class Summary
 
Nested classes/interfaces inherited from interface net.vvakame.blaz.Filter
Filter.FilterOption, Filter.FilterTarget
 
Constructor Summary
KindEqFilter(String kind)
          the constructor.
 
Method Summary
 String getName()
           
 Filter.FilterOption getOption()
           
 Filter.FilterTarget getTarget()
           
 Object getValue()
          Deprecated. 
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KindEqFilter

public KindEqFilter(String kind)
the constructor.

Parameters:
kind -
Method Detail

getTarget

public Filter.FilterTarget getTarget()
Specified by:
getTarget in interface Filter
Returns:
the target

getName

public String getName()
Specified by:
getName in interface Filter
Returns:
the name

getOption

public Filter.FilterOption getOption()
Specified by:
getOption in interface Filter
Returns:
the option

getValue

@Deprecated
public Object getValue()
Deprecated. 

Specified by:
getValue in interface Filter
Returns:
the value


Copyright © 2012. All Rights Reserved.