wt.meta
Interface LocalizableMetadata

All Known Subinterfaces:
AttributeTypeDescriptor, ConfigurationTypeDescriptor, ConstraintTypeDescriptor, DefinitionDescriptor, EnumeratedType
All Known Implementing Classes:
AttributeDefinitionDescriptor, BasicDefinitionDescriptor, ConfigurationDefinitionDescriptor, EnumeratedType, IeDefinitionDescriptor

public interface LocalizableMetadata



Supported API: true

Extendable: false


Method Summary
 String getAbbreviatedDisplay()
          Gets the abbreviated display for the metadata element.
 String getDisplay()
          Gets the "standard" display for the metadata element.
 String getFullDisplay()
          Gets the full display for the metadata element.
 String getLongDescription()
          Gets the long description for the metadata element.
 String getShortDescription()
          Gets the short description for the metadata element.
 

Method Detail

getAbbreviatedDisplay

public String getAbbreviatedDisplay()
Gets the abbreviated display for the metadata element.

Supported API: true

Returns:
String

getDisplay

public String getDisplay()
Gets the "standard" display for the metadata element.

Supported API: true

Returns:
String

getFullDisplay

public String getFullDisplay()
Gets the full display for the metadata element.

Supported API: true

Returns:
String

getShortDescription

public String getShortDescription()
Gets the short description for the metadata element.

Supported API: true

Returns:
String

getLongDescription

public String getLongDescription()
Gets the long description for the metadata element.

Supported API: true

Returns:
String