schema-salad-d ~master (2021-11-30T07:56:22Z)
Home
Dub
Repo
EnumSchema
salad
schema_original
class
EnumSchema {
string
[]
symbols_
;
immutable
auto
type_
;
mixin
genCtor
;
mixin
genIdentifier
;
mixin
genToString
;
}
Members
Mixins
__anonymous
mixin
genCtor
Undocumented in source.
__anonymous
mixin
genIdentifier
Undocumented in source.
__anonymous
mixin
genToString
Undocumented in source.
Variables
symbols_
string
[]
symbols_
;
Undocumented in source.
type_
auto
type_
;
Undocumented in source.
Mixed In Members
From
mixin
genCtor
this
this
()
Undocumented in source.
this
this
(Node node, LoadingContext context)
Undocumented in source.
From
mixin
genIdentifier
identifier
auto
identifier
()
Undocumented in source. Be warned that the author may not have intended to support it.
From
mixin
genToString
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
See Also
https://www.commonwl.org/v1.2/SchemaSalad.html#EnumSchema
Meta
Source
See Implementation
salad
schema_original
classes
Any
ArraySchema
Documentation
EnumSchema
JsonldPredicate
PrimitiveType
RecordField
RecordSchema
SaladEnumSchema
SaladRecordField
SaladRecordSchema
SpecializeDef