private class Element.HasOneRef extends java.lang.Object implements Element.Strategy
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) |
private final Ref ref
public HasOneRef(Ref ref)
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