Interface Schema.Record
- All Superinterfaces:
Schema.Node
- Enclosing interface:
- Schema
Record Definition.
-
Method Summary
Modifier and TypeMethodDescriptionReturns an immutable, ordered list of field definitions.Methods inherited from interface com.pushtechnology.diffusion.datatype.recordv2.schema.Schema.Node
getMax, getMin, getName, isVariable
-
Method Details
-
getFields
List<Schema.Field> getFields()Returns an immutable, ordered list of field definitions.There will be at least one.
- Returns:
- a list of the field definitions within the record
-