Class CustomClassLoader.ClassLoaderProperty
java.lang.Object
com.infoteria.asteria.flowengine2.storage.CustomClassLoader.ClassLoaderProperty
- Enclosing class:
CustomClassLoader
-
Method Summary
Modifier and TypeMethodDescriptionvoidこのプロパティの内容を引数のPropertyにコピーします。
引数となるPropertyのクラスはメソッド呼び出しを行うクラスと同一でなければなりません。clone()プロパティのcloneメソッドです。getName()プロパティ名を返します。getType()プロパティ型を返します。
通常はPropertyTypeでstaticに宣言されているいずれかのPropertyTypeを返します。voidinit(ExecuteContext context) プロパティを実行コンテキストで初期化します。booleanこのプロパティがマッパーでのMapping可能な場合はtrueを返します。booleanisNull()このプロパティの値がnullの場合はtrueを返します。booleanこのプロパティが必須プロパティの場合はtrueを返します。
-
Method Details
-
getName
Description copied from interface:Propertyプロパティ名を返します。 -
getType
Description copied from interface:Propertyプロパティ型を返します。
通常はPropertyTypeでstaticに宣言されているいずれかのPropertyTypeを返します。 -
isRequired
public boolean isRequired()Description copied from interface:Propertyこのプロパティが必須プロパティの場合はtrueを返します。- Specified by:
isRequiredin interfaceProperty
-
isMapable
public boolean isMapable()Description copied from interface:PropertyこのプロパティがマッパーでのMapping可能な場合はtrueを返します。 -
isNull
public boolean isNull()Description copied from interface:Propertyこのプロパティの値がnullの場合はtrueを返します。 -
assign
Description copied from interface:Propertyこのプロパティの内容を引数のPropertyにコピーします。
引数となるPropertyのクラスはメソッド呼び出しを行うクラスと同一でなければなりません。 -
init
Description copied from interface:Propertyプロパティを実行コンテキストで初期化します。 -
clone
Description copied from interface:Propertyプロパティのcloneメソッドです。
-