public static enum ExampleMatcher.NullHandler extends EnumSE<ExampleMatcher.NullHandler>
Example
から基準を作成するための Null 処理。修飾子と型 | メソッドと説明 |
---|---|
static ExampleMatcher.NullHandler | valueOf(StringSE name) 指定された名前を持つこの型の列挙定数を返します。 |
static ExampleMatcher.NullHandler[] | values() この列挙型の定数を含む配列を、宣言されている順序で返します。 |
cloneSE, compareToSE, equalsSE, finalizeSE, getDeclaringClassSE, hashCodeSE, nameSE, ordinalSE, toStringSE, valueOfSE
getClassSE, notifySE, notifyAllSE, waitSE, waitSE, waitSE
public static final ExampleMatcher.NullHandler INCLUDE
public static final ExampleMatcher.NullHandler IGNORE
public static ExampleMatcher.NullHandler[] values()
for (ExampleMatcher.NullHandler c : ExampleMatcher.NullHandler.values()) System.out.println(c);
public static ExampleMatcher.NullHandler valueOf(StringSE name)
name
- 返される列挙定数の名前。IllegalArgumentExceptionSE
- この列挙型に指定された名前の定数がない場合 NullPointerExceptionSE
- 引数が null の場合 Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.