Package org.jitterbit.integration.data.structure.text

Examples of org.jitterbit.integration.data.structure.text.FieldDataType


        }

        @Override
        public void visit(TreeAttribute attribute) {
            String name = attribute.getName();
            FieldDataType type = FieldDataType.String; // TODO: Get this from the attribute
            String defaultValue = attribute.getDefaultValue();
            builder.addField(name, type, defaultValue, null);
        }
View Full Code Here

TOP

Related Classes of org.jitterbit.integration.data.structure.text.FieldDataType

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.