|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Object | +--com.infoteria.asteria.flowlibrary2.property.CustomProperty
コンポーネントで独自にコンパイルするカスタムプロパティを表すクラスです。
| コンストラクタの概要 | |
CustomProperty(String propName,
String typeName)
|
|
| メソッドの概要 | |
void |
assign(Property prop)
このプロパティの内容を引数のPropertyにコピーします。 |
Object |
clone()
プロパティのcloneメソッドです。 |
String |
getName()
プロパティ名を返します。 |
PropertyType |
getType()
プロパティ型を返します。 |
void |
init(ExecuteContext context)
プロパティを実行コンテキストで初期化します。 |
boolean |
isMapable()
このプロパティがマッパーでのMapping可能な場合はtrueを返します。 |
boolean |
isNull()
このプロパティの値がnullの場合はtrueを返します。 |
boolean |
isRequired()
このプロパティが必須プロパティの場合はtrueを返します。 |
String |
toString()
プロパティ値を文字列として返します。 |
| クラス java.lang.Object から継承したメソッド |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| コンストラクタの詳細 |
public CustomProperty(String propName,
String typeName)
| メソッドの詳細 |
public String getName()
Property 内の getNamepublic PropertyType getType()
PropertyTypeでstaticに宣言されているいずれかのPropertyTypeを返します。Property 内の getTypepublic boolean isRequired()
Property 内の isRequiredpublic boolean isMapable()
Property 内の isMapablepublic String toString()
Property 内の toStringObject 内の toStringpublic boolean isNull()
Property 内の isNullpublic Object clone()
Property 内の cloneObject 内の clonepublic void assign(Property prop)
Property 内の assignpublic void init(ExecuteContext context)
Property 内の init
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||