Package net.binis.codegen
Interface TestModify.Modify
- All Superinterfaces:
Base.Fields<TestModify.Modify>,TestModify.Fields<TestModify.Modify>
- All Known Implementing Classes:
TestModifyImpl.TestModifyModifyImpl
- Enclosing interface:
- TestModify
public static interface TestModify.Modify extends TestModify.Fields<TestModify.Modify>
-
Method Summary
Modifier and Type Method Description TestModifydone()net.binis.codegen.collection.CodeList<Long,TestModify.Modify>items()TestModify.Modifyitems(List<Long> items)net.binis.codegen.collection.EmbeddedCodeCollection<SubModify.EmbeddedModify<SubModify.Modify>,SubModify,TestModify.Modify>subs()TestModify.Modifysubs(Set<SubModify> subs)
-
Method Details
-
done
TestModify done() -
items
-
items
net.binis.codegen.collection.CodeList<Long,TestModify.Modify> items() -
subs
-
subs
net.binis.codegen.collection.EmbeddedCodeCollection<SubModify.EmbeddedModify<SubModify.Modify>,SubModify,TestModify.Modify> subs()
-