www.element4solution.com

e4s.db.dict
Class E4DBReferenceVec

java.lang.Object
  extended by e4s.db.dict.E4DBReferenceVec

public class E4DBReferenceVec
extends java.lang.Object


Constructor Summary
E4DBReferenceVec()
           
 
Method Summary
static java.lang.String _getSVNVersionString()
          Get version info string from subversion.
 void addElement(E4DBReference ref)
           
 E4DBReference elementAt(int i)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

E4DBReferenceVec

public E4DBReferenceVec()
Method Detail

size

public int size()

elementAt

public E4DBReference elementAt(int i)

addElement

public void addElement(E4DBReference ref)

_getSVNVersionString

public static java.lang.String _getSVNVersionString()
Get version info string from subversion.

Returns:
the version info string.
See Also:
E4Util.getRevisionCodeFromSVN(Class)

www.element4solution.com