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.
-
WildCardDescription(Description)
- Constructor
-
WildCardDescription(Vector)
- Constructor
-
elementAt(int)
-
-
getNumberOfElements()
-
-
getTransferTransaction()
-
-
toString()
-
WildCardDescription
public WildCardDescription(Description d)
- Constructor
- Parameters:
- d - One Description to construct a
WildCardDescription from.
WildCardDescription
public WildCardDescription(Vector v)
- Constructor
- Parameters:
- A - Vector to construct a
WildCardDescription from.
toString
public String toString()
- Returns:
- A String representation.
- Overrides:
- toString in class VectorDescription
getTransferTransaction
public TransferTransaction getTransferTransaction()
- Returns:
- A VectorTransfer with the Vector of
Descriptions inside it.
- Overrides:
- getTransferTransaction in class VectorDescription
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
getNumberOfElements
public int getNumberOfElements()
- Returns:
- The number of Objects contained
All Packages Class Hierarchy This Package Previous Next Index