Deprecated API


Contents
Deprecated Methods
com.legstar.coxb.ICobolArrayComplexBinding.addJaxbPropertyValue(int)
          Request complex binding item to add a value to a jaxb bound object of the List type. The value is taken at index index in this binding array of values. Since bindings can now be bound to arbitrary value objects, use method addPropertyValue 
com.legstar.coxb.common.CArrayComplexBinding.addJaxbPropertyValue(int)
            
com.legstar.coxb.ICobolComplexBinding.createJaxbObject()
          Requests complex binding to create an instance of its bound jaxb object. Since bindings can now be bound to arbitrary value objects, use method createValueObject instead of this one. 
com.legstar.coxb.ICobolArrayComplexBinding.createJaxbObject()
          Requests array to create a JAXB complex array. Since bindings can now be bound to arbitrary value objects, use method createValueObject instead of this one. 
com.legstar.coxb.common.CComplexBinding.createJaxbObject()
            
com.legstar.coxb.common.CArrayComplexBinding.createJaxbObject()
            
com.legstar.coxb.transform.IHostTransformer.getBinding()
          replaced by newBinding 
com.legstar.coxb.transform.AbstractTransformer.getBinding()
          replaced by newBinding 
com.legstar.coxb.ICobolChoiceBinding.getParentJaxbObject()
          Retrieves the parent jaxb object. Choice bindings are not directly bound to a jaxb object themselves but they are always children of a complex binding. Since bindings can now be bound to arbitrary value objects, use method getParentValueObject instead of this one. 
com.legstar.coxb.common.CChoiceBinding.getParentJaxbObject()
            
com.legstar.coxb.util.ClassUtil.invokeGetProperty(Object, String)
          use invokeGetProperty(Object parentObject, String jaxbName, Class < ? > jaxbType) 
com.legstar.coxb.ICobolComplexBinding.setJaxbPropertyValue(int)
          Request complex binding to set a property of the bound Jaxb object to the value of a corresponding child. Since bindings can now be bound to arbitrary value objects, use method setPropertyValue instead of this one. 
com.legstar.coxb.ICobolChoiceBinding.setJaxbPropertyValue(int)
          Request choice binding to set to set a property of the bound Jaxb object to the value of a corresponding alternative. child value. Since bindings can now be bound to arbitrary value objects, use method setPropertyValue instead of this one. 
com.legstar.coxb.common.CComplexBinding.setJaxbPropertyValue(int)
            
com.legstar.coxb.common.CChoiceBinding.setJaxbPropertyValue(int)
            
com.legstar.coxb.ICobolComplexBinding.storeCounter(ICobolBinding)
          This is kept for backward compatibility but should not be used. Use storeCounter(final ICobolNumericBinding counter) instead which is strongly typed (counters must be numeric). 
 

Deprecated Annotation Type Elements
com.legstar.coxb.CobolElement.byteLength
          Cobol element length in bytes. 
 



Copyright © 2015 LegSem. All Rights Reserved.