public class MetaPrimitiveProperty extends MetaProperty
| コンストラクタと説明 |
|---|
MetaPrimitiveProperty() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
applyConfig(PropertyDefinition pDef,
EntityContext context) |
MetaPrimitiveProperty |
copy()
当該のメタデータのコピーを作成する。
|
PrimitivePropertyHandler |
createRuntime(MetaEntity metaEntity) |
PropertyDefinition |
currentConfig(EntityContext context) |
boolean |
equals(java.lang.Object obj) |
PropertyType |
getType() |
int |
hashCode() |
void |
setType(PropertyType type) |
fillFrom, fillTo, getDefaultValue, getDescription, getDisplayName, getEntityStoreProperty, getId, getIndexType, getLocalizedDisplayNameList, getMultiplicity, getName, getValidations, isUpdatable, setDefaultValue, setDescription, setDisplayName, setEntityStoreProperty, setId, setIndexType, setLocalizedDisplayNameList, setMultiplicity, setName, setUpdatable, setValidationspublic PropertyType getType()
public void setType(PropertyType type)
public void applyConfig(PropertyDefinition pDef, EntityContext context)
applyConfig クラス内 MetaPropertypublic PropertyDefinition currentConfig(EntityContext context)
currentConfig クラス内 MetaPropertypublic MetaPrimitiveProperty copy()
MetaDatacopy インタフェース内 MetaDatacopy クラス内 MetaPropertypublic PrimitivePropertyHandler createRuntime(MetaEntity metaEntity)
createRuntime クラス内 MetaPropertypublic int hashCode()
hashCode インタフェース内 MetaDatahashCode クラス内 MetaPropertypublic boolean equals(java.lang.Object obj)
equals インタフェース内 MetaDataequals クラス内 MetaProperty