|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Providing values for properties.
| Method Summary | |
IMetaValueList |
getAllowedValues(IMetaName metaName)
Returns values depending on the meta name. |
IMetaValueList |
getAllowedValues(IMetaName metaName,
IMetaContext metaContext)
Returns values depending on the meta name and the resource. |
IMetaValue |
getDefaultValue(IMetaName metaName)
Returns a default value depending on the meta name. |
String |
getPropertyDescription(IMetaName metaName,
Locale locale)
Gets a description for a property depending on the input locale. |
String |
getPropertyLabel(IMetaName metaName,
Locale locale)
Gets a label for the property name depending on the input locale. |
String |
getValueLabel(IMetaValue metaValue,
Locale locale)
Gets a label for a property value depending on the input locale. |
IMetaValue |
searchMetaValue(String value)
Returns a meta value by its ID (property value ID). |
| Method Detail |
public String getValueLabel(IMetaValue metaValue,
Locale locale)
throws PropertyConfigurationServiceException
metaValue - metaValue for that a label is requestedlocale - locale to determine the lable language
PropertyConfigurationServiceException
public IMetaValueList getAllowedValues(IMetaName metaName)
throws PropertyConfigurationServiceException
metaName - meta model information of a property
PropertyConfigurationServiceException
public IMetaValueList getAllowedValues(IMetaName metaName,
IMetaContext metaContext)
throws PropertyConfigurationServiceException
metaName - meta model information of a propertymetaContext - context information
PropertyConfigurationServiceExceptionpublic IMetaValue getDefaultValue(IMetaName metaName)
metaName - meta model information of a property
public String getPropertyLabel(IMetaName metaName,
Locale locale)
throws PropertyConfigurationServiceException
metaName - meta name for that the label is requestedlocale - locale to determine the lable language
PropertyConfigurationServiceException
public String getPropertyDescription(IMetaName metaName,
Locale locale)
throws PropertyConfigurationServiceException
metaName - meta name for that the description is requestedlocale - locale to determine the description language
PropertyConfigurationServiceException
public IMetaValue searchMetaValue(String value)
throws PropertyConfigurationServiceException
null if the value provider doesn't know the property value.
value - property value
PropertyConfigurationServiceException
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||