Cardinality

public enum Cardinality

The cardinality of the node, with fundamentally four values optional (0 or 1), one, or many (optional or not)

  • Undocumented

    Declaration

    Swift

    case none
  • Undocumented

    Declaration

    Swift

    case optional
  • one

    Undocumented

    Declaration

    Swift

    case one
  • Undocumented

    Declaration

    Swift

    case many(Bool)