|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.infoteria.asteria.flowlibrary2.property.ConnectionProperty
コネクション型のプロパティクラスです。
Constructor Summary | |
ConnectionProperty(String type,
String name)
ConnectionProperty(type, name, true) と同じです。 |
|
ConnectionProperty(String type,
String name,
boolean required)
コンストラクタ |
Method Summary | |
void |
assign(Property prop)
|
String |
getConnectionName()
コネクション名を返します。 |
String |
getConnectionType()
コネクションタイプを返します。 |
ConnectionEntry |
getEntry(ExecuteContext context)
このプロパティが参照するコネクションのConnectionEntryを返します。 コネクションが見つからない場合はnullを返します。 |
String |
getName()
|
PropertyType |
getType()
プロパティ型を返します。 常にPropertyType.CONNECTIONを返します。 |
String |
getValue()
コネクション名を返します。 |
void |
init(ExecuteContext context)
|
boolean |
isMapable()
|
boolean |
isNull()
|
boolean |
isRequired()
|
boolean |
isUse()
このコネクションプロパティを使用するかどうかを返します。 |
void |
setUse(boolean b)
このコネクションプロパティを使用するかどうかを設定します。 通常はUseConnectionPropertyによってコンパイル時に設定されます。 |
void |
setValue(String value)
コネクション名を設定します。 |
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.infoteria.asteria.flowlibrary2.property.Property |
clone |
Constructor Detail |
public ConnectionProperty(String type, String name)
public ConnectionProperty(String type, String name, boolean required)
type
- コネクションタイプname
- プロパティ名required
- このプロパティが必須プロパティの場合はtrueMethod Detail |
public String getName()
Property
getName
in interface Property
public PropertyType getType()
getType
in interface Property
public String getConnectionType()
public boolean isRequired()
Property
isRequired
in interface Property
public boolean isMapable()
Property
isMapable
in interface Property
public String toString()
Property
toString
in interface Property
toString
in class Object
public String getValue()
public String getConnectionName()
public void setValue(String value)
public boolean isNull()
Property
isNull
in interface Property
public void assign(Property prop)
Property
assign
in interface Property
public ConnectionEntry getEntry(ExecuteContext context)
public void init(ExecuteContext context)
Property
init
in interface Property
public boolean isUse()
public void setUse(boolean b)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |