com.infoteria.asteria.flowlibrary2.stream
クラス Field

java.lang.Object
  |
  +--com.infoteria.asteria.flowlibrary2.stream.Field
すべての実装インタフェース:
com.infoteria.asteria.util.HasName, Serializable

public class Field
extends Object
implements com.infoteria.asteria.util.HasName, Serializable

フィールド定義中の一つ一つのフィールドを表すクラスです。

関連項目:
直列化された形式

メソッドの概要
 boolean equals(Object o)
           
 String getName()
          フィールド名を返します。
 FieldType getType()
          フィールド型を返します。
 Value.Type getValueType()
          フィールド型をValue.Typeとして返します。
 boolean isArray()
          このフィールドが配列の場合はtrueを返します。
 String toString()
           
 
クラス java.lang.Object から継承したメソッド
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

メソッドの詳細

getName

public String getName()
フィールド名を返します。
定義:
インタフェース com.infoteria.asteria.util.HasName 内の getName

getType

public FieldType getType()
フィールド型を返します。

getValueType

public Value.Type getValueType()
フィールド型をValue.Typeとして返します。

isArray

public boolean isArray()
このフィールドが配列の場合はtrueを返します。

equals

public boolean equals(Object o)
オーバーライド:
クラス Object 内の equals

toString

public String toString()
オーバーライド:
クラス Object 内の toString