EnumValueTypeDef
class EnumValueTypeDef extends AbstractObject implements IdAble
A definition of a value in a custom enum defined in a Module.
Properties
$lastQuery | from AbstractObject |
Methods
from
AbstractObject
null|array|string|int|float|bool
queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)
No description
from
AbstractObject
string
description()
A doc string for the enum value, if any.
id()
A unique identifier for this EnumValueTypeDef.
string
name()
The name of the enum value.
Details
in
AbstractObject at line 13
__construct(AbstractClient $client, QueryBuilderChain $queryBuilderChain)
No description
in
AbstractObject at line 19
protected null|array|string|int|float|bool
queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)
No description
at line 19
string
description()
A doc string for the enum value, if any.
at line 28
AbstractId
id()
A unique identifier for this EnumValueTypeDef.
at line 37
string
name()
The name of the enum value.
at line 46
SourceMap
sourceMap()
The location of this enum value declaration.