public abstract class BasicType extends PropertyType
| コンストラクタと説明 |
|---|
BasicType() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
applyDefinition(PropertyDefinition def) |
java.lang.Object |
createRuntime(MetaProperty metaProperty,
MetaEntity metaEntity) |
java.lang.Object |
fromDataStore(java.lang.Object fromDataStore) |
boolean |
isCompatibleTo(PropertyType another) |
boolean |
isVirtual() |
java.lang.Object |
toDataStore(java.lang.Object toDataStore) |
java.lang.String |
toString(java.lang.Object value) |
copy, createPropertyDefinitionInstance, formatToLog, fromString, getDataStoreEnumType, getEnumType, storeTypepublic java.lang.Object fromDataStore(java.lang.Object fromDataStore)
fromDataStore クラス内 PropertyTypepublic java.lang.Object toDataStore(java.lang.Object toDataStore)
toDataStore クラス内 PropertyTypepublic boolean isVirtual()
isVirtual クラス内 PropertyTypepublic java.lang.Object createRuntime(MetaProperty metaProperty, MetaEntity metaEntity)
createRuntime クラス内 PropertyTypepublic boolean isCompatibleTo(PropertyType another)
isCompatibleTo クラス内 PropertyTypepublic java.lang.String toString(java.lang.Object value)
toString クラス内 PropertyTypepublic void applyDefinition(PropertyDefinition def)
applyDefinition クラス内 PropertyType