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