EVEDemo.SWEEP
Class ProjectList

java.lang.Object
  |
  +--java.util.AbstractCollection
        |
        +--java.util.AbstractList
              |
              +--java.util.Vector
                    |
                    +--EVEDemo.SWEEP.ProjectList

public class ProjectList
extends java.util.Vector
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
(package private)  java.util.Vector AttributeList
           
 
Fields inherited from class java.util.Vector
capacityIncrement, elementCount, elementData, serialVersionUID
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
ProjectList()
           
ProjectList(Attribute[] newAttrs)
           
 
Method Summary
 java.lang.String getSQL()
           
 
Methods inherited from class java.util.Vector
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, ensureCapacityHelper, equals, firstElement, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeRange, retainAll, set, setElementAt, setSize, size, subList, toArray, toArray, toString, trimToSize
 
Methods inherited from class java.util.AbstractList
iterator, listIterator, listIterator
 
Methods inherited from class java.lang.Object
, finalize, getClass, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

AttributeList

java.util.Vector AttributeList
Constructor Detail

ProjectList

public ProjectList()

ProjectList

public ProjectList(Attribute[] newAttrs)
Method Detail

getSQL

public java.lang.String getSQL()