org.eclipse.higgins.idas.api.model
Interface IDisplayData


public interface IDisplayData

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

See Also:
http://www.eclipse.org/higgins/ontologies/2006/display-data

Method Summary
 String getDescription()
          Returns extended description of the subject.
 URL getImage()
          Returns an URL of the image which could be used for visual representation of subject or null if not available.
 String getLabel()
          Returns display label of subject.
 int getOrder()
          Returns an information on display order of subjectwhich could be used for visual representation of subject.
 

Method Detail

getLabel

public String getLabel()
Returns display label of subject.

Returns:
String containing display label of subject.

getDescription

public String getDescription()
Returns extended description of the subject.

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

getImage

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


getOrder

public int getOrder()
Returns an information on display order of subjectwhich could be used for visual representation of subject.

Returns:
positive int value which represents display order of subject or 0 if not availabe.