jasco.tools.connectorparser
Class PCutpointDeclarationParameters

java.lang.Object
  extended by jasco.tools.connectorparser.PCutpointDeclarationParameters

public class PCutpointDeclarationParameters
extends java.lang.Object


Field Summary
 java.util.Vector cutpointdeclarationparameters
           
 
Method Summary
 void addCutpointDeclarationParameter(PCutpointDeclarationParameter aCutpointDeclarationParameter)
           
 PCutpointDeclarationParameter getCutpointDeclarationParameter(int aIndex)
           
 int getCutpointDeclarationParametersSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cutpointdeclarationparameters

public java.util.Vector cutpointdeclarationparameters
Method Detail

addCutpointDeclarationParameter

public void addCutpointDeclarationParameter(PCutpointDeclarationParameter aCutpointDeclarationParameter)

getCutpointDeclarationParametersSize

public int getCutpointDeclarationParametersSize()

getCutpointDeclarationParameter

public PCutpointDeclarationParameter getCutpointDeclarationParameter(int aIndex)