private class Element.DataOnly extends java.lang.Object implements Element.Strategy
Modifier | Constructor and Description |
---|---|
private |
DataOnly() |
Modifier and Type | Method and Description |
---|---|
void |
declare(NodeSet nset) |
void |
generate(com.sun.codemodel.JDefinedClass clazz,
NodeSet nset,
java.util.Set<Prop> props) |
void |
generate(NodeSet nset) |
public void declare(NodeSet nset)
declare
in interface Element.Strategy
public void generate(NodeSet nset)
generate
in interface Element.Strategy
public void generate(com.sun.codemodel.JDefinedClass clazz, NodeSet nset, java.util.Set<Prop> props)
generate
in interface Element.Strategy