クラス DecimalProperty
java.lang.Object
org.iplass.mtp.entity.definition.PropertyDefinition
org.iplass.mtp.entity.definition.properties.DecimalProperty
- すべての実装されたインタフェース:
Serializable
固定小数点を表すプロパティ定義。
- 関連項目:
-
フィールドの概要
クラスから継承されたフィールド org.iplass.mtp.entity.definition.PropertyDefinition
MULTIPLICITY_INFINITE
-
コンストラクタの概要
-
メソッドの概要
修飾子とタイプメソッド説明Class
<?> int
getScale()
getType()
enumでPropertyの型を返す。void
setRoundingMode
(RoundingMode roundingMode) void
setScale
(int scale) クラスから継承されたメソッド 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
-
コンストラクタの詳細
-
DecimalProperty
public DecimalProperty() -
DecimalProperty
-
-
メソッドの詳細
-
getScale
public int getScale() -
setScale
public void setScale(int scale) -
getRoundingMode
-
setRoundingMode
-
getJavaType
- 定義:
getJavaType
クラス内PropertyDefinition
-
getType
クラスからコピーされた説明:PropertyDefinition
enumでPropertyの型を返す。 switch/case文で利用可能なように。- 定義:
getType
クラス内PropertyDefinition
- 戻り値:
-