|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--jp.morpho.config.NodeTypes
ActionRequestAttributeNames クラスは、Node データ型を識別するために使用するクラスです。
フィールドの概要 | |
static int |
ADD
Node ADD 型を識別します。 |
static int |
ARG
Node ARG 型を識別します。 |
static int |
CALL
Node CALL 型を識別します。 |
static int |
CONFIGURE
Node CONFIGURE 型を識別します。 |
static int |
GET
Node GET 型を識別します。 |
static int |
NEW
Node NEW 型を識別します。 |
static int |
PUT
Node PUT 型を識別します。 |
static int |
SET
Node SET 型を識別します。 |
static int |
SYSTEMPROPERTY
Node SYSTEMPROPERTY 型を識別します。 |
コンストラクタの概要 | |
NodeTypes()
|
メソッドの概要 | |
static java.lang.String |
getName(int tag)
タグの名前を返します。 |
static int |
getTag(java.lang.String name)
タグ値を返します。 |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
public static final int SET
public static final int GET
public static final int CALL
public static final int PUT
public static final int NEW
public static final int ARG
public static final int SYSTEMPROPERTY
public static final int CONFIGURE
public static final int ADD
コンストラクタの詳細 |
public NodeTypes()
メソッドの詳細 |
public static java.lang.String getName(int tag)
タグの名前を返します。
tag
- タグ値
public static int getTag(java.lang.String name)
タグ値を返します。
name
- タグの名前
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |