com.infoteria.asteria.value
Class Value.Type

java.lang.Object
  |
  +--com.infoteria.asteria.value.Value.Type
All Implemented Interfaces:
Serializable
Enclosing class:
Value

public static class Value.Type
extends Object
implements Serializable

データ型を表すクラス

See Also:
Serialized Form

Method Summary
 int getIndex()
          データ型を表す数値を返します
対応するシンボルは Value#IDX_XXXXX です。
 boolean isNumberType()
           
 String toString()
          データ型を表す文字列を返します
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public final String toString()
データ型を表す文字列を返します
Overrides:
toString in class Object

getIndex

public int getIndex()
データ型を表す数値を返します
対応するシンボルは Value#IDX_XXXXX です。

isNumberType

public boolean isNumberType()