jp.morpho.config
クラス NodeTypes

java.lang.Object
  |
  +--jp.morpho.config.NodeTypes

public class NodeTypes
extends java.lang.Object

ActionRequestAttributeNames クラスは、Node データ型を識別するために使用するクラスです。

作成者:
Kumiko Hiroi

フィールドの概要
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
 

フィールドの詳細

SET

public static final int SET
Node SET 型を識別します。

関連項目:
定数フィールド値

GET

public static final int GET
Node GET 型を識別します。

関連項目:
定数フィールド値

CALL

public static final int CALL
Node CALL 型を識別します。

関連項目:
定数フィールド値

PUT

public static final int PUT
Node PUT 型を識別します。

関連項目:
定数フィールド値

NEW

public static final int NEW
Node NEW 型を識別します。

関連項目:
定数フィールド値

ARG

public static final int ARG
Node ARG 型を識別します。

関連項目:
定数フィールド値

SYSTEMPROPERTY

public static final int SYSTEMPROPERTY
Node SYSTEMPROPERTY 型を識別します。

関連項目:
定数フィールド値

CONFIGURE

public static final int CONFIGURE
Node CONFIGURE 型を識別します。

関連項目:
定数フィールド値

ADD

public static final int ADD
Node ADD 型を識別します。

関連項目:
定数フィールド値
コンストラクタの詳細

NodeTypes

public NodeTypes()
メソッドの詳細

getName

public static java.lang.String getName(int tag)

タグの名前を返します。

パラメータ:
tag - タグ値
戻り値:
タグの名前

getTag

public static int getTag(java.lang.String name)

タグ値を返します。

パラメータ:
name - タグの名前
戻り値:
タグ値