|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HasFields
Interface indicating that a class as a list of record Fields. The list of fields is either directly used as evidence for a value or entity, or is otherwise viewed as logically being strongly associated with that value or entity, such that it makes sense to group them within it.
| Method Summary | |
|---|---|
List<Field> |
getFields()
Get the fields being used as evidence. |
void |
setFields(List<Field> fields)
Set the list of fields being used as evidence. |
| Method Detail |
|---|
List<Field> getFields()
void setFields(List<Field> fields)
fields - - List of fields
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||