クラス DecimalType
java.lang.Object
org.iplass.mtp.impl.entity.property.PropertyType
org.iplass.mtp.impl.properties.basic.BasicType
org.iplass.mtp.impl.properties.basic.DecimalType
- すべての実装されたインタフェース:
Serializable,MetaData
- 関連項目:
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明voidcopy()当該のメタデータのコピーを作成する。booleanfromString(String strValue) intgetScale()inthashCode()voidsetRoundingMode(RoundingMode roundingMode) voidsetScale(int scale) Class<?> toDataStore(Object toDataStore) クラスから継承されたメソッド org.iplass.mtp.impl.properties.basic.BasicType
createRuntime, fromDataStore, isCompatibleTo, isVirtualクラスから継承されたメソッド org.iplass.mtp.impl.entity.property.PropertyType
formatToLog, getDataStoreEnumType
-
コンストラクタの詳細
-
DecimalType
public DecimalType() -
DecimalType
-
-
メソッドの詳細
-
hashCode
public int hashCode() -
equals
-
getScale
public int getScale() -
setScale
public void setScale(int scale) -
getRoundingMode
-
setRoundingMode
-
createPropertyDefinitionInstance
-
applyDefinition
- オーバーライド:
applyDefinitionクラス内BasicType
-
copy
インタフェースからコピーされた説明:MetaData当該のメタデータのコピーを作成する。- 定義:
copyインタフェース内MetaData- 定義:
copyクラス内PropertyType- 戻り値:
- コピーされたメタデータ
-
storeType
- 定義:
storeTypeクラス内PropertyType
-
getEnumType
- 定義:
getEnumTypeクラス内PropertyType
-
toDataStore
- オーバーライド:
toDataStoreクラス内BasicType
-
toString
-
fromString
- 定義:
fromStringクラス内PropertyType
-