All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.txlayer.description.WildCardDescription

java.lang.Object
   |
   +----semper.txlayer.transfer.VectorDescription
           |
           +----semper.txlayer.description.WildCardDescription

public class WildCardDescription
extends VectorDescription
WildCardDescriptions are Objects that should hold for every item in a container of the specified class.


Constructor Index

 o WildCardDescription(Description)
Constructor
 o WildCardDescription(Vector)
Constructor

Method Index

 o elementAt(int)
 o getNumberOfElements()
 o getTransferTransaction()
 o toString()

Constructors

 o WildCardDescription
 public WildCardDescription(Description d)
Constructor

Parameters:
d - One Description to construct a WildCardDescription from.
 o WildCardDescription
 public WildCardDescription(Vector v)
Constructor

Parameters:
A - Vector to construct a WildCardDescription from.

Methods

 o toString
 public String toString()
Returns:
A String representation.
Overrides:
toString in class VectorDescription
 o getTransferTransaction
 public TransferTransaction getTransferTransaction()
Returns:
A VectorTransfer with the Vector of Descriptions inside it.
Overrides:
getTransferTransaction in class VectorDescription
 o elementAt
 public Object elementAt(int i)
Returns:
The element at position i of the contained Object vector or null if there is none.
Overrides:
elementAt in class VectorDescription
 o getNumberOfElements
 public int getNumberOfElements()
Returns:
The number of Objects contained

All Packages  Class Hierarchy  This Package  Previous  Next  Index