Class ArraySchemaImpl
java.lang.Object
org.galaxyproject.gxformat2.v19_09.utils.SavableImpl
org.galaxyproject.gxformat2.v19_09.ArraySchemaImpl
- All Implemented Interfaces:
ArraySchema
,Savable
Auto-generated class implementation for https://w3id.org/cwl/salad#ArraySchema
-
Constructor Summary
ConstructorsConstructorDescriptionArraySchemaImpl
(Object __doc_, String __baseUri_, LoadingOptions __loadingOptions, String __docRoot_) Used byRootLoader
to construct instances of ArraySchemaImpl. -
Method Summary
-
Constructor Details
-
ArraySchemaImpl
public ArraySchemaImpl(Object __doc_, String __baseUri_, LoadingOptions __loadingOptions, String __docRoot_) Used byRootLoader
to construct instances of ArraySchemaImpl.- Parameters:
__doc_
- Document fragment to load this record object from (presumably aMap
).__baseUri_
- Base URI to generate child document IDs against.__loadingOptions
- Context for loading URIs and populating objects.__docRoot_
- ID at this position in the document (if available) (maybe?)- Throws:
ValidationException
- If the document fragment is not aMap
or validation of fields fails.
-
-
Method Details
-
getItems
Getter for property https://w3id.org/cwl/salad#items
Defines the type of the array elements. *
- Specified by:
getItems
in interfaceArraySchema
-
getType
Getter for property https://w3id.org/cwl/salad#type
Must be `array` *
- Specified by:
getType
in interfaceArraySchema
-