abstract class DataArrangeShape extends AnyShape

Annotations
@JSExportAll()
Linear Supertypes
AnyShape, Shape, NamedDomainElement, NamedAmfObject, Linkable, DomainElement, CustomizableElement, PlatformSecrets, AmfObjectWrapper, Annotable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DataArrangeShape
  2. AnyShape
  3. Shape
  4. NamedDomainElement
  5. NamedAmfObject
  6. Linkable
  7. DomainElement
  8. CustomizableElement
  9. PlatformSecrets
  10. AmfObjectWrapper
  11. Annotable
  12. AnyRef
  13. 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 DataArrangeShape(_internal: DataArrangementShape)

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 DataArrangeShape to any2stringadd[DataArrangeShape] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (DataArrangeShape, B)
    Implicit
    This member is added by an implicit conversion from DataArrangeShape to ArrowAssoc[DataArrangeShape] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def aliases: ClientList[StrField]
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  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 avroSchemaType(): ClientOption[String]
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  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: (DataArrangeShape) ⇒ Boolean, msg: ⇒ Any): DataArrangeShape
    Implicit
    This member is added by an implicit conversion from DataArrangeShape to Ensuring[DataArrangeShape] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. def ensuring(cond: (DataArrangeShape) ⇒ Boolean): DataArrangeShape
    Implicit
    This member is added by an implicit conversion from DataArrangeShape to Ensuring[DataArrangeShape] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  25. def ensuring(cond: Boolean, msg: ⇒ Any): DataArrangeShape
    Implicit
    This member is added by an implicit conversion from DataArrangeShape to Ensuring[DataArrangeShape] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  26. def ensuring(cond: Boolean): DataArrangeShape
    Implicit
    This member is added by an implicit conversion from DataArrangeShape to Ensuring[DataArrangeShape] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  27. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  29. def examples: ClientList[Example]
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  30. def extendsNode: core.internal.convert.CoreClientConverters.ClientList[DomainElement]
    Definition Classes
    DomainElement
  31. def federationMetadata: ShapeFederationMetadata
    Definition Classes
    Shape
  32. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from DataArrangeShape to StringFormat[DataArrangeShape] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  33. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  34. def graph(): Graph
    Definition Classes
    DomainElement
  35. def hasExplicitName: Boolean
    Definition Classes
    Shape
  36. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  37. def id: String
    Definition Classes
    DomainElement
  38. def ifShape: Shape
    Definition Classes
    Shape
  39. def inherits: core.internal.convert.CoreClientConverters.ClientList[Shape]
    Definition Classes
    Shape
  40. def inlined(): Boolean
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  41. def isAvroSchema(): Boolean
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  42. def isExtension: BoolField
    Definition Classes
    Shape
  43. def isExternalLink: BoolField
    Definition Classes
    DomainElement
  44. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  45. def isLink: Boolean
    Definition Classes
    Linkable
  46. 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()
  47. def isStub: BoolField
    Definition Classes
    Shape
  48. def link[T](label: String): T
    Definition Classes
    Linkable
  49. def link[T](): T
    Definition Classes
    Linkable
  50. def linkCopy(): AnyShape
    Definition Classes
    AnyShape → Linkable
    Annotations
    @JSExport()
  51. def linkLabel: StrField
    Definition Classes
    Linkable
  52. def linkTarget: core.internal.convert.CoreClientConverters.ClientOption[DomainElement]
    Definition Classes
    Linkable
  53. def maxItems: IntField
  54. def minItems: IntField
  55. def name: StrField
    Definition Classes
    Shape → NamedAmfObject
  56. def namespace: StrField
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  57. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  58. def not: Shape
    Definition Classes
    Shape
  59. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  60. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  61. def or: core.internal.convert.CoreClientConverters.ClientList[Shape]
    Definition Classes
    Shape
  62. val platform: Platform
    Definition Classes
    PlatformSecrets
  63. def position: PositionRange
    Definition Classes
    DomainElement
  64. def readOnly: BoolField
    Definition Classes
    Shape
  65. def size: IntField
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  66. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  67. def thenShape: Shape
    Definition Classes
    Shape
  68. def toString(): String
    Definition Classes
    AnyRef → Any
  69. 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()
  70. def uniqueItems: BoolField
  71. def values: core.internal.convert.CoreClientConverters.ClientList[DataNode]
    Definition Classes
    Shape
  72. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  73. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  74. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  75. def withAliases(aliases: Seq[String]): DataArrangeShape.this.type
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  76. def withAnd(subShapes: core.internal.convert.CoreClientConverters.ClientList[Shape]): DataArrangeShape.this.type
    Definition Classes
    Shape
  77. def withComment(comment: String): DataArrangeShape.this.type
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  78. def withCustomDomainProperties(extensions: core.internal.convert.CoreClientConverters.ClientList[DomainExtension]): DataArrangeShape.this.type
    Definition Classes
    DomainElement → CustomizableElement
  79. def withCustomShapeProperties(customShapeProperties: core.internal.convert.CoreClientConverters.ClientList[ShapeExtension]): DataArrangeShape.this.type
    Definition Classes
    Shape
  80. def withCustomShapePropertyDefinition(name: String): PropertyShape
    Definition Classes
    Shape
  81. def withCustomShapePropertyDefinitions(propertyDefinitions: core.internal.convert.CoreClientConverters.ClientList[PropertyShape]): DataArrangeShape.this.type
    Definition Classes
    Shape
  82. def withDefaultStr(value: String): DataArrangeShape.this.type
    Definition Classes
    Shape
  83. def withDefaultValue(defaultVal: DataNode): DataArrangeShape.this.type
    Definition Classes
    Shape
  84. def withDeprecated(deprecated: Boolean): DataArrangeShape.this.type
    Definition Classes
    Shape
  85. def withDescription(description: String): DataArrangeShape.this.type
    Definition Classes
    Shape
  86. def withDisplayName(name: String): DataArrangeShape.this.type
    Definition Classes
    Shape
  87. def withDocumentation(documentation: CreativeWork): DataArrangeShape.this.type
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  88. def withElse(elseShape: Shape): DataArrangeShape.this.type
    Definition Classes
    Shape
  89. def withExample(mediaType: String): Example
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  90. def withExamples(examples: ClientList[Example]): DataArrangeShape.this.type
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  91. def withExtendsNode(extension: core.internal.convert.CoreClientConverters.ClientList[ParametrizedDeclaration]): DataArrangeShape.this.type
    Definition Classes
    DomainElement
  92. def withFederationMetadata(metadata: ShapeFederationMetadata): DataArrangeShape.this.type
    Definition Classes
    Shape
  93. def withId(id: String): DataArrangeShape.this.type
    Definition Classes
    DomainElement
  94. def withIf(ifShape: Shape): DataArrangeShape.this.type
    Definition Classes
    Shape
  95. def withInherits(inherits: core.internal.convert.CoreClientConverters.ClientList[Shape]): DataArrangeShape.this.type
    Definition Classes
    Shape
  96. def withIsExtension(value: Boolean): DataArrangeShape.this.type
    Definition Classes
    Shape
  97. def withIsExternalLink(isExternalLink: Boolean): DomainElement
    Definition Classes
    DomainElement
  98. def withIsStub(value: Boolean): DataArrangeShape.this.type
    Definition Classes
    Shape
  99. def withLinkLabel(label: String): DataArrangeShape.this.type
    Definition Classes
    Linkable
  100. def withLinkTarget(target: DomainElement with Linkable): DataArrangeShape.this.type
    Definition Classes
    Linkable
  101. def withMaxItems(maxItems: Int): DataArrangeShape.this.type
  102. def withMinItems(minItems: Int): DataArrangeShape.this.type
  103. def withName(name: String): DataArrangeShape.this.type
    Definition Classes
    Shape → NamedAmfObject
  104. def withNamespace(namespace: String): DataArrangeShape.this.type
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  105. def withNode(shape: Shape): DataArrangeShape.this.type
    Definition Classes
    Shape
  106. def withOr(subShapes: core.internal.convert.CoreClientConverters.ClientList[Shape]): DataArrangeShape.this.type
    Definition Classes
    Shape
  107. def withReadOnly(readOnly: Boolean): DataArrangeShape.this.type
    Definition Classes
    Shape
  108. def withSize(size: Int): DataArrangeShape.this.type
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  109. def withThen(thenShape: Shape): DataArrangeShape.this.type
    Definition Classes
    Shape
  110. def withUniqueItems(uniqueItems: Boolean): DataArrangeShape.this.type
  111. def withValues(values: core.internal.convert.CoreClientConverters.ClientList[DataNode]): DataArrangeShape.this.type
    Definition Classes
    Shape
  112. def withWriteOnly(writeOnly: Boolean): DataArrangeShape.this.type
    Definition Classes
    Shape
  113. def withXMLSerialization(xmlSerialization: XMLSerializer): DataArrangeShape.this.type
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  114. def withXone(subShapes: core.internal.convert.CoreClientConverters.ClientList[Shape]): DataArrangeShape.this.type
    Definition Classes
    Shape
  115. def writeOnly: BoolField
    Definition Classes
    Shape
  116. def xmlSerialization: XMLSerializer
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  117. def xone: core.internal.convert.CoreClientConverters.ClientList[Shape]
    Definition Classes
    Shape
  118. def [B](y: B): (DataArrangeShape, B)
    Implicit
    This member is added by an implicit conversion from DataArrangeShape to ArrowAssoc[DataArrangeShape] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyShape

Inherited from Shape

Inherited from NamedDomainElement

Inherited from NamedAmfObject

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 DataArrangeShape to any2stringadd[DataArrangeShape]

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

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

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

Ungrouped