列挙 Secs1OnTcpIpChannelConnectionLogState

java.lang.Object
java.lang.Enum<Secs1OnTcpIpChannelConnectionLogState>
com.shimizukenta.secs.secs1ontcpip.Secs1OnTcpIpChannelConnectionLogState
すべての実装されたインタフェース:
java.io.Serializable, java.lang.Comparable<Secs1OnTcpIpChannelConnectionLogState>, java.lang.constant.Constable

public enum Secs1OnTcpIpChannelConnectionLogState
extends java.lang.Enum<Secs1OnTcpIpChannelConnectionLogState>
Secs1OnTcpIpChannelConnectionLogState.
  • ネストされたクラスの概要

    クラスから継承されたネストされたクラス/インタフェース java.lang.Enum

    java.lang.Enum.EnumDesc<E extends java.lang.Enum<E>>
  • 列挙型定数の概要

    列挙定数
    列挙型定数 説明
    AcceptClosed
    Accept-closed.
    Accepted
    Accepted.
    BindClosed
    Bind-closed.
    Binded
    Binded.
    ConnectClosed
    Connect-closed.
    Connected
    Connected.
    TryBind
    Try-Bind.
    TryConnect
    Try-connect.
  • メソッドの概要

    修飾子とタイプ メソッド 説明
    static Secs1OnTcpIpChannelConnectionLogState valueOf​(java.lang.String name)
    指定した名前を持つこの型の列挙型定数を返します。 文字列は、この型の列挙型定数を宣言するのに使用した識別子と正確に 一致している必要があります。(余分な空白文字を含めることは できません。)
    static Secs1OnTcpIpChannelConnectionLogState[] values()
    この列挙型の定数を含む配列を宣言されている順序で 返します。

    クラスから継承されたメソッド java.lang.Enum

    compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

    クラスから継承されたメソッド java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait