クラス ExpressionProperty
java.lang.Object
org.iplass.mtp.entity.definition.PropertyDefinition
org.iplass.mtp.entity.definition.properties.ExpressionProperty
- すべての実装されたインタフェース:
Serializable
数式により、プロパティの演算結果を返す、仮想的なプロパティを表す定義。
数式はEQL形式(ValueExpressionとして有効な式)にて記述。
自Entityの属性、関連定義されたEntityの属性を参照可能。
また、相関サブクエリの指定も可能。
- 関連項目:
-
フィールドの概要
クラスから継承されたフィールド org.iplass.mtp.entity.definition.PropertyDefinition
MULTIPLICITY_INFINITE
-
コンストラクタの概要
コンストラクタ説明ExpressionProperty
(String name) ExpressionProperty
(String name, String expression) ExpressionProperty
(String name, String expression, PropertyDefinitionType resultType) -
メソッドの概要
修飾子とタイプメソッド説明Class
<?> getType()
enumでPropertyの型を返す。void
setExpression
(String expression) void
setResultType
(PropertyDefinitionType resultType) void
setResultTypeSpec
(PropertyDefinition resultTypeSpec) クラスから継承されたメソッド org.iplass.mtp.entity.definition.PropertyDefinition
addLocalizedDisplayName, getDefaultValue, getDescription, getDisplayName, getIndexType, getLocalizedDisplayNameList, getMultiplicity, getName, getNormalizers, getValidations, isInherited, isReadOnly, isUpdatable, setDefaultValue, setDescription, setDisplayName, setIndexType, setInherited, setLocalizedDisplayNameList, setMultiplicity, setName, setNormalizers, setReadOnly, setUpdatable, setValidations
-
コンストラクタの詳細
-
ExpressionProperty
public ExpressionProperty() -
ExpressionProperty
-
ExpressionProperty
-
ExpressionProperty
-
-
メソッドの詳細
-
getResultTypeSpec
-
setResultTypeSpec
-
getResultType
-
setResultType
-
getExpression
-
setExpression
-
getJavaType
- 定義:
getJavaType
クラス内PropertyDefinition
-
getType
クラスからコピーされた説明:PropertyDefinition
enumでPropertyの型を返す。 switch/case文で利用可能なように。- 定義:
getType
クラス内PropertyDefinition
- 戻り値:
-