Class UseConnectionProperty
java.lang.Object
com.infoteria.asteria.flowlibrary2.property.ValueProperty
com.infoteria.asteria.flowlibrary2.property.BooleanProperty
com.infoteria.asteria.flowlibrary2.property.UseConnectionProperty
Connectionプロパティを使用するかどうかを制御するプロパティです。
-
Constructor Summary
ConstructorsConstructorDescriptionUseConnectionProperty(String name) UseConnectionProperty(name, false, true) と同じです。UseConnectionProperty(String name, boolean required) UseConnectionProperty(name, required, true) と同じです。UseConnectionProperty(String name, boolean required, boolean mapable) コンストラクタUseConnectionProperty(String name, boolean required, boolean mapable, boolean value) コンストラクタ -
Method Summary
Modifier and TypeMethodDescriptionvoidこのプロパティの内容を引数のPropertyにコピーします。
引数となるPropertyのクラスはメソッド呼び出しを行うクラスと同一でなければなりません。clone()プロパティのcloneメソッドです。voidsetConnectionProperty(ConnectionProperty conProp) このプロパティに連動して使用するかどうかを決定するConnectionPropertyを設定します。voidコンパイル時に値を設定します。Methods inherited from class com.infoteria.asteria.flowlibrary2.property.BooleanProperty
booleanValue, setValueMethods inherited from class com.infoteria.asteria.flowlibrary2.property.ValueProperty
getName, getType, getValue, getValueType, init, isMapable, isNull, isRequired, resetMacro, setRequired, toString
-
Constructor Details
-
UseConnectionProperty
UseConnectionProperty(name, false, true) と同じです。 -
UseConnectionProperty
UseConnectionProperty(name, required, true) と同じです。 -
UseConnectionProperty
コンストラクタ- Parameters:
name- プロパティ名required- このプロパティが必須プロパティの場合はtruemapable- このプロパティがMapping可能な場合はtrue
-
UseConnectionProperty
コンストラクタ- Parameters:
name- プロパティ名required- このプロパティが必須プロパティの場合はtruemapable- このプロパティがMapping可能な場合はtruevalue- デフォルト値
-
-
Method Details
-
setConnectionProperty
このプロパティに連動して使用するかどうかを決定するConnectionPropertyを設定します。 -
setString
Description copied from class:ValuePropertyコンパイル時に値を設定します。- Overrides:
setStringin classValueProperty- Parameters:
str- プロパティ値として設定される文字列- Throws:
PropertyException
-
clone
Description copied from interface:Propertyプロパティのcloneメソッドです。- Specified by:
clonein interfaceProperty- Overrides:
clonein classValueProperty
-
assign
Description copied from interface:Propertyこのプロパティの内容を引数のPropertyにコピーします。
引数となるPropertyのクラスはメソッド呼び出しを行うクラスと同一でなければなりません。- Specified by:
assignin interfaceProperty- Overrides:
assignin classValueProperty
-