cwl-d v0.1.0 (2022-11-18T22:02:22Z)
Home
Dub
Repo
EnumSchema
cwl_d_auto
v1_0
Define an enumerated type.
class
EnumSchema : SchemaBase {
@
link
string
[]
symbols_
;
static immutable
auto
type_
;
mixin
genCtor
;
mixin
genIdentifier
;
mixin
genDumper
;
}
Members
Mixins
__anonymous
mixin
genCtor
Undocumented in source.
__anonymous
mixin
genIdentifier
Undocumented in source.
__anonymous
mixin
genDumper
Undocumented in source.
Static variables
type_
auto
type_
;
Must be
enum
Variables
symbols_
string
[]
symbols_
;
Defines the set of valid symbols.
Meta
Source
See Implementation
cwl_d_auto
v1_0
aliases
DocumentRootType
importFromURI
classes
ArraySchema
CWLType
CWLVersion
CommandInputArraySchema
CommandInputEnumSchema
CommandInputParameter
CommandInputRecordField
CommandInputRecordSchema
CommandLineBinding
CommandLineTool
CommandOutputArraySchema
CommandOutputBinding
CommandOutputEnumSchema
CommandOutputParameter
CommandOutputRecordField
CommandOutputRecordSchema
Directory
Dirent
DockerRequirement
EnumSchema
EnvVarRequirement
EnvironmentDef
ExpressionTool
ExpressionToolOutputParameter
File
InitialWorkDirRequirement
InlineJavascriptRequirement
InputArraySchema
InputEnumSchema
InputParameter
InputRecordField
InputRecordSchema
LinkMergeMethod
MultipleInputFeatureRequirement
OutputArraySchema
OutputEnumSchema
OutputParameter
OutputRecordField
OutputRecordSchema
PrimitiveType
RecordField
RecordSchema
ResourceRequirement
ScatterFeatureRequirement
ScatterMethod
SchemaDefRequirement
ShellCommandRequirement
SoftwarePackage
SoftwareRequirement
StepInputExpressionRequirement
SubworkflowFeatureRequirement
Workflow
WorkflowOutputParameter
WorkflowStep
WorkflowStepInput
WorkflowStepOutput
stderr
stdout
manifest constants
parserInfo
Define an enumerated type.