次の方法で共有


EnabledState クラス

public final class EnabledState
extends ExpandableStringEnum<EnabledState>

この規則の使用を許可するかどうか。 許可される値は、'Enabled' または 'Disabled' です。

フィールドの概要

修飾子と型 フィールドと説明
static final EnabledState DISABLED

[有効な状態] の静的な値 [無効]です。

static final EnabledState ENABLED

[有効な状態] の静的な値 [有効]です。

コンストラクターの概要

コンストラクター 説明
EnabledState()

非推奨

ファクトリ メソッドを使用します fromString(String name)

EnabledState 値の新しいインスタンスを作成します。

メソッドの概要

修飾子と型 メソッドと説明
static EnabledState fromString(String name)

文字列表現から Enabled State を作成または検索します。

static Collection<EnabledState> values()

既知の EnabledState 値を取得します。

メソッドの継承元: ExpandableStringEnum

メソッドの継承元: java.lang.Object

フィールドの詳細

DISABLED

public static final EnabledState DISABLED

EnabledState の場合、静的な値は無効です。

ENABLED

public static final EnabledState ENABLED

EnabledState の静的な値 Enabled。

コンストラクターの詳細

EnabledState

@Deprecated
public EnabledState()

非推奨

ファクトリ メソッドを使用します fromString(String name)

EnabledState 値の新しいインスタンスを作成します。

メソッドの詳細

fromString

public static EnabledState fromString(String name)

文字列表現から EnabledState を作成または検索します。

Parameters:

name - 検索する名前。

Returns:

対応する EnabledState。

values

public static Collection values()

既知の EnabledState 値を取得します。

Returns:

既知の EnabledState 値。

適用対象