com.hp.ucmdb.api.topology
Interface AttributeSortingRule


public interface AttributeSortingRule

A rule for sorting by attribute name in either ascending or descending order. Can be created by calling TopologyQueryFactory.createAttributeSortingOrderElement(java.lang.String, com.hp.ucmdb.api.topology.AttributeSortingOrderElementDirection).

Since:
UCMDB 9.0

Method Summary
 java.lang.String attributeName()
          Returns the attribute this rule applies to.
 AttributeSortingOrderElementDirection direction()
          Returns the direction this rules forces.
 

Method Detail

attributeName

java.lang.String attributeName()
Returns the attribute this rule applies to. May not be null

Returns:
the attribute this rule applies to.

direction

AttributeSortingOrderElementDirection direction()
Returns the direction this rules forces. May not be null.

Returns:
the direction this rules forces.


Documentation Feedback
Copyright 2010 Hewlett-Packard Development Company, L.P.