|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Object | +--com.infoteria.asteria.flowbuilder2.stream.field.Field
フィールド定義のフィールドを表すクラスです。
| フィールドの概要 | |
protected String |
_id
|
protected FieldDefinition |
_owner
|
protected FieldType |
_type
|
| インタフェース com.infoteria.asteria.flowbuilder2.mapper.MappingItem から継承したフィールド |
MAPPING_BOTH, MAPPING_INPUT, MAPPING_NONE, MAPPING_OUTPUT |
| コンストラクタの概要 | |
|
Field(Field f)
コピーコンストラクタ。 |
|
Field(String name,
FieldType type)
フィールド名とデータ型を指定してFieldを作成します |
protected |
Field(String name,
FieldType type,
String id)
フィールド名とデータ型とIDを指定してFieldを作成します |
| メソッドの概要 | |
void |
assign(Element el)
フィールドの内容を要素から読み出します。 |
void |
assignTo(Element el)
フィールドの内容を要素に書き出します。 |
Object |
clone()
clone(false)と同じです。 |
Object |
clone(boolean keepId)
フィールドを複製します。 |
boolean |
equals(Object o)
|
boolean |
equalsIgnoreId(Field f)
IDの違いを無視してフィールドを比較します。 |
String |
getCanonicalName()
フィールドの正規名を返します。 |
String |
getDescription()
フィールドの説明を返します。 |
String |
getDisplayName()
フィールドの表示名を返します。 |
String |
getId()
|
String |
getName()
フィールド名を返します。 |
FieldType |
getType()
データ型を返します。 |
boolean |
isVisible()
フィールドが可視であるかどうかを返します。 |
UndoableEdit |
setDescription(String desc)
フィールドの説明を設定します。 |
UndoableEdit |
setName(String name)
フィールド名を設定します。 |
UndoableEdit |
setType(FieldType type)
データ型を設定します。 |
String |
toString()
|
| クラス java.lang.Object から継承したメソッド |
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| インタフェース com.infoteria.asteria.flowbuilder2.mapper.MappingItem から継承したメソッド |
getIcon, getMappingType, isIgnoreSerialize |
| フィールドの詳細 |
protected FieldType _type
protected String _id
protected FieldDefinition _owner
| コンストラクタの詳細 |
public Field(String name,
FieldType type)
protected Field(String name,
FieldType type,
String id)
public Field(Field f)
| メソッドの詳細 |
public boolean isVisible()
com.infoteria.asteria.flowbuilder2.mapper.MappingItem 内の isVisiblepublic String getName()
com.infoteria.asteria.flowbuilder2.mapper.MappingItem 内の getNamepublic String getDisplayName()
com.infoteria.asteria.flowbuilder2.mapper.MappingItem 内の getDisplayNamepublic UndoableEdit setName(String name)
public FieldType getType()
public UndoableEdit setType(FieldType type)
public String getId()
com.infoteria.asteria.flowbuilder2.mapper.MappingItem 内の getIdpublic String toString()
Object 内の toStringpublic void assignTo(Element el)
public void assign(Element el)
public Object clone(boolean keepId)
keepId - IDを維持するかどうかpublic Object clone()
Object 内の clonepublic boolean equals(Object o)
Object 内の equalspublic boolean equalsIgnoreId(Field f)
public String getDescription()
public UndoableEdit setDescription(String desc)
public String getCanonicalName()
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||