All Packages Class Hierarchy This Package Previous Next Index
Class calypso.common.VPIVCI
java.lang.Object
|
+----calypso.common.VPIVCI
- public class VPIVCI
- extends Object
- implements Serializable
A class to represent an ATM VPI/VCI pair
- Author:
- Juhana Räsänen
-
VPIVCI()
- Constructs a default VPIVCI
-
VPIVCI(int, int)
- Constructs a VPIVCI with given values
-
getVCI()
- Gets the Virtaul Channel Identifier
-
getVPI()
- Gets the Virtaul Path Identifier
-
setVCI(int)
- Sets the Virtaul Channel Identifier
-
setVPI(int)
- Sets the Virtaul Path Identifier
-
toString()
-
VPIVCI
public VPIVCI()
- Constructs a default VPIVCI
VPIVCI
public VPIVCI(int vpi_,
int vci_)
- Constructs a VPIVCI with given values
- Parameters:
- vpi_ - Virtual Path Identifier
- vci_ - Virtual Channel Identifier
setVPI
public void setVPI(int vpi_)
- Sets the Virtaul Path Identifier
- Parameters:
- vpi_ - Virtual Path Identifier
setVCI
public void setVCI(int vci_)
- Sets the Virtaul Channel Identifier
- Parameters:
- vci_ - Virtual Channel Identifier
getVPI
public int getVPI()
- Gets the Virtaul Path Identifier
getVCI
public int getVCI()
- Gets the Virtaul Channel Identifier
toString
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index