|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Object | +--com.infoteria.asteria.flowlibrary2.property.ConnectionProperty
コネクション型のプロパティクラスです。
| コンストラクタの概要 | |
ConnectionProperty(String type,
String name)
ConnectionProperty(type, name, true) と同じです。 |
|
ConnectionProperty(String type,
String name,
boolean required)
コンストラクタ |
|
| メソッドの概要 | |
void |
assign(Property prop)
|
String |
getConnectionName()
コネクション名を返します。 |
String |
getConnectionType()
コネクションタイプを返します。 |
ConnectionEntry |
getEntry(ExecuteContext context)
このプロパティが参照するコネクションのConnectionEntryを返します。 |
String |
getName()
|
PropertyType |
getType()
プロパティ型を返します。 |
String |
getValue()
コネクション名を返します。 |
void |
init(ExecuteContext context)
|
boolean |
isMapable()
|
boolean |
isNull()
|
boolean |
isRequired()
|
void |
setValue(String value)
コネクション名を設定します。 |
String |
toString()
|
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| インタフェース com.infoteria.asteria.flowlibrary2.property.Property から継承したメソッド |
clone |
| コンストラクタの詳細 |
public ConnectionProperty(String type,
String name)
public ConnectionProperty(String type,
String name,
boolean required)
name - コネクションタイプname - プロパティ名required - このプロパティが必須プロパティの場合はtrue| メソッドの詳細 |
public String getName()
Property の記述: Property 内の getNamepublic PropertyType getType()
Property 内の getTypepublic String getConnectionType()
public boolean isRequired()
Property の記述: Property 内の isRequiredpublic boolean isMapable()
Property の記述: Property 内の isMapablepublic String toString()
Property の記述: Property 内の toStringObject 内の toStringpublic String getValue()
public String getConnectionName()
public void setValue(String value)
public boolean isNull()
Property の記述: Property 内の isNullpublic void assign(Property prop)
Property の記述: Property 内の assignpublic ConnectionEntry getEntry(ExecuteContext context)
public void init(ExecuteContext context)
Property の記述: Property 内の init
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||