Save This Page
Home » apache-cxf-2.1.1-src » org.apache.cxf.xjc » dv » [javadoc | source]
org.apache.cxf.xjc.dv
public class: DefaultValuePlugin [javadoc | source]
java.lang.Object
   com.sun.tools.xjc.Plugin
      org.apache.cxf.xjc.dv.DefaultValuePlugin
Modifies the JAXB code model to initialise fields mapped from schema elements with their default value.
Constructor:
 public DefaultValuePlugin() 
Method from org.apache.cxf.xjc.dv.DefaultValuePlugin Summary:
getDefaultValueExpression,   getOptionName,   getUsage,   run
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cxf.xjc.dv.DefaultValuePlugin Detail:
 JExpression getDefaultValueExpression(FieldOutline f,
    ClassOutline co,
    Outline outline,
    XSType xsType,
    boolean isElement,
    XmlString xmlDefaultValue) 
 public String getOptionName() 
 public String getUsage() 
 public boolean run(Outline outline,
    Options opt,
    ErrorHandler errorHandler)