org.eclipse.higgins.idas.schema
Interface IDisplayData

All Known Subinterfaces:
IAttributeDisplayData, IAttributeDisplayGroup

public interface IDisplayData

Represents an information which could be used for visual representation of the subject.


Method Summary
 java.lang.String getDescription()
          Returns extended description of the subject.
 java.net.URL getImage()
          Returns an URL of the image which should be used for visual representation of the subject or null if not available.
 java.lang.String getLabel()
          Returns display label of the subject.
 

Method Detail

getLabel

java.lang.String getLabel()
Returns display label of the subject.

Returns:
String containing display label of the subject.

getDescription

java.lang.String getDescription()
Returns extended description of the subject.

Returns:
String containing extended description of the subject or null if not available.

getImage

java.net.URL getImage()
Returns an URL of the image which should be used for visual representation of the subject or null if not available.