case class ArrayShape(_internal: scala.model.domain.ArrayShape) 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
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ArrayShape
  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 ArrayShape()
    Annotations
    @JSExportTopLevel( "ArrayShape" )
  2. new ArrayShape(_internal: scala.model.domain.ArrayShape)

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 ArrayShape to any2stringadd[ArrayShape] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ArrayShape, B)
    Implicit
    This member is added by an implicit conversion from ArrayShape to ArrowAssoc[ArrayShape] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def and: core.internal.convert.CoreClientConverters.ClientList[Shape]
    Definition Classes
    Shape
  7. def annotations(): Annotations
    Definition Classes
    AmfObjectWrapper → Annotable
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. def comment: StrField
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  11. def contains: Shape
  12. def customDomainProperties: core.internal.convert.CoreClientConverters.ClientList[DomainExtension]
    Definition Classes
    DomainElement → CustomizableElement
  13. def customShapeProperties: core.internal.convert.CoreClientConverters.ClientList[ShapeExtension]
    Definition Classes
    Shape
  14. def customShapePropertyDefinitions: core.internal.convert.CoreClientConverters.ClientList[PropertyShape]
    Definition Classes
    Shape
  15. def defaultValue: DataNode
    Definition Classes
    Shape
  16. def defaultValueStr: StrField
    Definition Classes
    Shape
  17. def deprecated: BoolField
    Definition Classes
    Shape
  18. def description: StrField
    Definition Classes
    Shape
  19. def displayName: StrField
    Definition Classes
    Shape
  20. def documentation: CreativeWork
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  21. def elseShape: Shape
    Definition Classes
    Shape
  22. def ensuring(cond: (ArrayShape) ⇒ Boolean, msg: ⇒ Any): ArrayShape
    Implicit
    This member is added by an implicit conversion from ArrayShape to Ensuring[ArrayShape] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. def ensuring(cond: (ArrayShape) ⇒ Boolean): ArrayShape
    Implicit
    This member is added by an implicit conversion from ArrayShape to Ensuring[ArrayShape] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. def ensuring(cond: Boolean, msg: ⇒ Any): ArrayShape
    Implicit
    This member is added by an implicit conversion from ArrayShape to Ensuring[ArrayShape] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  25. def ensuring(cond: Boolean): ArrayShape
    Implicit
    This member is added by an implicit conversion from ArrayShape to Ensuring[ArrayShape] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  26. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. def examples: ClientList[Example]
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  28. def extendsNode: core.internal.convert.CoreClientConverters.ClientList[DomainElement]
    Definition Classes
    DomainElement
  29. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  30. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from ArrayShape to StringFormat[ArrayShape] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  31. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  32. def graph(): Graph
    Definition Classes
    DomainElement
  33. def id: String
    Definition Classes
    DomainElement
  34. def ifShape: Shape
    Definition Classes
    Shape
  35. def inherits: core.internal.convert.CoreClientConverters.ClientList[Shape]
    Definition Classes
    Shape
  36. def inlined(): Boolean
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  37. def isExternalLink: BoolField
    Definition Classes
    DomainElement
  38. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  39. def isLink: Boolean
    Definition Classes
    Linkable
  40. 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()
  41. def items: Shape
  42. def link[T](label: String): T
    Definition Classes
    Linkable
  43. def link[T](): T
    Definition Classes
    Linkable
  44. def linkCopy(): ArrayShape
    Definition Classes
    ArrayShapeAnyShape → Linkable
  45. def linkLabel: StrField
    Definition Classes
    Linkable
  46. def linkTarget: core.internal.convert.CoreClientConverters.ClientOption[DomainElement]
    Definition Classes
    Linkable
  47. def maxContains: Int
  48. def maxItems: IntField
    Definition Classes
    DataArrangeShape
  49. def minContains: Int
  50. def minItems: IntField
    Definition Classes
    DataArrangeShape
  51. def name: StrField
    Definition Classes
    Shape → NamedDomainElement
  52. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  53. def not: Shape
    Definition Classes
    Shape
  54. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  55. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  56. def or: core.internal.convert.CoreClientConverters.ClientList[Shape]
    Definition Classes
    Shape
  57. val platform: Platform
    Definition Classes
    PlatformSecrets
  58. def position: Range
    Definition Classes
    DomainElement
  59. def readOnly: BoolField
    Definition Classes
    Shape
  60. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  61. def thenShape: Shape
    Definition Classes
    Shape
  62. 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()
  63. def unevaluatedItems: Boolean
  64. def unevaluatedItemsSchema: Shape
  65. def uniqueItems: BoolField
    Definition Classes
    DataArrangeShape
  66. def values: core.internal.convert.CoreClientConverters.ClientList[DataNode]
    Definition Classes
    Shape
  67. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  68. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  69. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  70. def withAnd(subShapes: core.internal.convert.CoreClientConverters.ClientList[Shape]): ArrayShape.this.type
    Definition Classes
    Shape
  71. def withComment(comment: String): ArrayShape.this.type
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  72. def withContains(contains: Shape): ArrayShape.this.type
  73. def withCustomDomainProperties(extensions: core.internal.convert.CoreClientConverters.ClientList[DomainExtension]): ArrayShape.this.type
    Definition Classes
    DomainElement → CustomizableElement
  74. def withCustomShapeProperties(customShapeProperties: core.internal.convert.CoreClientConverters.ClientList[ShapeExtension]): ArrayShape.this.type
    Definition Classes
    Shape
  75. def withCustomShapePropertyDefinition(name: String): PropertyShape
    Definition Classes
    Shape
  76. def withCustomShapePropertyDefinitions(propertyDefinitions: core.internal.convert.CoreClientConverters.ClientList[PropertyShape]): ArrayShape.this.type
    Definition Classes
    Shape
  77. def withDefaultStr(value: String): ArrayShape.this.type
    Definition Classes
    Shape
  78. def withDefaultValue(defaultVal: DataNode): ArrayShape.this.type
    Definition Classes
    Shape
  79. def withDeprecated(deprecated: Boolean): ArrayShape.this.type
    Definition Classes
    Shape
  80. def withDescription(description: String): ArrayShape.this.type
    Definition Classes
    Shape
  81. def withDisplayName(name: String): ArrayShape.this.type
    Definition Classes
    Shape
  82. def withDocumentation(documentation: CreativeWork): ArrayShape.this.type
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  83. def withElse(elseShape: Shape): ArrayShape.this.type
    Definition Classes
    Shape
  84. def withExample(mediaType: String): Example
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  85. def withExamples(examples: ClientList[Example]): ArrayShape.this.type
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  86. def withExtendsNode(extension: core.internal.convert.CoreClientConverters.ClientList[ParametrizedDeclaration]): ArrayShape.this.type
    Definition Classes
    DomainElement
  87. def withId(id: String): ArrayShape.this.type
    Definition Classes
    DomainElement
  88. def withIf(ifShape: Shape): ArrayShape.this.type
    Definition Classes
    Shape
  89. def withInherits(inherits: core.internal.convert.CoreClientConverters.ClientList[Shape]): ArrayShape.this.type
    Definition Classes
    Shape
  90. def withIsExternalLink(isExternalLink: Boolean): DomainElement
    Definition Classes
    DomainElement
  91. def withItems(items: Shape): ArrayShape.this.type
  92. def withLinkLabel(label: String): ArrayShape.this.type
    Definition Classes
    Linkable
  93. def withLinkTarget(target: DomainElement with Linkable): ArrayShape.this.type
    Definition Classes
    Linkable
  94. def withMaxContains(amount: Int): ArrayShape.this.type
  95. def withMaxItems(maxItems: Int): ArrayShape.this.type
    Definition Classes
    DataArrangeShape
  96. def withMinContains(amount: Int): ArrayShape.this.type
  97. def withMinItems(minItems: Int): ArrayShape.this.type
    Definition Classes
    DataArrangeShape
  98. def withName(name: String): ArrayShape.this.type
    Definition Classes
    Shape → NamedDomainElement
  99. def withNode(shape: Shape): ArrayShape.this.type
    Definition Classes
    Shape
  100. def withOr(subShapes: core.internal.convert.CoreClientConverters.ClientList[Shape]): ArrayShape.this.type
    Definition Classes
    Shape
  101. def withReadOnly(readOnly: Boolean): ArrayShape.this.type
    Definition Classes
    Shape
  102. def withThen(thenShape: Shape): ArrayShape.this.type
    Definition Classes
    Shape
  103. def withUnevaluatedItems(value: Boolean): ArrayShape.this.type
  104. def withUnevaluatedItemsSchema(schema: Shape): ArrayShape.this.type
  105. def withUniqueItems(uniqueItems: Boolean): ArrayShape.this.type
    Definition Classes
    DataArrangeShape
  106. def withValues(values: core.internal.convert.CoreClientConverters.ClientList[DataNode]): ArrayShape.this.type
    Definition Classes
    Shape
  107. def withWriteOnly(writeOnly: Boolean): ArrayShape.this.type
    Definition Classes
    Shape
  108. def withXMLSerialization(xmlSerialization: XMLSerializer): ArrayShape.this.type
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  109. def withXone(subShapes: core.internal.convert.CoreClientConverters.ClientList[Shape]): ArrayShape.this.type
    Definition Classes
    Shape
  110. def writeOnly: BoolField
    Definition Classes
    Shape
  111. def xmlSerialization: XMLSerializer
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  112. def xone: core.internal.convert.CoreClientConverters.ClientList[Shape]
    Definition Classes
    Shape
  113. def [B](y: B): (ArrayShape, B)
    Implicit
    This member is added by an implicit conversion from ArrayShape to ArrowAssoc[ArrayShape] 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 ArrayShape to any2stringadd[ArrayShape]

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

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

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

Ungrouped