const classcamAxonPlugin::Kind
sys::Obj camAxonPlugin::Kind
@
Js
Kind identifies one of the valid tag value types.
- bin
const static Kind bin := BinKind.<ctor>()
- bool
const static Kind bool := BoolKind.<ctor>()
- coord
const static Kind coord := CoordKind.<ctor>()
- date
const static Kind date := DateKind.<ctor>()
- dateTime
const static Kind dateTime := DateTimeKind.<ctor>()
- defVal
virtual Obj defVal()
Default value for this kind
- equals
- fnPrefix
const Str fnPrefix
Prefix for method names (lower case name)
- fromStr
- fromType
- fromVal
- list
const static Kind[] list
- marker
const static Kind marker := MarkerKind.<ctor>()
- name
const Str name
Name of kind: Int, Bool, DateTime
- number
const static Kind number := NumberKind.<ctor>()
- ref
const static Kind ref := RefKind.<ctor>()
- remove
const static Kind remove := RemoveKind.<ctor>()
- str
const static Kind str := StrKind.<ctor>()
- time
const static Kind time := TimeKind.<ctor>()
- toStr
virtual override Str toStr()
- type
const Type type
Type of the kind
- uri
const static Kind uri := UriKind.<ctor>()
- valToDis
Convert value to display string
- valToStr
Convert value to string
- valToZinc
virtual Str valToZinc(Obj val)
Convert value to zinc string encoding