ValueRequirement

enum ValueRequirement : Enum<ValueRequirement>

Restrictions on value in the node

Entries

ABSENT
Link copied to clipboard
common

The value must be null

REQUIRED
Link copied to clipboard
common

The value is required

NONE
Link copied to clipboard
common

No restrictions

Properties

name
Link copied to clipboard
common
val name: String
ordinal
Link copied to clipboard
common
val ordinal: Int