列挙 GtpV1ExtensionHeaderType.ComprehensionRequirement

    • 列挙型定数の詳細

      • NOT_REQUIRED_SHALL_FORWARD

        public static final GtpV1ExtensionHeaderType.ComprehensionRequirement NOT_REQUIRED_SHALL_FORWARD
        Comprehension of this extension header is not required. An Intermediate Node shall forward it to any Receiver Endpoint
      • NOT_REQUIRED_SHALL_DISCARD

        public static final GtpV1ExtensionHeaderType.ComprehensionRequirement NOT_REQUIRED_SHALL_DISCARD
        Comprehension of this extension header is not required. An Intermediate Node shall discard the Extension Header Content and not forward it to any Receiver Endpoint. Other extension headers shall be treated independently of this extension header.
      • REQUIRED_BY_ENDPOINT

        public static final GtpV1ExtensionHeaderType.ComprehensionRequirement REQUIRED_BY_ENDPOINT
        Comprehension of this extension header is required by the Endpoint Receiver but not by an Intermediate Node. An Intermediate Node shall forward the whole field to the Endpoint Receiver.
    • メソッドの詳細

      • values

        public static GtpV1ExtensionHeaderType.ComprehensionRequirement[] values()
        この列挙型の定数を含む配列を宣言されている順序で返します。 このメソッドは次のようにして定数を反復するために 使用できます:
        for (GtpV1ExtensionHeaderType.ComprehensionRequirement c : GtpV1ExtensionHeaderType.ComprehensionRequirement.values())
            System.out.println(c);
        
        戻り値:
        この列挙型の定数を含む、宣言されている順序での配列
      • valueOf

        public static GtpV1ExtensionHeaderType.ComprehensionRequirement valueOf​(String name)
        指定した名前を持つこの型の列挙型定数を返します。 文字列は、この型の列挙型定数を宣言するのに使用した識別子と正確に 一致している必要があります。(余分な空白文字を含めることは できません。)
        パラメータ:
        name - 返される列挙型定数の名前。
        戻り値:
        指定した名前の列挙型定数
        例外:
        IllegalArgumentException - この列挙型に、指定した名前の定数がない場合
        NullPointerException - 引数がnullの場合