Uses of Class
org.xlattice.corexml.bind.Ordering

Packages that use Ordering
org.xlattice.corexml.bind This is a Java data binding facility. 
 

Uses of Ordering in org.xlattice.corexml.bind
 

Subclasses of Ordering in org.xlattice.corexml.bind
 class AttrBag
          Maintains an unordered set of AttrBindings.
 class Bag
          Maintains an unordered set of Joins (bindings, submappings, etc).
 class Seq
          Represents a set of bindings (Joins) to be applied in serial order (in sequence).
 

Methods in org.xlattice.corexml.bind that return Ordering
protected  Ordering Mapping.getOrdering()
          Get the Ordering, either a Bag (unordered) or a Seq, with fixed order.
protected  Ordering SubMapping.getOrdering()