public class ExpressionProperty extends PropertyDefinition
MULTIPLICITY_INFINITE| コンストラクタと説明 |
|---|
ExpressionProperty() |
ExpressionProperty(java.lang.String name) |
ExpressionProperty(java.lang.String name,
java.lang.String expression) |
ExpressionProperty(java.lang.String name,
java.lang.String expression,
PropertyDefinitionType resultType) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
java.lang.String |
getExpression() |
java.lang.Class<?> |
getJavaType() |
PropertyDefinitionType |
getResultType() |
PropertyDefinition |
getResultTypeSpec() |
PropertyDefinitionType |
getType()
enumでPropertyの型を返す。
|
void |
setExpression(java.lang.String expression) |
void |
setResultType(PropertyDefinitionType resultType) |
void |
setResultTypeSpec(PropertyDefinition resultTypeSpec) |
addLocalizedDisplayName, getDefaultValue, getDescription, getDisplayName, getIndexType, getLocalizedDisplayNameList, getMultiplicity, getName, getNormalizers, getValidations, isInherited, isReadOnly, isUpdatable, setDefaultValue, setDescription, setDisplayName, setIndexType, setInherited, setLocalizedDisplayNameList, setMultiplicity, setName, setNormalizers, setReadOnly, setUpdatable, setValidationspublic ExpressionProperty()
public ExpressionProperty(java.lang.String name)
public ExpressionProperty(java.lang.String name,
java.lang.String expression)
public ExpressionProperty(java.lang.String name,
java.lang.String expression,
PropertyDefinitionType resultType)
public PropertyDefinition getResultTypeSpec()
public void setResultTypeSpec(PropertyDefinition resultTypeSpec)
public PropertyDefinitionType getResultType()
public void setResultType(PropertyDefinitionType resultType)
public java.lang.String getExpression()
public void setExpression(java.lang.String expression)
public java.lang.Class<?> getJavaType()
getJavaType クラス内 PropertyDefinitionpublic PropertyDefinitionType getType()
PropertyDefinitiongetType クラス内 PropertyDefinition