it.imolinfo.jbi4cics.commareaparser
Class OccursDefinition

java.lang.Object
  extended by it.imolinfo.jbi4cics.commareaparser.OccursDefinition

public class OccursDefinition
extends java.lang.Object


Constructor Summary
OccursDefinition()
           
 
Method Summary
 int getMaxSize()
           
 int getMinSize()
           
 int getSize()
           
 java.lang.String getVariableName()
           
 boolean isDynamic()
           
 void populate(CobolTypeDescriptor cobolTypeDescriptor)
           
 void setDynamic(boolean dynamic)
           
 void setMaxSize(int maxSize)
           
 void setMinSize(int minSize)
           
 void setSize(int size)
           
 void setVariableName(java.lang.String variableName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OccursDefinition

public OccursDefinition()
Method Detail

isDynamic

public boolean isDynamic()
Returns:
the dynamic

setDynamic

public void setDynamic(boolean dynamic)
Parameters:
dynamic - the dynamic to set

getMaxSize

public int getMaxSize()
Returns:
the maxSize

setMaxSize

public void setMaxSize(int maxSize)
Parameters:
maxSize - the maxSize to set

getMinSize

public int getMinSize()
Returns:
the minSize

setMinSize

public void setMinSize(int minSize)
Parameters:
minSize - the minSize to set

getSize

public int getSize()
Returns:
the size

setSize

public void setSize(int size)
Parameters:
size - the size to set

getVariableName

public java.lang.String getVariableName()
Returns:
the variableName

setVariableName

public void setVariableName(java.lang.String variableName)
Parameters:
variableName - the variableName to set

populate

public void populate(CobolTypeDescriptor cobolTypeDescriptor)
              throws ParseException
Throws:
ParseException


Copyright © 2005-2008 Imola Informatica. All Rights Reserved.