com.steptools.stdev.keystone
Class SetLogical

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList
          extended by com.steptools.stdev.keystone.Aggregate
              extended by com.steptools.stdev.keystone.AggregateLogical
                  extended by com.steptools.stdev.keystone.SetLogical
All Implemented Interfaces:
Instance, java.lang.Cloneable, java.lang.Iterable, java.util.Collection, java.util.List

public class SetLogical
extends AggregateLogical

Represents EXPRESS SET of Logical


Field Summary
static AggregateDomain DOMAIN
           
 
Constructor Summary
SetLogical()
           
 
Method Summary
 Domain domain()
          Get the Domain of this object
 
Methods inherited from class com.steptools.stdev.keystone.AggregateLogical
add, getValue, set
 
Methods inherited from class com.steptools.stdev.keystone.Aggregate
add, clone, get, remove, set, size
 
Methods inherited from class java.util.AbstractList
add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
add, addAll, addAll, clear, contains, containsAll, equals, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, removeAll, retainAll, subList, toArray, toArray
 

Field Detail

DOMAIN

public static final AggregateDomain DOMAIN
Constructor Detail

SetLogical

public SetLogical()
Method Detail

domain

public Domain domain()
Description copied from interface: Instance
Get the Domain of this object

Returns:
The Domain for this object. If this is a view object, the domain for the base, and not for the view is returned.