Uses of Interface
com.legstar.coxb.ICobolZonedDecimalBinding

Packages that use ICobolZonedDecimalBinding
com.legstar.coxb Cobol to Java binding application programming interface classes. 
com.legstar.coxb.convert Cobol to Java conversion process. 
 

Uses of ICobolZonedDecimalBinding in com.legstar.coxb
 

Methods in com.legstar.coxb that return ICobolZonedDecimalBinding
 ICobolZonedDecimalBinding ICobolBindingFactory.createZonedDecimalBinding(String bindingName, ICobolComplexBinding parentBinding)
          Create a cobol binding without a bound jaxb object.
 ICobolZonedDecimalBinding ICobolBindingFactory.createZonedDecimalBinding(String bindingName, String jaxbName, Class<?> jaxbType, ICobolComplexBinding parentBinding)
          Create a cobol binding with a bound jaxb object.
 

Methods in com.legstar.coxb with parameters of type ICobolZonedDecimalBinding
abstract  void CobolElementVisitor.visit(ICobolZonedDecimalBinding ce)
          Visit method of visitor pattern for single zoned decimals.
 

Uses of ICobolZonedDecimalBinding in com.legstar.coxb.convert
 

Methods in com.legstar.coxb.convert with parameters of type ICobolZonedDecimalBinding
 int ICobolZonedDecimalConverter.fromHost(ICobolZonedDecimalBinding ce, byte[] hostSource, int offset)
          Converts an element Cobol value from a host buffer to a java value.
 int ICobolZonedDecimalConverter.toHost(ICobolZonedDecimalBinding ce, byte[] hostTarget, int offset)
          Converts an element java value to a host representation stored in host buffer.
 



Copyright © 2015 LegSem. All Rights Reserved.