jp.morpho.config
クラス Nodes

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

public class Nodes
extends java.lang.Object

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

作成者:
Kumiko Hiroi

フィールドの概要
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 型を識別します。
 
コンストラクタの概要
Nodes()
           
 
メソッドの概要
static java.lang.String getName(int tag)
           タグの名前を返します。
static int getTag(java.lang.String name)
           タグ値を返します。
 
クラス java.lang.Object から継承したメソッド
equals, 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 型を識別します。

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

Nodes

public Nodes()
メソッドの詳細

getName

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

タグの名前を返します。

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

getTag

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

タグ値を返します。

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