Class StringProperty
java.lang.Object
com.infoteria.asteria.flowlibrary2.property.ValueProperty
com.infoteria.asteria.flowlibrary2.property.StringProperty
- Direct Known Subclasses:
EncodingProperty,FilePathProperty,PasswordProperty,PathResolverProperty,RegExpProperty,SubFlowProperty
String型のプロパティクラスです。
-
Constructor Summary
ConstructorsConstructorDescriptionStringProperty(String name) StringProperty(name, false, true, null) と同じです。StringProperty(String name, boolean required) StringProperty(name, required, true, null) と同じです。StringProperty(String name, boolean required, boolean mapable) StringProperty(name, required, mapable, null) と同じです。StringProperty(String name, boolean required, boolean mapable, String value) コンストラクタ -
Method Summary
Methods inherited from class com.infoteria.asteria.flowlibrary2.property.ValueProperty
assign, clone, getName, getType, getValue, getValueType, init, isMapable, isNull, isRequired, resetMacro, setRequired, setString, toString
-
Constructor Details
-
StringProperty
StringProperty(name, false, true, null) と同じです。 -
StringProperty
StringProperty(name, required, true, null) と同じです。 -
StringProperty
StringProperty(name, required, mapable, null) と同じです。 -
StringProperty
コンストラクタ- Parameters:
name- プロパティ名required- このプロパティが必須プロパティの場合はtruemapable- このプロパティがMapping可能な場合はtruevalue- デフォルト値
-
-
Method Details
-
strValue
プロパティ値を返します。 -
setValue
プロパティ値を設定します。
-