public class PackageCustom extends NestingBase implements IApply
| Modifier and Type | Field and Description |
|---|---|
static String |
ELEMENT_NAME
Element name in XML customization file.
|
static StringArray |
s_allowedAttributes
Enumeration of allowed attribute names
|
ATTRIBUTE_STYLE_INTEGER, ATTRIBUTE_VALUE_STYLE, ELEMENT_STYLE_INTEGER, ELEMENT_VALUE_STYLE, s_valueStyleEnumCAMEL_CASE_NAMES, DERIVE_BY_PACKAGE, DERIVE_FIXED, DERIVE_NONE, DOTTED_NAMES, HYPHENATED_NAMES, REQUIRE_ALL, REQUIRE_NONE, REQUIRE_OBJECTS, REQUIRE_PRIMITIVES, s_namespaceStyleEnum, s_nameStyleEnum, s_requireEnum, UNDERSCORED_NAMES, UPPER_CAMEL_CASE_NAMES| Modifier and Type | Method and Description |
|---|---|
void |
apply(IClassLocator loc)
Apply customizations to default values.
|
void |
fixNamespace()
Fix the namespace for this package.
|
ClassCustom |
getClassCustomization(String name)
Get existing information for class in this package.
|
String |
getName()
Get fully-qualified package name.
|
getStripPrefixes, getStripSuffixes, getValueStyle, isForceMapping, isForceStructureNames, isMapAbstract, isPropertyAccess, isWrapCollections, setMapAbstract, setValueStyleconvertName, getFormatterClass, getNamespace, getNamespaceStyle, getNameStyle, getSpecifiedNamespace, isObjectRequired, isPrimitiveRequired, isUseJavaDocs, setNamespace, setNamespaceStyle, setNameStyleconvertName, deriveItemName, deriveNamespace, getContainingObject, getGlobal, getParent, packageOfType, packageToNamespace, validateAttributespublic static final StringArray s_allowedAttributes
public static final String ELEMENT_NAME
public String getName()
public ClassCustom getClassCustomization(String name)
name - simple class name (without package)null if no existing information)public void fixNamespace()
public void apply(IClassLocator loc)
Copyright © 2005-2014 jibx.org. All Rights Reserved.