モジュール jdk.sctp
パッケージ com.sun.nio.sctp

列挙型クラスAssociationChangeNotification.AssocChangeEvent

java.lang.Object
java.lang.Enum<AssociationChangeNotification.AssocChangeEvent>
com.sun.nio.sctp.AssociationChangeNotification.AssocChangeEvent
すべての実装されたインタフェース:
Serializable, Comparable<AssociationChangeNotification.AssocChangeEvent>, Constable
含まれているクラス:
AssociationChangeNotification

public static enum AssociationChangeNotification.AssocChangeEvent extends Enum<AssociationChangeNotification.AssocChangeEvent>
アソシエーションで発生する変更イベントの型を定義します。
導入されたバージョン:
1.7
  • 列挙型定数の詳細

  • メソッドの詳細

    • values

      この列挙クラスの定数を含む配列を宣言されている順序で 返します。
      戻り値:
      この列挙クラスの定数を宣言されている順序で含む配列
    • valueOf

      public static AssociationChangeNotification.AssocChangeEvent valueOf(String name)
      指定された名前を持つこのクラスのenum定数を返します。 文字列は、このクラスでenum定数を宣言するために使用される識別子とexactlyと一致する必要があります。 (不適切な空白文字は許可されません。)
      パラメータ:
      name - 返される列挙型定数の名前。
      戻り値:
      指定された名前を持つ列挙型定数
      例外:
      IllegalArgumentException - この列挙型クラスに指定された名前の定数がない場合
      NullPointerException - 引数がnullの場合