@Beta
public interface PiHeaderTypeModel
| Modifier and Type | Method and Description |
|---|---|
Optional<PiHeaderFieldTypeModel> |
field(String fieldName)
Returns the field type model defined by the given name, if present.
|
List<PiHeaderFieldTypeModel> |
fields()
Returns a list of field type models for this header type, ordered according to the same
order of header fields as defined in the pipeline model.
|
String |
name()
Returns the name of this header type.
|
String name()
Optional<PiHeaderFieldTypeModel> field(String fieldName)
fieldName - field nameList<PiHeaderFieldTypeModel> fields()