Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.mitre.cvw
Class CheckVector  view CheckVector download CheckVector.java

java.lang.Object
  extended byorg.mitre.cvw.CheckVector

public class CheckVector
extends java.lang.Object

This class is for special vectors that may have document checkout operations

Version:
1

Field Summary
(package private)  boolean co_vector
           
(package private)  java.util.Vector docVector
           
 
Constructor Summary
CheckVector(java.util.Vector docTypes)
          Constructor
 
Method Summary
 java.util.Enumeration coElementsOf()
          Retrieves the elements of a checkout vector
 void createCOVector()
          Modifies an instance to becoming a checkout vector
 java.lang.Object elementAt(int position)
          Retrieve a particular element within the vector
 java.util.Enumeration elementsOf()
          Retrieves the elements of a standard vector.
 boolean isCOVector()
          Signals whether this instance is a checkout vector
 int sizeOf()
          Determines the number of items in the Vector
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

co_vector

boolean co_vector

docVector

java.util.Vector docVector
Constructor Detail

CheckVector

public CheckVector(java.util.Vector docTypes)
Constructor

Method Detail

sizeOf

public int sizeOf()
Determines the number of items in the Vector


isCOVector

public boolean isCOVector()
Signals whether this instance is a checkout vector


createCOVector

public void createCOVector()
Modifies an instance to becoming a checkout vector


elementsOf

public java.util.Enumeration elementsOf()
Retrieves the elements of a standard vector.


coElementsOf

public java.util.Enumeration coElementsOf()
Retrieves the elements of a checkout vector


elementAt

public java.lang.Object elementAt(int position)
Retrieve a particular element within the vector