Package org.exolab.castor.builder

Examples of org.exolab.castor.builder.GroupNaming


                    //--create a java name for an anonymous group
                    if (result == null
                            && _annotated != null
                            && (_annotated.getStructureType() == Structure.GROUP
                                    || _annotated.getStructureType() == Structure.MODELGROUP)) {
                        GroupNaming groupNaming = getGroupNaming();
                        result = groupNaming.createClassName((Group) _annotated, getJavaPackage());
                        if (result == null) {
                            String err = "Unable to create name for group.";
                            throw new IllegalStateException(err);
                        }
                    }
View Full Code Here

TOP

Related Classes of org.exolab.castor.builder.GroupNaming

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.