jaxb-codemodel
jaxb-codemodel copied to clipboard
JBlock: remove content element by Object/by Index/all
Please provide a possibility to remove content elements from a JBlock instance by the following ways:
void remove(Object o)
{ content.remove (o); }
void remove(int index)
{ content.remove (index); }
void removeAll ()
{ content.clear(); }
Affected Versions
[current]
Reported by phax
This issue was imported from java.net JIRA CODEMODEL-13