Interface RecordField
- All Superinterfaces:
Documented
,Savable
- All Known Implementing Classes:
RecordFieldImpl
Auto-generated interface for https://w3id.org/cwl/salad#RecordField
This interface is implemented by
This interface is implemented by
RecordFieldImpl
A field of a record.
-
Method Summary
Modifier and TypeMethodDescriptiongetDoc()
Getter for property https://w3id.org/cwl/salad#Documented/doc
A documentation string for this object, or an array of strings which should be concatenated.getName()
Getter for property https://w3id.org/cwl/salad#RecordField/name
The name of the field *getType()
Getter for property https://w3id.org/cwl/salad#type
The field type *
-
Method Details
-
getName
Getter for property https://w3id.org/cwl/salad#RecordField/name
The name of the field *
-
getDoc
Getter for property https://w3id.org/cwl/salad#Documented/doc
A documentation string for this object, or an array of strings which should be concatenated. *
- Specified by:
getDoc
in interfaceDocumented
-
getType
Getter for property https://w3id.org/cwl/salad#type
The field type *
-