public interface ILocalizableInfo
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDisplayName()
Returns the display name if the resource key of display name is
available.
|
java.lang.String |
getDisplayNameKey()
Returns the resource key for display name.
|
java.lang.String |
getName()
Returns the definition name.
|
java.lang.String |
getToolTip()
Returns the tool tip if the resource key of tool tip is
available.
|
java.lang.String |
getToolTipKey()
Returns the resource key for tool tip.
|
java.lang.String getDisplayNameKey()
java.lang.String getName()
java.lang.String getToolTipKey()
java.lang.String getDisplayName()
java.lang.String getToolTip()
Copyright © 2008 Actuate Corp. All rights reserved.