クラス SelectType
java.lang.Object
org.iplass.mtp.impl.entity.property.PropertyType
org.iplass.mtp.impl.properties.extend.ExtendType
org.iplass.mtp.impl.properties.extend.WrapperType
org.iplass.mtp.impl.properties.extend.SelectType
- すべての実装されたインタフェース:
Serializable,MetaData
- 関連項目:
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明voidcopy()当該のメタデータのコピーを作成する。createRuntime(MetaProperty metaProperty, MetaEntity metaEntity) booleanfromDataStore(Object fromDataStore) fromString(String strValue) inthashCode()booleanisCompatibleTo(PropertyType another) voidsetSelectValueMetaDataId(String selectValueMetaDataId) voidClass<?> toDataStore(Object toDataStore) クラスから継承されたメソッド org.iplass.mtp.impl.properties.extend.WrapperType
isVirtualクラスから継承されたメソッド org.iplass.mtp.impl.entity.property.PropertyType
formatToLog
-
コンストラクタの詳細
-
SelectType
public SelectType()
-
-
メソッドの詳細
-
getSelectValueMetaDataId
-
setSelectValueMetaDataId
-
getValues
-
setValues
-
runtimeValues
-
hashCode
public int hashCode() -
equals
-
copy
インタフェースからコピーされた説明:MetaData当該のメタデータのコピーを作成する。- 定義:
copyインタフェース内MetaData- 定義:
copyクラス内PropertyType- 戻り値:
- コピーされたメタデータ
-
createPropertyDefinitionInstance
-
applyDefinition
- オーバーライド:
applyDefinitionクラス内ExtendType
-
createRuntime
- 定義:
createRuntimeクラス内PropertyType
-
storeType
- 定義:
storeTypeクラス内PropertyType
-
actualType
- 定義:
actualTypeクラス内WrapperType
-
getEnumType
- 定義:
getEnumTypeクラス内PropertyType
-
getDataStoreEnumType
- オーバーライド:
getDataStoreEnumTypeクラス内PropertyType
-
fromDataStore
- 定義:
fromDataStoreクラス内PropertyType
-
toDataStore
- 定義:
toDataStoreクラス内PropertyType
-
isCompatibleTo
- オーバーライド:
isCompatibleToクラス内ExtendType
-
toString
- 定義:
toStringクラス内PropertyType
-
fromString
- 定義:
fromStringクラス内PropertyType
-