Interface EnumSchema
- All Superinterfaces:
Savable
- All Known Implementing Classes:
EnumSchemaImpl
Auto-generated interface for https://w3id.org/cwl/salad#EnumSchema
This interface is implemented by
This interface is implemented by
EnumSchemaImpl
Define an enumerated type.
-
Method Summary
Modifier and TypeMethodDescriptionGetter for property https://w3id.org/cwl/salad#symbols
Defines the set of valid symbols.getType()
Getter for property https://w3id.org/cwl/salad#type
Must be `enum` *
-
Method Details
-
getSymbols
List<Object> getSymbols()Getter for property https://w3id.org/cwl/salad#symbols
Defines the set of valid symbols. *
-
getType
Getter for property https://w3id.org/cwl/salad#type
Must be `enum` *
-