jp.ikedam.jenkins.plugins.extensible_choice_parameter
列挙型 FilenameChoiceListProvider.EmptyChoiceType
java.lang.Object
java.lang.Enum<FilenameChoiceListProvider.EmptyChoiceType>
jp.ikedam.jenkins.plugins.extensible_choice_parameter.FilenameChoiceListProvider.EmptyChoiceType
- すべての実装されたインタフェース:
- Serializable, Comparable<FilenameChoiceListProvider.EmptyChoiceType>
- 含まれているクラス:
- FilenameChoiceListProvider
public static enum FilenameChoiceListProvider.EmptyChoiceType
- extends Enum<FilenameChoiceListProvider.EmptyChoiceType>
None
public static final FilenameChoiceListProvider.EmptyChoiceType None
AtTop
public static final FilenameChoiceListProvider.EmptyChoiceType AtTop
AtEnd
public static final FilenameChoiceListProvider.EmptyChoiceType AtEnd
values
public static FilenameChoiceListProvider.EmptyChoiceType[] values()
- この列挙型の定数を含む配列を宣言されている順序で返します。
このメソッドは次のようにして定数を反復するために使用できます:
for (FilenameChoiceListProvider.EmptyChoiceType c : FilenameChoiceListProvider.EmptyChoiceType.values())
System.out.println(c);
- 戻り値:
- この列挙型の定数を宣言されている順序で含む配列
valueOf
public static FilenameChoiceListProvider.EmptyChoiceType valueOf(String name)
- 指定した名前を持つこの型の列挙型定数を返します。
文字列は、この型の列挙型定数を宣言するのに使用した識別子と厳密に
一致している必要があります (余分な空白文字を含めることはできません)。
- パラメータ:
name - 返される列挙型定数の名前
- 戻り値:
- 指定された名前を持つ列挙型定数
- 例外:
IllegalArgumentException - 指定された名前を持つ定数を
この列挙型が持っていない場合
NullPointerException - 引数が null の場合
toString
public String toString()
- オーバーライド:
- クラス
Enum<FilenameChoiceListProvider.EmptyChoiceType> 内の toString
Copyright © 2004-2015. All Rights Reserved.