Uses of Class
com.legstar.coxb.CobolType

Packages that use CobolType
com.legstar.coxb Cobol to Java binding application programming interface classes. 
com.legstar.coxb.common Abstract classes representing the various types of objects that map from Cobol to java. 
 

Uses of CobolType in com.legstar.coxb
 

Methods in com.legstar.coxb that return CobolType
 CobolType ICobolElement.getCobolType()
           
static CobolType CobolType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CobolType[] CobolType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.legstar.coxb with parameters of type CobolType
 void ICobolElement.setCobolType(CobolType type)
           
 

Uses of CobolType in com.legstar.coxb.common
 

Methods in com.legstar.coxb.common that return CobolType
 CobolType CBinding.getCobolType()
           
 

Methods in com.legstar.coxb.common with parameters of type CobolType
 void CBinding.setCobolType(CobolType type)
           
 



Copyright © 2015 LegSem. All Rights Reserved.