|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | 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. |
java.lang.String |
getPropertyDescription(IMetaName metaName,
java.util.Locale locale)
Gets a description for a property depending on the input locale. |
java.lang.String |
getPropertyLabel(IMetaName metaName,
java.util.Locale locale)
Gets a label for the property name depending on the input locale. |
java.lang.String |
getValueLabel(IMetaValue metaValue,
java.util.Locale locale)
Gets a label for a property value depending on the input locale. |
IMetaValue |
searchMetaValue(java.lang.String value)
Returns a meta value by its ID (property value ID). |
| Method Detail |
public java.lang.String getValueLabel(IMetaValue metaValue,
java.util.Locale locale)
throws PropertyConfigurationServiceException
metaValue - metaValue for that a label is requestedlocale - locale to determine the lable language
public IMetaValueList getAllowedValues(IMetaName metaName)
throws PropertyConfigurationServiceException
metaName - meta model information of a property
public IMetaValueList getAllowedValues(IMetaName metaName,
IMetaContext metaContext)
throws PropertyConfigurationServiceException
metaName - meta model information of a propertymetaContext - context informationpublic IMetaValue getDefaultValue(IMetaName metaName)
metaName - meta model information of a property
public java.lang.String getPropertyLabel(IMetaName metaName,
java.util.Locale locale)
throws PropertyConfigurationServiceException
metaName - meta name for that the label is requestedlocale - locale to determine the lable language
public java.lang.String getPropertyDescription(IMetaName metaName,
java.util.Locale locale)
throws PropertyConfigurationServiceException
metaName - meta name for that the description is requestedlocale - locale to determine the description language
public IMetaValue searchMetaValue(java.lang.String value)
throws PropertyConfigurationServiceException
null if the value provider doesn't know the property value.value - property value
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||