Carrys information about one property of a wrapper-style
element. This interface is solely intended for the use by
the JAX-RPC and otherwise the use is discouraged.
REVISIT: use CodeModel.
author: Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com) See Also:Mapping
This method returns a valid identifier suitable for
the use as a variable name.
always non-null. Camel-style name like "foo" or "barAndZot".Note that it may contain non-ASCII characters (CJK, etc.)The caller is responsible for proper escaping if itwants to print this as a variable name.
The Java type of the property.
always non-null.JType is a representation of a Java type in a codeModel.If you just need the fully-qualified class name, call JType.fullName.