org.cip4.jdflib.core
Class VResource

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.Vector<KElement>
              extended by org.cip4.jdflib.core.VElement
                  extended by org.cip4.jdflib.core.VResource
All Implemented Interfaces:
Serializable, Cloneable, Iterable<KElement>, Collection<KElement>, List<KElement>, RandomAccess

Deprecated. use VElement instead

@Deprecated
public class VResource
extends VElement

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.Vector
capacityIncrement, elementCount, elementData
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
VResource()
          Deprecated. constructor
VResource(Vector m)
          Deprecated. constructor
 
Method Summary
 String toString()
          Deprecated. toString
 
Methods inherited from class org.cip4.jdflib.core.VElement
addAll, addAll, appendUnique, appendUnique, appendUniqueElement, appendUniqueNotNull, appendUniqueNotNull, containsElement, elementAt, get, getElementNameVector, hasElement, index, isEqual, item, removeAttribute, removeElements, removeElements, setAttribute, setAttributes, sort, toVector, unify, unifyElement
 
Methods inherited from class java.util.Vector
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elements, ensureCapacity, equals, firstElement, hashCode, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeRange, retainAll, set, setElementAt, setSize, size, subList, toArray, toArray, trimToSize
 
Methods inherited from class java.util.AbstractList
iterator, listIterator, listIterator
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
iterator, listIterator, listIterator
 

Constructor Detail

VResource

public VResource()
Deprecated. 
constructor


VResource

public VResource(Vector m)
Deprecated. 
constructor

Parameters:
m -
Method Detail

toString

public String toString()
Deprecated. 
toString

Overrides:
toString in class VElement
Returns:
String


Copyright © 2013. All Rights Reserved.