Package io.protostuff.compiler.model
Interface FieldContainer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddField(Field field)FieldgetField(int tag)FieldgetField(String name)intgetFieldCount()List<Field>getFields()voidsetFields(List<Field> fields)-
Methods inherited from interface io.protostuff.compiler.model.Element
getCommentLines, getComments, getParent, getSourceCodeLocation
-
-