net.vvakame.blaz
Enum Filter.FilterTarget

java.lang.Object
  extended by java.lang.Enum<Filter.FilterTarget>
      extended by net.vvakame.blaz.Filter.FilterTarget
All Implemented Interfaces:
Serializable, Comparable<Filter.FilterTarget>
Enclosing interface:
Filter

public static enum Filter.FilterTarget
extends Enum<Filter.FilterTarget>

検索対象.

Author:
vvakame

Enum Constant Summary
KEY
          Key
KIND
          カインド
PROPERTY
          プロパティ
 
Method Summary
static Filter.FilterTarget valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Filter.FilterTarget[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

KEY

public static final Filter.FilterTarget KEY
Key


KIND

public static final Filter.FilterTarget KIND
カインド


PROPERTY

public static final Filter.FilterTarget PROPERTY
プロパティ

Method Detail

values

public static Filter.FilterTarget[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (Filter.FilterTarget c : Filter.FilterTarget.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static Filter.FilterTarget valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null


Copyright © 2012. All Rights Reserved.