public class DecimalProperty extends PropertyDefinition
MULTIPLICITY_INFINITE
コンストラクタと説明 |
---|
DecimalProperty() |
DecimalProperty(java.lang.String name) |
修飾子とタイプ | メソッドと説明 |
---|---|
java.lang.Class<?> |
getJavaType() |
RoundingMode |
getRoundingMode() |
int |
getScale() |
PropertyDefinitionType |
getType()
enumでPropertyの型を返す。
|
void |
setRoundingMode(RoundingMode roundingMode) |
void |
setScale(int scale) |
addLocalizedDisplayName, getDefaultValue, getDescription, getDisplayName, getIndexType, getLocalizedDisplayNameList, getMultiplicity, getName, getValidations, isInherited, isReadOnly, isUpdatable, setDefaultValue, setDescription, setDisplayName, setIndexType, setInherited, setLocalizedDisplayNameList, setMultiplicity, setName, setReadOnly, setUpdatable, setValidations
public DecimalProperty()
public DecimalProperty(java.lang.String name)
public int getScale()
public void setScale(int scale)
public RoundingMode getRoundingMode()
public void setRoundingMode(RoundingMode roundingMode)
public java.lang.Class<?> getJavaType()
getJavaType
クラス内 PropertyDefinition
public PropertyDefinitionType getType()
PropertyDefinition
getType
クラス内 PropertyDefinition