Packages

case class TupleShape(_internal: scala.model.domain.TupleShape) extends DataArrangeShape with Product with Serializable

Annotations
@JSExportAll()
Linear Supertypes
Serializable, Serializable, Product, Equals, DataArrangeShape, AnyShape, Shape, NamedDomainElement, Linkable, DomainElement, CustomizableElement, PlatformSecrets, AmfObjectWrapper, Annotable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TupleShape
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. DataArrangeShape
  7. AnyShape
  8. Shape
  9. NamedDomainElement
  10. Linkable
  11. DomainElement
  12. CustomizableElement
  13. PlatformSecrets
  14. AmfObjectWrapper
  15. Annotable
  16. AnyRef
  17. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TupleShape()
    Annotations
    @JSExportTopLevel( "TupleShape" )
  2. new TupleShape(_internal: scala.model.domain.TupleShape)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from TupleShape to any2stringadd[TupleShape] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (TupleShape, B)
    Implicit
    This member is added by an implicit conversion from TupleShape to ArrowAssoc[TupleShape] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def additionalItemsSchema: Shape
  7. def and: core.internal.convert.CoreClientConverters.ClientList[Shape]
    Definition Classes
    Shape
  8. def annotations(): Annotations
    Definition Classes
    AmfObjectWrapper → Annotable
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  11. def closedItems: BoolField
  12. def comment: StrField
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  13. def customDomainProperties: core.internal.convert.CoreClientConverters.ClientList[DomainExtension]
    Definition Classes
    DomainElement → CustomizableElement
  14. def customShapeProperties: core.internal.convert.CoreClientConverters.ClientList[ShapeExtension]
    Definition Classes
    Shape
  15. def customShapePropertyDefinitions: core.internal.convert.CoreClientConverters.ClientList[PropertyShape]
    Definition Classes
    Shape
  16. def defaultValue: DataNode
    Definition Classes
    Shape
  17. def defaultValueStr: StrField
    Definition Classes
    Shape
  18. def deprecated: BoolField
    Definition Classes
    Shape
  19. def description: StrField
    Definition Classes
    Shape
  20. def displayName: StrField
    Definition Classes
    Shape
  21. def documentation: CreativeWork
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  22. def elseShape: Shape
    Definition Classes
    Shape
  23. def ensuring(cond: (TupleShape) ⇒ Boolean, msg: ⇒ Any): TupleShape
    Implicit
    This member is added by an implicit conversion from TupleShape to Ensuring[TupleShape] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. def ensuring(cond: (TupleShape) ⇒ Boolean): TupleShape
    Implicit
    This member is added by an implicit conversion from TupleShape to Ensuring[TupleShape] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  25. def ensuring(cond: Boolean, msg: ⇒ Any): TupleShape
    Implicit
    This member is added by an implicit conversion from TupleShape to Ensuring[TupleShape] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  26. def ensuring(cond: Boolean): TupleShape
    Implicit
    This member is added by an implicit conversion from TupleShape to Ensuring[TupleShape] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  27. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. def examples: ClientList[Example]
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  29. def extendsNode: core.internal.convert.CoreClientConverters.ClientList[DomainElement]
    Definition Classes
    DomainElement
  30. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  31. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from TupleShape to StringFormat[TupleShape] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  32. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  33. def graph(): Graph
    Definition Classes
    DomainElement
  34. def id: String
    Definition Classes
    DomainElement
  35. def ifShape: Shape
    Definition Classes
    Shape
  36. def inherits: core.internal.convert.CoreClientConverters.ClientList[Shape]
    Definition Classes
    Shape
  37. def inlined(): Boolean
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  38. def isExternalLink: BoolField
    Definition Classes
    DomainElement
  39. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  40. def isLink: Boolean
    Definition Classes
    Linkable
  41. def isNotExplicit: Boolean

    Aux method to know when the shape is instance only of any shape and it's because was parsed from an empty (or only with example) payload, an not an explicit type def

    Aux method to know when the shape is instance only of any shape and it's because was parsed from an empty (or only with example) payload, an not an explicit type def

    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  42. def items: ClientList[Shape]
  43. def link[T](label: String): T
    Definition Classes
    Linkable
  44. def link[T](): T
    Definition Classes
    Linkable
  45. def linkCopy(): TupleShape
    Definition Classes
    TupleShapeAnyShape → Linkable
  46. def linkLabel: StrField
    Definition Classes
    Linkable
  47. def linkTarget: core.internal.convert.CoreClientConverters.ClientOption[DomainElement]
    Definition Classes
    Linkable
  48. def maxItems: IntField
    Definition Classes
    DataArrangeShape
  49. def minItems: IntField
    Definition Classes
    DataArrangeShape
  50. def name: StrField
    Definition Classes
    Shape → NamedDomainElement
  51. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  52. def not: Shape
    Definition Classes
    Shape
  53. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  54. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  55. def or: core.internal.convert.CoreClientConverters.ClientList[Shape]
    Definition Classes
    Shape
  56. val platform: Platform
    Definition Classes
    PlatformSecrets
  57. def position: Range
    Definition Classes
    DomainElement
  58. def readOnly: BoolField
    Definition Classes
    Shape
  59. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  60. def thenShape: Shape
    Definition Classes
    Shape
  61. def trackedExample(trackId: String): ClientOption[Example]

    trackId

    parent id of the original payload type with simpleinheritance and the searched example.

    returns

    A ClientOption of the original inlined example, or empty if there is not any example with that track information annotated.

    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  62. def uniqueItems: BoolField
    Definition Classes
    DataArrangeShape
  63. def values: core.internal.convert.CoreClientConverters.ClientList[DataNode]
    Definition Classes
    Shape
  64. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  65. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  66. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  67. def withAnd(subShapes: core.internal.convert.CoreClientConverters.ClientList[Shape]): TupleShape.this.type
    Definition Classes
    Shape
  68. def withClosedItems(closedItems: Boolean): TupleShape.this.type
  69. def withComment(comment: String): TupleShape.this.type
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  70. def withCustomDomainProperties(extensions: core.internal.convert.CoreClientConverters.ClientList[DomainExtension]): TupleShape.this.type
    Definition Classes
    DomainElement → CustomizableElement
  71. def withCustomShapeProperties(customShapeProperties: core.internal.convert.CoreClientConverters.ClientList[ShapeExtension]): TupleShape.this.type
    Definition Classes
    Shape
  72. def withCustomShapePropertyDefinition(name: String): PropertyShape
    Definition Classes
    Shape
  73. def withCustomShapePropertyDefinitions(propertyDefinitions: core.internal.convert.CoreClientConverters.ClientList[PropertyShape]): TupleShape.this.type
    Definition Classes
    Shape
  74. def withDefaultStr(value: String): TupleShape.this.type
    Definition Classes
    Shape
  75. def withDefaultValue(defaultVal: DataNode): TupleShape.this.type
    Definition Classes
    Shape
  76. def withDeprecated(deprecated: Boolean): TupleShape.this.type
    Definition Classes
    Shape
  77. def withDescription(description: String): TupleShape.this.type
    Definition Classes
    Shape
  78. def withDisplayName(name: String): TupleShape.this.type
    Definition Classes
    Shape
  79. def withDocumentation(documentation: CreativeWork): TupleShape.this.type
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  80. def withElse(elseShape: Shape): TupleShape.this.type
    Definition Classes
    Shape
  81. def withExample(mediaType: String): Example
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  82. def withExamples(examples: ClientList[Example]): TupleShape.this.type
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  83. def withExtendsNode(extension: core.internal.convert.CoreClientConverters.ClientList[ParametrizedDeclaration]): TupleShape.this.type
    Definition Classes
    DomainElement
  84. def withId(id: String): TupleShape.this.type
    Definition Classes
    DomainElement
  85. def withIf(ifShape: Shape): TupleShape.this.type
    Definition Classes
    Shape
  86. def withInherits(inherits: core.internal.convert.CoreClientConverters.ClientList[Shape]): TupleShape.this.type
    Definition Classes
    Shape
  87. def withIsExternalLink(isExternalLink: Boolean): DomainElement
    Definition Classes
    DomainElement
  88. def withItems(items: ClientList[Shape]): TupleShape.this.type
  89. def withLinkLabel(label: String): TupleShape.this.type
    Definition Classes
    Linkable
  90. def withLinkTarget(target: DomainElement with Linkable): TupleShape.this.type
    Definition Classes
    Linkable
  91. def withMaxItems(maxItems: Int): TupleShape.this.type
    Definition Classes
    DataArrangeShape
  92. def withMinItems(minItems: Int): TupleShape.this.type
    Definition Classes
    DataArrangeShape
  93. def withName(name: String): TupleShape.this.type
    Definition Classes
    Shape → NamedDomainElement
  94. def withNode(shape: Shape): TupleShape.this.type
    Definition Classes
    Shape
  95. def withOr(subShapes: core.internal.convert.CoreClientConverters.ClientList[Shape]): TupleShape.this.type
    Definition Classes
    Shape
  96. def withReadOnly(readOnly: Boolean): TupleShape.this.type
    Definition Classes
    Shape
  97. def withThen(thenShape: Shape): TupleShape.this.type
    Definition Classes
    Shape
  98. def withUniqueItems(uniqueItems: Boolean): TupleShape.this.type
    Definition Classes
    DataArrangeShape
  99. def withValues(values: core.internal.convert.CoreClientConverters.ClientList[DataNode]): TupleShape.this.type
    Definition Classes
    Shape
  100. def withWriteOnly(writeOnly: Boolean): TupleShape.this.type
    Definition Classes
    Shape
  101. def withXMLSerialization(xmlSerialization: XMLSerializer): TupleShape.this.type
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  102. def withXone(subShapes: core.internal.convert.CoreClientConverters.ClientList[Shape]): TupleShape.this.type
    Definition Classes
    Shape
  103. def writeOnly: BoolField
    Definition Classes
    Shape
  104. def xmlSerialization: XMLSerializer
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  105. def xone: core.internal.convert.CoreClientConverters.ClientList[Shape]
    Definition Classes
    Shape
  106. def [B](y: B): (TupleShape, B)
    Implicit
    This member is added by an implicit conversion from TupleShape to ArrowAssoc[TupleShape] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from DataArrangeShape

Inherited from AnyShape

Inherited from Shape

Inherited from NamedDomainElement

Inherited from Linkable

Inherited from DomainElement

Inherited from CustomizableElement

Inherited from PlatformSecrets

Inherited from AmfObjectWrapper

Inherited from Annotable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from TupleShape to any2stringadd[TupleShape]

Inherited by implicit conversion StringFormat from TupleShape to StringFormat[TupleShape]

Inherited by implicit conversion Ensuring from TupleShape to Ensuring[TupleShape]

Inherited by implicit conversion ArrowAssoc from TupleShape to ArrowAssoc[TupleShape]

Ungrouped