public class NotFoundReason extends Object implements IDLEntity
修飾子と型 | フィールドと説明 |
---|---|
static int |
_missing_node |
static int |
_not_context |
static int |
_not_object |
static NotFoundReason |
missing_node |
static NotFoundReason |
not_context |
static NotFoundReason |
not_object |
修飾子 | コンストラクタと説明 |
---|---|
protected |
NotFoundReason(int value) |
public static final int _missing_node
public static final NotFoundReason missing_node
public static final int _not_context
public static final NotFoundReason not_context
public static final int _not_object
public static final NotFoundReason not_object
public int value()
public static NotFoundReason from_int(int value)
バグまたは機能を送信
詳細なAPIリファレンスおよび開発者ドキュメントについては、Java SEのドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright© 1993, 2014, Oracle and/or its affiliates. All rights reserved.