| Modifier and Type | Field and Description |
|---|---|
protected JCodeModel |
codeModel |
protected QName |
elementName |
protected FieldOutline |
fr |
protected Mapping |
parent |
protected final FieldOutline fr
protected final QName elementName
protected final Mapping parent
protected final JCodeModel codeModel
public final String name()
PropertyThis method returns a valid identifier suitable for the use as a variable name.
public final QName rawName()
public final QName elementName()
PropertyEach child of a wrapper style element corresponds with an element, and this method returns that name.
elementName in interface PropertyQName.public final JType type()
Propertytype in interface PropertyJType is a representation of a Java type in a codeModel.
If you just need the fully-qualified class name, call JType.fullName().Copyright © 2015 Oracle Corporation. All Rights Reserved.