Interface SelectValueDefinitionManager
- All Superinterfaces:
Manager
,TypedDefinitionManager<SelectValueDefinition>
SelectValueDefinitionのManager。
-
Method Summary
Modifier and TypeMethodDescriptiongetSelectValue
(String entityName, String propertyName, String value) 値からSelectValueを取得します。Methods inherited from interface org.iplass.mtp.definition.TypedDefinitionManager
create, definitionList, definitionSummaryList, definitionSummaryList, definitionSummaryList, get, getDefinitionType, remove, rename, update
-
Method Details
-
getSelectValue
値からSelectValueを取得します。- Parameters:
entityName
- エンティティ名definitionName
- 定義名value
- 値- Returns:
- SelectValue
-