org.eclipse.higgins.idas.schema
Interface IAttributeDisplayGroup

All Superinterfaces:
IDisplayData

public interface IAttributeDisplayGroup
extends IDisplayData

Represent an information on display group to which managed IAttribute is belong to.

See Also:
IAttributeDisplayData.getGroup()

Method Summary
 int getOrder()
          Returns display order of the attribute's group.
 
Methods inherited from interface org.eclipse.higgins.idas.schema.IDisplayData
getDescription, getImage, getLabel
 

Method Detail

getOrder

int getOrder()
Returns display order of the attribute's group.

Returns:
positive int value which should be used as sort order of this group of attributes or 0 if not availabe.