net.vvakame.blaz.filter
Class PropertyStringInFilter

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

public class PropertyStringInFilter
extends AbstractPropertyFilter
implements Filter

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

Author:
vvakame

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

Constructor Detail

PropertyStringInFilter

public PropertyStringInFilter(String name,
                              String... values)
the constructor.

Parameters:
name -
values -
Method Detail

getOption

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

getValue

public String[] getValue()
Specified by:
getValue in interface Filter
Returns:
the value


Copyright © 2012. All Rights Reserved.