public class ValueCustom extends SharedValueBase
| Modifier and Type | Field and Description |
|---|---|
static StringArray |
s_allowedAttributes
Enumeration of allowed attribute names.
|
CAMEL_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 | Constructor and Description |
|---|---|
protected |
ValueCustom(NestingBase parent,
String name)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBoundType()
Get value type to be bound.
|
List |
getDocumentation()
Get value documentation node list.
|
protected void |
preSet(IUnmarshallingContext uctx)
Make sure all attributes are defined when unmarshalling (only used by binding).
|
convertMemberNameCase, fillType, getActualType, getBaseName, getClassCustom, getCreateType, getFactoryMethod, getItemName, getItemType, getStatedType, getStyle, getWorkingType, getXmlName, isCollection, isElementForced, isRequired, setBaseName, setElementForced, setItemName, setItemType, setStyle, setXmlNameconvertName, deriveItemName, deriveNamespace, getContainingObject, getGlobal, getParent, packageOfType, packageToNamespace, validateAttributespublic static final StringArray s_allowedAttributes
protected ValueCustom(NestingBase parent, String name)
parent - name - public String getBoundType()
public List getDocumentation()
complete(IClass, List, Boolean, String) method is called.null if none)protected void preSet(IUnmarshallingContext uctx)
uctx - unmarshalling contextCopyright © 2005-2014 jibx.org. All Rights Reserved.