public final static String PackageName(PackageDescriptor pkg)
throws ODStateException
{
String packageName = pkg.getName();
if (null == packageName || 0 == packageName.length())
throw new ODStateException(pkg,"The object data model requires a package name.");
return Decamel(packageName);
}