public interface ILcdDataModelDisplayNameProvider
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDisplayName(TLcdDataModel aDataModel)
Returns the display name for the given data model.
|
java.lang.String |
getDisplayName(TLcdDataProperty aProperty)
Returns the display name for the given data property.
|
java.lang.String |
getDisplayName(TLcdDataType aType)
Returns the display name for the given data type.
|
java.lang.String |
getDisplayName(TLcdDataType aType,
java.lang.Object aValue)
Returns the display name for the given value, part of the value domain of the given data type.
|
java.lang.String getDisplayName(TLcdDataModel aDataModel)
aDataModel
- the data model for which to return a display namejava.lang.String getDisplayName(TLcdDataType aType)
aType
- the data type for which to return a display namejava.lang.String getDisplayName(TLcdDataProperty aProperty)
aProperty
- the data property for which to return a display namejava.lang.String getDisplayName(TLcdDataType aType, java.lang.Object aValue)
aType
- the data type the given value belongs to.aValue
- the value for which to return a display name.