org.eclipse.birt.data.engine.api.aggregation
Interface IUIInfo

All Known Subinterfaces:
IAggregationInfo, IParameterInfo

public interface IUIInfo

Represents the abstract definition which can be localized. This definition includes name and display name key.


Method Summary
 java.lang.String getDisplayName()
          Returns the display name if the resource key of display name is available.
 java.lang.String getName()
          get the internal name.
 

Method Detail

getName

public java.lang.String getName()
get the internal name.

Returns:

getDisplayName

public java.lang.String getDisplayName()
Returns the display name if the resource key of display name is available. Otherwise, return empty string.

Returns:
the display name


Copyright © 2005 Actuate Corp. All rights reserved.