org.jvnet.hyperjaxb3.xjc.generator.bean.field
Class SingleMarshallingField
java.lang.Object
org.jvnet.hyperjaxb3.xjc.generator.bean.field.AbstractField
org.jvnet.hyperjaxb3.xjc.generator.bean.field.AbstractWrappingField
org.jvnet.hyperjaxb3.xjc.generator.bean.field.SingleMarshallingField
- All Implemented Interfaces:
- com.sun.tools.xjc.outline.FieldOutline
public class SingleMarshallingField
- extends AbstractWrappingField
|
Constructor Summary |
SingleMarshallingField(com.sun.tools.xjc.generator.bean.ClassOutlineImpl context,
com.sun.tools.xjc.model.CPropertyInfo prop,
com.sun.tools.xjc.model.CPropertyInfo core,
String contextPath,
boolean _final)
|
|
Method Summary |
protected com.sun.codemodel.JExpression |
unwrap(com.sun.codemodel.JExpression source)
|
com.sun.codemodel.JExpression |
unwrapCondifiton(com.sun.codemodel.JExpression source)
|
protected com.sun.codemodel.JExpression |
wrap(com.sun.codemodel.JExpression target)
|
com.sun.codemodel.JExpression |
wrapCondifiton(com.sun.codemodel.JExpression source)
|
| Methods inherited from class org.jvnet.hyperjaxb3.xjc.generator.bean.field.AbstractWrappingField |
create, createGetter, createSetter, generateAccessors, getCore, getFieldType, getGetterName, getRawType, getScope, getSetterName, setCore |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SingleMarshallingField
public SingleMarshallingField(com.sun.tools.xjc.generator.bean.ClassOutlineImpl context,
com.sun.tools.xjc.model.CPropertyInfo prop,
com.sun.tools.xjc.model.CPropertyInfo core,
String contextPath,
boolean _final)
wrapCondifiton
public com.sun.codemodel.JExpression wrapCondifiton(com.sun.codemodel.JExpression source)
- Overrides:
wrapCondifiton in class AbstractWrappingField
unwrapCondifiton
public com.sun.codemodel.JExpression unwrapCondifiton(com.sun.codemodel.JExpression source)
- Overrides:
unwrapCondifiton in class AbstractWrappingField
wrap
protected com.sun.codemodel.JExpression wrap(com.sun.codemodel.JExpression target)
- Specified by:
wrap in class AbstractWrappingField
unwrap
protected com.sun.codemodel.JExpression unwrap(com.sun.codemodel.JExpression source)
- Specified by:
unwrap in class AbstractWrappingField
Copyright © 2005-2011. All Rights Reserved.