Package org.exolab.castor.builder
Class GroupNaming
java.lang.Object
org.exolab.castor.builder.GroupNaming
A simple class used for creating class names for unnamed Groups in XML Schema.
- Version:
- $Revision: 7943 $ $Date: 2006-04-25 15:08:23 -0600 (Tue, 25 Apr 2006) $
- Author:
- Keith Visco
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateClassName
(Group group, String packageName) Creates a class name for the given Group.
-
Constructor Details
-
GroupNaming
Creates a new GroupNaming.- Parameters:
javaNaming
- theJavaNaming
to be used
-
-
Method Details
-
createClassName
Creates a class name for the given Group. A null value will be returned if a name cannot be created for the group.- Parameters:
group
- the group to create a class name forpackageName
- the package name for this group- Returns:
- the class name for the given Group.
-