Tegral
0.0.4
jvm
tegral-prismakt-generator
/
guru.zoroark.tegral.prismakt.generator.protocol
/
TypeRef
/
TypeRefEnum
Type
Ref
Enum
class
TypeRefEnum
(
val
isList
:
Boolean
,
val
namespace
:
FieldNamespace
?
,
val
type
:
ObjectOrString
<
SchemaEnum
>
)
:
TypeRef
,
TypeRef.FieldRefAllowType
<
TypeRef.TypeRefEnum
>
Members
Constructors
Type
Ref
Enum
Link copied to clipboard
constructor
(
isList
:
Boolean
,
namespace
:
FieldNamespace
?
,
type
:
ObjectOrString
<
SchemaEnum
>
)
Properties
is
List
Link copied to clipboard
val
isList
:
Boolean
namespace
Link copied to clipboard
val
namespace
:
FieldNamespace
?
=
null
self
Link copied to clipboard
open
override
val
self
:
TypeRef.TypeRefEnum
type
Link copied to clipboard
val
type
:
ObjectOrString
<
SchemaEnum
>