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, getNormalizers, getValidations, isInherited, isReadOnly, isUpdatable, setDefaultValue, setDescription, setDisplayName, setIndexType, setInherited, setLocalizedDisplayNameList, setMultiplicity, setName, setNormalizers, setReadOnly, setUpdatable, setValidationspublic 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 クラス内 PropertyDefinitionpublic PropertyDefinitionType getType()
PropertyDefinitiongetType クラス内 PropertyDefinition