A B C D E G H I J S T U V W X

A

addJaxbRootClass(String) - Method in class com.legstar.coxb.gen.CoxbBindingGenerator
Add a JAXB root class name holder object.
addJaxbRootClassName(String) - Method in class com.legstar.coxb.gen.CoxbGenModel
Adds a jaxb root class name to generate a binding class for.
addUnmarshalChoiceStrategy(UnmarshalChoiceStrategy) - Method in class com.legstar.coxb.gen.CoxbBindingGenerator
Add a choice strategy to inject in generated bindings.
addUnmarshalChoiceStrategy(UnmarshalChoiceStrategy) - Method in class com.legstar.coxb.gen.CoxbGenModel
Add a choice strategy to inject in generated bindings.

B

BINDING_GENERATOR_NAME - Static variable in class com.legstar.coxb.gen.CoxbGenWriter
This generator name.

C

checkInput() - Method in class com.legstar.coxb.gen.CoxbBindingGenerator
Checks that properties set are valid.
CHOICE_STRATEGY_VLC_TEMPLATE - Static variable in class com.legstar.coxb.gen.CoxbGenWriter
Velocity template for choice strategy sample.
CHOICE_VLC_TEMPLATE - Static variable in class com.legstar.coxb.gen.CoxbGenWriter
Velocity template for choice elements.
com.legstar.coxb.gen - package com.legstar.coxb.gen
Reflect on JAXB classes with cobol annotations to create binding classes.
COMPLEX_ARRAY_VLC_TEMPLATE - Static variable in class com.legstar.coxb.gen.CoxbGenWriter
Velocity template for complex arrays elements.
COMPLEX_VLC_TEMPLATE - Static variable in class com.legstar.coxb.gen.CoxbGenWriter
Velocity template for complex elements.
COXB_COXBBINDIR - Static variable in class com.legstar.coxb.gen.CoxbGenModel
COXB binaries directory.
COXB_COXBSRCDIR - Static variable in class com.legstar.coxb.gen.CoxbGenModel
COXB source directory.
COXB_GENERATOR_NAME - Static variable in class com.legstar.coxb.gen.CoxbGenModel
This generator name.
COXB_IS_COMPILE_TRANSFORMERS - Static variable in class com.legstar.coxb.gen.CoxbGenModel
Compile Transformers.
COXB_ISJSONTRANSFORMERS - Static variable in class com.legstar.coxb.gen.CoxbGenModel
Generate JSON Transformers.
COXB_ISXMLTRANSFORMERS - Static variable in class com.legstar.coxb.gen.CoxbGenModel
Generate XML Transformers.
COXB_JAXB_ALTERNATIVEFACTORYNAME - Static variable in class com.legstar.coxb.gen.CoxbGenModel
JAXB alternate object factory.
COXB_JAXB_ALTERNATIVEPACKAGENAME - Static variable in class com.legstar.coxb.gen.CoxbGenModel
JAXB alternate package name.
COXB_JAXBBINDIR - Static variable in class com.legstar.coxb.gen.CoxbGenModel
JAXB binaries directory.
COXB_JAXBROOTCLASSNAMES - Static variable in class com.legstar.coxb.gen.CoxbGenModel
JAXB root class names.
COXB_JAXBSRCDIR - Static variable in class com.legstar.coxb.gen.CoxbGenModel
JAXB source directory.
COXB_PACKAGENAME - Static variable in class com.legstar.coxb.gen.CoxbGenModel
COXB package name.
COXB_UNMARSHAL_CHOICE_STRATEGIES - Static variable in class com.legstar.coxb.gen.CoxbGenModel
Unmarshal choice strategies.
COXB_VELOCITY_MACRO_NAME - Static variable in class com.legstar.coxb.gen.CoxbGenModel
This velocity template.
COXB_XSDFILE - Static variable in class com.legstar.coxb.gen.CoxbGenModel
XML Schema file.
CoxbBindingGenerator - Class in com.legstar.coxb.gen
This class implements an ant task to generate COXB binding data from JAXB cobol annotated instances.
CoxbBindingGenerator() - Constructor for class com.legstar.coxb.gen.CoxbBindingGenerator
No args constructor.
CoxbBindingGenerator(CoxbGenModel) - Constructor for class com.legstar.coxb.gen.CoxbBindingGenerator
Constructor from a set of options.
CoxbBindingGenerator.JaxbRootClass - Class in com.legstar.coxb.gen
Represent a simple inner element for the ant task.
CoxbBindingGenerator.JaxbRootClass() - Constructor for class com.legstar.coxb.gen.CoxbBindingGenerator.JaxbRootClass
Needs to be a public constructor.
CoxbGenException - Exception in com.legstar.coxb.gen
Exception when generating binding classes.
CoxbGenException(String) - Constructor for exception com.legstar.coxb.gen.CoxbGenException
Build Exception from message.
CoxbGenException(Exception) - Constructor for exception com.legstar.coxb.gen.CoxbGenException
Build Exception from inner exception.
CoxbGenModel - Class in com.legstar.coxb.gen
A model usable for Binding classes generation.
CoxbGenModel() - Constructor for class com.legstar.coxb.gen.CoxbGenModel
A no-Arg constructor.
CoxbGenModel(Properties) - Constructor for class com.legstar.coxb.gen.CoxbGenModel
Construct from a properties file.
CoxbGenReflectVisitor - Class in com.legstar.coxb.gen
This class implements the visitor pattern in order to reflect on a JAXB object tree instance.
CoxbGenReflectVisitor(CoxbGenModel, File) - Constructor for class com.legstar.coxb.gen.CoxbGenReflectVisitor
Constructor.
CoxbGenWriter - Class in com.legstar.coxb.gen
Encapsulates file management and velocity template generation.
CoxbGenWriter(CoxbGenModel, File) - Constructor for class com.legstar.coxb.gen.CoxbGenWriter
Constructor from an existing directory.
CoxbHelper - Class in com.legstar.coxb.gen
Provides the generator with convenience methods.
CoxbHelper() - Constructor for class com.legstar.coxb.gen.CoxbHelper
 
createJaxbRootClass() - Method in class com.legstar.coxb.gen.CoxbBindingGenerator
Creates a JAXB root class name holder object.
createOutputFolder(CoxbGenModel) - Static method in class com.legstar.coxb.gen.CoxbBindingGenerator
Create the folder which will receive the generated classes.

D

DEFAULT_IS_COMPILE_TRANSFORMERS - Static variable in class com.legstar.coxb.gen.CoxbGenModel
Default value for transformers compilation.
DEFAULT_ISJSONTRANSFORMERS - Static variable in class com.legstar.coxb.gen.CoxbGenModel
Default value for JSON transformers generation.
DEFAULT_ISXMLTRANSFORMERS - Static variable in class com.legstar.coxb.gen.CoxbGenModel
Default value for XML transformers generation.
DEFAULT_JAXB_PACKAGENAME - Static variable in class com.legstar.coxb.gen.CoxbGenModel
When XML Schema does not contain a target namespace, JAXB uses this default package name.

E

execute() - Method in class com.legstar.coxb.gen.CoxbBindingGenerator
The ant method.

G

generateBuild(File) - Method in class com.legstar.coxb.gen.CoxbGenModel
Creates an ant build script file ready for binding generation.
getAlternativeFactoryName() - Method in class com.legstar.coxb.gen.CoxbBindingGenerator
Alternate factory to used rather than the JAXB one.
getAlternativeFactoryName() - Method in class com.legstar.coxb.gen.CoxbGenModel
 
getAlternativePackageName() - Method in class com.legstar.coxb.gen.CoxbBindingGenerator
Optional runtime alternative to the Jaxb package name used at generation time.
getAlternativePackageName() - Method in class com.legstar.coxb.gen.CoxbGenModel
 
getBindingInterfaceName(ICobolBinding) - Method in class com.legstar.coxb.gen.CoxbHelper
Within velocity templates this helps determine the classes to include.
getBoundTypeName(ICobolBinding) - Method in class com.legstar.coxb.gen.CoxbHelper
Retrieve the bound object type.
getBoundTypeName(ICobolComplexBinding) - Method in class com.legstar.coxb.gen.CoxbHelper
Retrieve the bound object type.
getBoundTypeName(ICobolChoiceBinding) - Method in class com.legstar.coxb.gen.CoxbHelper
Choices do not have a bound object but they always belong to a complex parent that does.
getByteLength(String, String) - Method in class com.legstar.coxb.gen.CoxbHelper
A mere wrapper on the static JaxbUtil.byteLength.
getCoxbBinDir() - Method in class com.legstar.coxb.gen.CoxbGenModel
 
getCoxbPackageName() - Method in class com.legstar.coxb.gen.CoxbBindingGenerator
The package name used for COXB classes.
getCoxbPackageName() - Method in class com.legstar.coxb.gen.CoxbGenModel
 
getCoxbPackageName() - Method in class com.legstar.coxb.gen.CoxbHelper
 
getCoxbSrcDir() - Method in class com.legstar.coxb.gen.CoxbGenModel
 
getCoxbTypeName(ICobolBinding) - Method in class com.legstar.coxb.gen.CoxbHelper
Builds a binding type name using the associated jaxb type name.
getCreateMethod(ICobolBinding) - Method in class com.legstar.coxb.gen.CoxbHelper
Simple types instances are created using a factory.
getDocBuilder() - Method in class com.legstar.coxb.gen.CoxbGenModel
Creates a DOM document builder if none has already been created.
getElementNamePrefix() - Method in class com.legstar.coxb.gen.CoxbGenModel
 
getElementNameSuffix() - Method in class com.legstar.coxb.gen.CoxbGenModel
 
getFieldName(ICobolBinding) - Method in class com.legstar.coxb.gen.CoxbHelper
 
getGenericType(ICobolBinding) - Method in class com.legstar.coxb.gen.CoxbHelper
Returns a generic type to simplify code generation.
getItemBoundTypeName(ICobolArrayComplexBinding) - Method in class com.legstar.coxb.gen.CoxbHelper
Complex array inner item bound object.
getItemCoxbTypeName(ICobolArrayComplexBinding) - Method in class com.legstar.coxb.gen.CoxbHelper
Get the binding type for the inner item of a complex array.
getJavaClassName(String, String) - Method in class com.legstar.coxb.gen.CoxbHelper
A mere wrapper on the static JaxbUtil.getJavaClassName.
getJaxbBinDir() - Method in class com.legstar.coxb.gen.CoxbBindingGenerator
The location where JAXB classes live.
getJaxbBinDir() - Method in class com.legstar.coxb.gen.CoxbGenModel
 
getJaxbClassIncludes() - Method in class com.legstar.coxb.gen.CoxbGenModel
Turn the JAXB package name into an include statement that we can used as an includes property for a javac ant step.
getJaxbDir() - Method in class com.legstar.coxb.gen.CoxbBindingGenerator
Deprecated. Use getJaxbBinDir instead
getJaxbGenModel() - Method in class com.legstar.coxb.gen.CoxbGenModel
 
getJaxbPackageName() - Method in class com.legstar.coxb.gen.CoxbBindingGenerator
The package name used for JAXB classes.
getJaxbPackageName() - Method in class com.legstar.coxb.gen.CoxbGenModel
 
getJaxbPackageName(ICobolBinding) - Method in class com.legstar.coxb.gen.CoxbHelper
Retrieves the JAXB package name of a JAXB bound object.
getJaxbPackageNameFromXsd(File) - Method in class com.legstar.coxb.gen.CoxbGenModel
Extracts the JAXB package name from the XML schema targetNamespace.
getJaxbRootClassName() - Method in class com.legstar.coxb.gen.CoxbBindingGenerator
This is an alternative to jaxbRootClassNames used when a single class is to be bound.
getJaxbRootClassNames() - Method in class com.legstar.coxb.gen.CoxbBindingGenerator
List of JAXB root class names to process.
getJaxbRootClassNames() - Method in class com.legstar.coxb.gen.CoxbGenModel
 
getJaxbSrcDir() - Method in class com.legstar.coxb.gen.CoxbGenModel
This is not strictly needed for binding generation but is useful when this model is also used for JAXB classes generation.
getJaxbTypeName(ICobolBinding) - Method in class com.legstar.coxb.gen.CoxbHelper
Retrieves the JAXB type name of a JAXB bound object.
getName() - Method in class com.legstar.coxb.gen.CoxbBindingGenerator.JaxbRootClass
 
getObjectFactory(String) - Method in class com.legstar.coxb.gen.CoxbBindingGenerator
Loads the object factory class using the current class loader assuming the JAXB classes are available in the current classpath and returns a new instance of it.
getQualifiedBindingInterfaceName(ICobolBinding) - Method in class com.legstar.coxb.gen.CoxbHelper
Returns fully qualified interface class name to use in import statements.
getRedefinedCobolItem() - Method in class com.legstar.coxb.gen.UnmarshalChoiceStrategy
 
getRootObject(Object, String) - Method in class com.legstar.coxb.gen.CoxbBindingGenerator
Returns a new instance of the requested JAXB object.
getSerializableUid() - Method in class com.legstar.coxb.gen.CoxbGenModel
 
getTargetDir() - Method in class com.legstar.coxb.gen.CoxbBindingGenerator
The current target directory.
getterMethodName(ICobolBinding) - Method in class com.legstar.coxb.gen.CoxbHelper
Builds a get method name for a field name.
getterSetterMethodName(String, ICobolBinding) - Method in class com.legstar.coxb.gen.CoxbHelper
Creates get/set method name.
getTypeNamePrefix() - Method in class com.legstar.coxb.gen.CoxbGenModel
 
getTypeNameSuffix() - Method in class com.legstar.coxb.gen.CoxbGenModel
 
getUnmarshalChoiceStrategies() - Method in class com.legstar.coxb.gen.CoxbBindingGenerator
Unmarshal choice strategies to inject in generated bindings.
getUnmarshalChoiceStrategies() - Method in class com.legstar.coxb.gen.CoxbGenModel
Unmarshal choice strategies to inject in generated bindings.
getUnmarshalChoiceStrategyClassName() - Method in class com.legstar.coxb.gen.UnmarshalChoiceStrategy
 
getWriter() - Method in class com.legstar.coxb.gen.CoxbGenReflectVisitor
 
getXmlElementName(ICobolBinding) - Method in class com.legstar.coxb.gen.CoxbHelper
Retrieves the XML element name associated with a JAXB element.
getXmlNamespace(ICobolBinding) - Method in class com.legstar.coxb.gen.CoxbHelper
Retrieves the XML namespace associated with a JAXB element.
getXmlNamespace(String, String) - Method in class com.legstar.coxb.gen.CoxbHelper
Retrieves the XML namespace associated with a JAXB element.
getXsdFile() - Method in class com.legstar.coxb.gen.CoxbBindingGenerator
The XML schema file.
getXsdFile() - Method in class com.legstar.coxb.gen.CoxbGenModel
 

H

HOST_JSON_XFORMERS_VLC_TEMPLATE - Static variable in class com.legstar.coxb.gen.CoxbGenWriter
Velocity template for json transformer provider.
HOST_TO_JAVA_XFORMER_VLC_TEMPLATE - Static variable in class com.legstar.coxb.gen.CoxbGenWriter
Velocity template for host to java transformer.
HOST_TO_JSON_XFORMER_VLC_TEMPLATE - Static variable in class com.legstar.coxb.gen.CoxbGenWriter
Velocity template for host to JSON transformer.
HOST_TO_XML_XFORMER_VLC_TEMPLATE - Static variable in class com.legstar.coxb.gen.CoxbGenWriter
Velocity template for host to XML transformer.
HOST_XFORMERS_VLC_TEMPLATE - Static variable in class com.legstar.coxb.gen.CoxbGenWriter
Velocity template for transformer provider.
HOST_XML_XFORMERS_VLC_TEMPLATE - Static variable in class com.legstar.coxb.gen.CoxbGenWriter
Velocity template for xml transformer provider.

I

isArray(ICobolBinding) - Method in class com.legstar.coxb.gen.CoxbHelper
Evaluates if element is an array.
isCompileTransformers() - Method in class com.legstar.coxb.gen.CoxbGenModel
 
isEciCompatible() - Method in class com.legstar.coxb.gen.CoxbGenModel
Whether the ECI naming conventions should be used.
isGenerateIsSetMethod() - Method in class com.legstar.coxb.gen.CoxbGenModel
 
isJaxbArray(ICobolComplexBinding, ICobolBinding) - Method in class com.legstar.coxb.gen.CoxbHelper
For arrays, determines if JAXB property is an indexed array.
isJsonTransformers() - Method in class com.legstar.coxb.gen.CoxbBindingGenerator
True if Host to JSON transformers generation is turned on.
isJsonTransformers() - Method in class com.legstar.coxb.gen.CoxbGenModel
 
isNoPackageInfo() - Method in class com.legstar.coxb.gen.CoxbGenModel
Prevents generation of JAXB package-info.java which does not compile under JDK 1.5.
isOptional(ICobolBinding) - Method in class com.legstar.coxb.gen.CoxbHelper
Evaluates if element is optional.
isVariableSizeArray(ICobolBinding) - Method in class com.legstar.coxb.gen.CoxbHelper
Evaluates if element is a variable size array.
isXmlRootElement(ICobolBinding) - Method in class com.legstar.coxb.gen.CoxbHelper
Retrieves the status of the XML element (root or not).
isXmlTransformers() - Method in class com.legstar.coxb.gen.CoxbBindingGenerator
True if Host to XML transformers generation is turned on.
isXmlTransformers() - Method in class com.legstar.coxb.gen.CoxbGenModel
 

J

JAVA_TO_HOST_XFORMER_VLC_TEMPLATE - Static variable in class com.legstar.coxb.gen.CoxbGenWriter
Velocity template for java to host transformer.
JSON_TO_HOST_XFORMER_VLC_TEMPLATE - Static variable in class com.legstar.coxb.gen.CoxbGenWriter
Velocity template for json to host transformer.

S

setAlternativeFactoryName(String) - Method in class com.legstar.coxb.gen.CoxbBindingGenerator
Alternate factory to used rather than the JAXB one.
setAlternativeFactoryName(String) - Method in class com.legstar.coxb.gen.CoxbGenModel
 
setAlternativePackageName(String) - Method in class com.legstar.coxb.gen.CoxbBindingGenerator
Optional runtime alternative to the Jaxb package name used at generation time.
setAlternativePackageName(String) - Method in class com.legstar.coxb.gen.CoxbGenModel
 
setCompileTransformers(boolean) - Method in class com.legstar.coxb.gen.CoxbGenModel
 
setCoxbBinDir(File) - Method in class com.legstar.coxb.gen.CoxbGenModel
 
setCoxbPackageName(String) - Method in class com.legstar.coxb.gen.CoxbBindingGenerator
The package name used for COXB classes.
setCoxbPackageName(String) - Method in class com.legstar.coxb.gen.CoxbGenModel
 
setCoxbSrcDir(File) - Method in class com.legstar.coxb.gen.CoxbGenModel
 
setEciCompatible(boolean) - Method in class com.legstar.coxb.gen.CoxbGenModel
Whether the ECI naming conventions should be used.
setElementNamePrefix(String) - Method in class com.legstar.coxb.gen.CoxbGenModel
 
setElementNameSuffix(String) - Method in class com.legstar.coxb.gen.CoxbGenModel
 
setGenerateIsSetMethod(boolean) - Method in class com.legstar.coxb.gen.CoxbGenModel
 
setJaxbBinDir(File) - Method in class com.legstar.coxb.gen.CoxbBindingGenerator
The location where JAXB classes live.
setJaxbBinDir(File) - Method in class com.legstar.coxb.gen.CoxbGenModel
 
setJaxbDir(File) - Method in class com.legstar.coxb.gen.CoxbBindingGenerator
Deprecated. Use setJaxbBinDir instead
setJaxbGenModel(JaxbGenModel) - Method in class com.legstar.coxb.gen.CoxbGenModel
 
setJaxbPackageName(String) - Method in class com.legstar.coxb.gen.CoxbBindingGenerator
The package name used for JAXB classes.
setJaxbPackageName(String) - Method in class com.legstar.coxb.gen.CoxbGenModel
The package name used for JAXB classes.
setJaxbRootClassName(String) - Method in class com.legstar.coxb.gen.CoxbBindingGenerator
A JAXB root class name to set.
setJaxbRootClassNames(List<String>) - Method in class com.legstar.coxb.gen.CoxbGenModel
 
setJaxbSrcDir(File) - Method in class com.legstar.coxb.gen.CoxbGenModel
 
setJsonTransformers(boolean) - Method in class com.legstar.coxb.gen.CoxbBindingGenerator
True if Host to JSON transformers generation is turned on.
setJsonTransformers(boolean) - Method in class com.legstar.coxb.gen.CoxbGenModel
 
setName(String) - Method in class com.legstar.coxb.gen.CoxbBindingGenerator.JaxbRootClass
 
setNoPackageInfo(boolean) - Method in class com.legstar.coxb.gen.CoxbGenModel
Prevents generation of JAXB package-info.java which does not compile under JDK 1.5.
setRedefinedCobolItem(String) - Method in class com.legstar.coxb.gen.UnmarshalChoiceStrategy
 
setSerializableUid(long) - Method in class com.legstar.coxb.gen.CoxbGenModel
 
setTargetDir(File) - Method in class com.legstar.coxb.gen.CoxbBindingGenerator
The current target directory.
setterMethodName(ICobolBinding) - Method in class com.legstar.coxb.gen.CoxbHelper
Builds a set method name for a field name.
setTypeNamePrefix(String) - Method in class com.legstar.coxb.gen.CoxbGenModel
 
setTypeNameSuffix(String) - Method in class com.legstar.coxb.gen.CoxbGenModel
 
setUnmarshalChoiceStrategies(List<UnmarshalChoiceStrategy>) - Method in class com.legstar.coxb.gen.CoxbBindingGenerator
Unmarshal choice strategies to inject in generated bindings.
setUnmarshalChoiceStrategies(List<UnmarshalChoiceStrategy>) - Method in class com.legstar.coxb.gen.CoxbGenModel
Unmarshal choice strategies to inject in generated bindings.
setUnmarshalChoiceStrategyClassName(String) - Method in class com.legstar.coxb.gen.UnmarshalChoiceStrategy
 
setWriter(CoxbGenWriter) - Method in class com.legstar.coxb.gen.CoxbGenReflectVisitor
 
setXmlTransformers(boolean) - Method in class com.legstar.coxb.gen.CoxbBindingGenerator
True if Host to XML transformers generation is turned on.
setXmlTransformers(boolean) - Method in class com.legstar.coxb.gen.CoxbGenModel
 
setXsdFile(File) - Method in class com.legstar.coxb.gen.CoxbBindingGenerator
The XML schema file.
setXsdFile(File) - Method in class com.legstar.coxb.gen.CoxbGenModel
 

T

toProperties() - Method in class com.legstar.coxb.gen.CoxbGenModel
 
toString() - Method in class com.legstar.coxb.gen.UnmarshalChoiceStrategy
 
toStringList(List<UnmarshalChoiceStrategy>) - Method in class com.legstar.coxb.gen.CoxbGenModel
Helper to serialize the list unmarshal choice strategies to a properties file.
toUnmarshalChoiceStrategies(List<String>) - Method in class com.legstar.coxb.gen.CoxbGenModel
Helper to deserialize a list of unmarshal choice strategies from a properties file.

U

UnmarshalChoiceStrategy - Class in com.legstar.coxb.gen
Represents a custom choice strategy class name and the associated COBOL redefined item.
UnmarshalChoiceStrategy() - Constructor for class com.legstar.coxb.gen.UnmarshalChoiceStrategy
No-arg constructor.
UnmarshalChoiceStrategy(String) - Constructor for class com.legstar.coxb.gen.UnmarshalChoiceStrategy
Deserialize from string.
UnmarshalChoiceStrategy(String, String) - Constructor for class com.legstar.coxb.gen.UnmarshalChoiceStrategy
 

V

visit(ICobolComplexBinding) - Method in class com.legstar.coxb.gen.CoxbGenReflectVisitor
visit(ICobolChoiceBinding) - Method in class com.legstar.coxb.gen.CoxbGenReflectVisitor
visit(ICobolArrayComplexBinding) - Method in class com.legstar.coxb.gen.CoxbGenReflectVisitor
visit(ICobolStringBinding) - Method in class com.legstar.coxb.gen.CoxbGenReflectVisitor
visit(ICobolArrayStringBinding) - Method in class com.legstar.coxb.gen.CoxbGenReflectVisitor
visit(ICobolNationalBinding) - Method in class com.legstar.coxb.gen.CoxbGenReflectVisitor
visit(ICobolArrayNationalBinding) - Method in class com.legstar.coxb.gen.CoxbGenReflectVisitor
visit(ICobolDbcsBinding) - Method in class com.legstar.coxb.gen.CoxbGenReflectVisitor
visit(ICobolArrayDbcsBinding) - Method in class com.legstar.coxb.gen.CoxbGenReflectVisitor
visit(ICobolZonedDecimalBinding) - Method in class com.legstar.coxb.gen.CoxbGenReflectVisitor
visit(ICobolArrayZonedDecimalBinding) - Method in class com.legstar.coxb.gen.CoxbGenReflectVisitor
visit(ICobolPackedDecimalBinding) - Method in class com.legstar.coxb.gen.CoxbGenReflectVisitor
visit(ICobolArrayPackedDecimalBinding) - Method in class com.legstar.coxb.gen.CoxbGenReflectVisitor
visit(ICobolBinaryBinding) - Method in class com.legstar.coxb.gen.CoxbGenReflectVisitor
visit(ICobolArrayBinaryBinding) - Method in class com.legstar.coxb.gen.CoxbGenReflectVisitor
visit(ICobolFloatBinding) - Method in class com.legstar.coxb.gen.CoxbGenReflectVisitor
visit(ICobolArrayFloatBinding) - Method in class com.legstar.coxb.gen.CoxbGenReflectVisitor
visit(ICobolDoubleBinding) - Method in class com.legstar.coxb.gen.CoxbGenReflectVisitor
visit(ICobolArrayDoubleBinding) - Method in class com.legstar.coxb.gen.CoxbGenReflectVisitor
visit(ICobolOctetStreamBinding) - Method in class com.legstar.coxb.gen.CoxbGenReflectVisitor
visit(ICobolArrayOctetStreamBinding) - Method in class com.legstar.coxb.gen.CoxbGenReflectVisitor

W

write(ICobolComplexBinding) - Method in class com.legstar.coxb.gen.CoxbGenWriter
Produces a binding class for a complex element.
write(ICobolArrayComplexBinding) - Method in class com.legstar.coxb.gen.CoxbGenWriter
Produces a binding class for a complex array element.
write(ICobolChoiceBinding) - Method in class com.legstar.coxb.gen.CoxbGenWriter
Produces a binding class for a choice element.
writeChoiceStrategy(ICobolChoiceBinding, String, String) - Method in class com.legstar.coxb.gen.CoxbGenWriter
Produces a sample choice strategy class for a choice element.
writeHostToJavaTransformer(ICobolComplexBinding) - Method in class com.legstar.coxb.gen.CoxbGenWriter
Produces a host to java transformer class for a complex element.
writeHostToJsonTransformer(ICobolComplexBinding) - Method in class com.legstar.coxb.gen.CoxbGenWriter
Produces a host to JSON transformer class for a complex element.
writeHostToXmlTransformer(ICobolComplexBinding) - Method in class com.legstar.coxb.gen.CoxbGenWriter
Produces a host to XML transformer class for a complex element.
writeJavaToHostTransformer(ICobolComplexBinding) - Method in class com.legstar.coxb.gen.CoxbGenWriter
Produces a java to host transformer class for a complex element.
writeJsonToHostTransformer(ICobolComplexBinding) - Method in class com.legstar.coxb.gen.CoxbGenWriter
Produces an JSON to host transformer class for a complex element.
writeJsonTransformers(ICobolComplexBinding) - Method in class com.legstar.coxb.gen.CoxbGenWriter
Produces an JSON transformer provider class for a complex element.
writeTransformers(ICobolComplexBinding) - Method in class com.legstar.coxb.gen.CoxbGenWriter
Produces a transformer provider class for a complex element.
writeXmlToHostTransformer(ICobolComplexBinding) - Method in class com.legstar.coxb.gen.CoxbGenWriter
Produces an XML to host transformer class for a complex element.
writeXmlTransformers(ICobolComplexBinding) - Method in class com.legstar.coxb.gen.CoxbGenWriter
Produces an XML transformer provider class for a complex element.

X

XML_TO_HOST_XFORMER_VLC_TEMPLATE - Static variable in class com.legstar.coxb.gen.CoxbGenWriter
Velocity template for xml to host transformer.

A B C D E G H I J S T U V W X

Copyright © 2015 LegSem. All Rights Reserved.