net.vvakame.blaz.filter
Class PropertyNullEqFilter

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

public class PropertyNullEqFilter
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
PropertyNullEqFilter(String name)
          the constructor.
 
Method Summary
 Filter.FilterOption getOption()
           
 Object 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

PropertyNullEqFilter

public PropertyNullEqFilter(String name)
the constructor.

Parameters:
name -
Method Detail

getOption

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

getValue

public Object getValue()
Specified by:
getValue in interface Filter
Returns:
the value


Copyright © 2012. All Rights Reserved.