レコードクラス AppView.AppViewEventArgs
java.lang.ObjectSE
java.lang.RecordSE
org.springframework.shell.component.view.control.AppView.AppViewEventArgs
- レコードコンポーネント:
direction
- 方向の列挙
- 実装されたすべてのインターフェース:
ViewEventArgs
- 含まれているクラス:
- AppView
public static record AppView.AppViewEventArgs(AppView.AppViewEventArgs.Direction direction)
extends RecordSE
implements ViewEventArgs
ネストされたクラスのサマリー
ネストされたクラスフィールドのサマリー
インターフェース org.springframework.shell.component.view.control.ViewEventArgs から継承されたフィールド
EMPTY
コンストラクターの概要
コンストラクターコンストラクター説明AppViewEventArgs
レコードクラスのインスタンスを作成します。メソッドのサマリー
修飾子と型メソッド説明direction
レコードコンポーネントの値を返します。final boolean
他のオブジェクトがこのオブジェクトと「等しい」かどうかを示します。final int
hashCode()
このオブジェクトのハッシュコード値を返します。static AppView.AppViewEventArgs
of
(AppView.AppViewEventArgs.Direction direction) final StringSE
toString()
このレコードクラスの文字列表現を返します。
コンストラクターの詳細
AppViewEventArgs
AppViewEventArgs
レコードクラスのインスタンスを作成します。- パラメーター:
direction
-direction
レコードコンポーネントの値
メソッドの詳細
of
toString
このレコードクラスの文字列表現を返します。表現には、クラスの名前が含まれ、その後に各レコードコンポーネントの名前と値が続きます。hashCode
public final int hashCode()このオブジェクトのハッシュコード値を返します。値は、各レコードコンポーネントのハッシュコードから導出されます。equals
他のオブジェクトがこのオブジェクトと「等しい」かどうかを示します。他のオブジェクトが同じクラスであり、すべてのレコードコンポーネントが等しい場合、オブジェクトは等しいです。このレコードクラスのすべてのコンポーネントがObjects::equals(Object,Object)
SE と比較されます。direction
direction
レコードコンポーネントの値を返します。- 戻り値:
direction
レコードコンポーネントの値