case class ScalarShape(_internal: scala.model.domain.ScalarShape) extends AnyShape with Product with Serializable

Annotations
@JSExportAll()
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyShape, Shape, NamedDomainElement, NamedAmfObject, Linkable, DomainElement, CustomizableElement, PlatformSecrets, AmfObjectWrapper, Annotable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalarShape
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyShape
  7. Shape
  8. NamedDomainElement
  9. NamedAmfObject
  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 ScalarShape()
    Annotations
    @JSExportTopLevel( "ScalarShape" )
  2. new ScalarShape(_internal: scala.model.domain.ScalarShape)

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 ScalarShape to any2stringadd[ScalarShape] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ScalarShape, B)
    Implicit
    This member is added by an implicit conversion from ScalarShape to ArrowAssoc[ScalarShape] 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 dataType: StrField
  17. def defaultValue: DataNode
    Definition Classes
    Shape
  18. def defaultValueStr: StrField
    Definition Classes
    Shape
  19. def deprecated: BoolField
    Definition Classes
    Shape
  20. def description: StrField
    Definition Classes
    Shape
  21. def displayName: StrField
    Definition Classes
    Shape
  22. def documentation: CreativeWork
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  23. def elseShape: Shape
    Definition Classes
    Shape
  24. def encoding: StrField
  25. def ensuring(cond: (ScalarShape) ⇒ Boolean, msg: ⇒ Any): ScalarShape
    Implicit
    This member is added by an implicit conversion from ScalarShape to Ensuring[ScalarShape] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  26. def ensuring(cond: (ScalarShape) ⇒ Boolean): ScalarShape
    Implicit
    This member is added by an implicit conversion from ScalarShape to Ensuring[ScalarShape] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  27. def ensuring(cond: Boolean, msg: ⇒ Any): ScalarShape
    Implicit
    This member is added by an implicit conversion from ScalarShape to Ensuring[ScalarShape] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  28. def ensuring(cond: Boolean): ScalarShape
    Implicit
    This member is added by an implicit conversion from ScalarShape to Ensuring[ScalarShape] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  29. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. def examples: ClientList[Example]
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  31. def exclusiveMaximum: BoolField
  32. def exclusiveMaximumNumeric: DoubleField
  33. def exclusiveMinimum: BoolField
  34. def exclusiveMinimumNumeric: DoubleField
  35. def extendsNode: core.internal.convert.CoreClientConverters.ClientList[DomainElement]
    Definition Classes
    DomainElement
  36. def federationMetadata: ShapeFederationMetadata
    Definition Classes
    Shape
  37. def format: StrField
  38. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from ScalarShape to StringFormat[ScalarShape] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  39. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  40. def graph(): Graph
    Definition Classes
    DomainElement
  41. def hasExplicitName: Boolean
    Definition Classes
    Shape
  42. def id: String
    Definition Classes
    DomainElement
  43. def ifShape: Shape
    Definition Classes
    Shape
  44. def inherits: core.internal.convert.CoreClientConverters.ClientList[Shape]
    Definition Classes
    Shape
  45. def inlined(): Boolean
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  46. def isAvroSchema(): Boolean
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  47. def isExtension: BoolField
    Definition Classes
    Shape
  48. def isExternalLink: BoolField
    Definition Classes
    DomainElement
  49. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  50. def isLink: Boolean
    Definition Classes
    Linkable
  51. 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()
  52. def isStub: BoolField
    Definition Classes
    Shape
  53. def link[T](label: String): T
    Definition Classes
    Linkable
  54. def link[T](): T
    Definition Classes
    Linkable
  55. def linkCopy(): ScalarShape
    Definition Classes
    ScalarShapeAnyShape → Linkable
  56. def linkLabel: StrField
    Definition Classes
    Linkable
  57. def linkTarget: core.internal.convert.CoreClientConverters.ClientOption[DomainElement]
    Definition Classes
    Linkable
  58. def maxLength: IntField
  59. def maximum: DoubleField
  60. def mediaType: StrField
  61. def minLength: IntField
  62. def minimum: DoubleField
  63. def multipleOf: DoubleField
  64. def name: StrField
    Definition Classes
    Shape → NamedAmfObject
  65. def namespace: StrField
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  66. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  67. def not: Shape
    Definition Classes
    Shape
  68. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  69. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  70. def or: core.internal.convert.CoreClientConverters.ClientList[Shape]
    Definition Classes
    Shape
  71. def pattern: StrField
  72. val platform: Platform
    Definition Classes
    PlatformSecrets
  73. def position: PositionRange
    Definition Classes
    DomainElement
  74. def readOnly: BoolField
    Definition Classes
    Shape
  75. def schema: Shape
  76. def size: IntField
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  77. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  78. def thenShape: Shape
    Definition Classes
    Shape
  79. 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()
  80. def values: core.internal.convert.CoreClientConverters.ClientList[DataNode]
    Definition Classes
    Shape
  81. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  82. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  83. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  84. def withAliases(aliases: Seq[String]): ScalarShape.this.type
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  85. def withAnd(subShapes: core.internal.convert.CoreClientConverters.ClientList[Shape]): ScalarShape.this.type
    Definition Classes
    Shape
  86. def withComment(comment: String): ScalarShape.this.type
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  87. def withCustomDomainProperties(extensions: core.internal.convert.CoreClientConverters.ClientList[DomainExtension]): ScalarShape.this.type
    Definition Classes
    DomainElement → CustomizableElement
  88. def withCustomShapeProperties(customShapeProperties: core.internal.convert.CoreClientConverters.ClientList[ShapeExtension]): ScalarShape.this.type
    Definition Classes
    Shape
  89. def withCustomShapePropertyDefinition(name: String): PropertyShape
    Definition Classes
    Shape
  90. def withCustomShapePropertyDefinitions(propertyDefinitions: core.internal.convert.CoreClientConverters.ClientList[PropertyShape]): ScalarShape.this.type
    Definition Classes
    Shape
  91. def withDataType(dataType: String): ScalarShape.this.type
  92. def withDefaultStr(value: String): ScalarShape.this.type
    Definition Classes
    Shape
  93. def withDefaultValue(defaultVal: DataNode): ScalarShape.this.type
    Definition Classes
    Shape
  94. def withDeprecated(deprecated: Boolean): ScalarShape.this.type
    Definition Classes
    Shape
  95. def withDescription(description: String): ScalarShape.this.type
    Definition Classes
    Shape
  96. def withDisplayName(name: String): ScalarShape.this.type
    Definition Classes
    Shape
  97. def withDocumentation(documentation: CreativeWork): ScalarShape.this.type
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  98. def withElse(elseShape: Shape): ScalarShape.this.type
    Definition Classes
    Shape
  99. def withEncoding(encoding: String): ScalarShape.this.type
  100. def withExample(mediaType: String): Example
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  101. def withExamples(examples: ClientList[Example]): ScalarShape.this.type
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  102. def withExclusiveMaximum(max: Boolean): ScalarShape.this.type
  103. def withExclusiveMaximumNumeric(max: Double): ScalarShape.this.type
  104. def withExclusiveMinimum(min: Boolean): ScalarShape.this.type
  105. def withExclusiveMinimumNumeric(min: Double): ScalarShape.this.type
  106. def withExtendsNode(extension: core.internal.convert.CoreClientConverters.ClientList[ParametrizedDeclaration]): ScalarShape.this.type
    Definition Classes
    DomainElement
  107. def withFederationMetadata(metadata: ShapeFederationMetadata): ScalarShape.this.type
    Definition Classes
    Shape
  108. def withFormat(format: String): ScalarShape.this.type
  109. def withId(id: String): ScalarShape.this.type
    Definition Classes
    DomainElement
  110. def withIf(ifShape: Shape): ScalarShape.this.type
    Definition Classes
    Shape
  111. def withInherits(inherits: core.internal.convert.CoreClientConverters.ClientList[Shape]): ScalarShape.this.type
    Definition Classes
    Shape
  112. def withIsExtension(value: Boolean): ScalarShape.this.type
    Definition Classes
    Shape
  113. def withIsExternalLink(isExternalLink: Boolean): DomainElement
    Definition Classes
    DomainElement
  114. def withIsStub(value: Boolean): ScalarShape.this.type
    Definition Classes
    Shape
  115. def withLinkLabel(label: String): ScalarShape.this.type
    Definition Classes
    Linkable
  116. def withLinkTarget(target: DomainElement with Linkable): ScalarShape.this.type
    Definition Classes
    Linkable
  117. def withMaxLength(max: Int): ScalarShape.this.type
  118. def withMaximum(max: Double): ScalarShape.this.type
  119. def withMediaType(mediaType: String): ScalarShape.this.type
  120. def withMinLength(min: Int): ScalarShape.this.type
  121. def withMinimum(min: Double): ScalarShape.this.type
  122. def withMultipleOf(multiple: Double): ScalarShape.this.type
  123. def withName(name: String): ScalarShape.this.type
    Definition Classes
    Shape → NamedAmfObject
  124. def withNamespace(namespace: String): ScalarShape.this.type
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  125. def withNode(shape: Shape): ScalarShape.this.type
    Definition Classes
    Shape
  126. def withOr(subShapes: core.internal.convert.CoreClientConverters.ClientList[Shape]): ScalarShape.this.type
    Definition Classes
    Shape
  127. def withPattern(pattern: String): ScalarShape.this.type
  128. def withReadOnly(readOnly: Boolean): ScalarShape.this.type
    Definition Classes
    Shape
  129. def withSchema(schema: Shape): ScalarShape.this.type
  130. def withSerializationSchema(schema: Shape): ScalarShape.this.type
  131. def withSize(size: Int): ScalarShape.this.type
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  132. def withThen(thenShape: Shape): ScalarShape.this.type
    Definition Classes
    Shape
  133. def withValues(values: core.internal.convert.CoreClientConverters.ClientList[DataNode]): ScalarShape.this.type
    Definition Classes
    Shape
  134. def withWriteOnly(writeOnly: Boolean): ScalarShape.this.type
    Definition Classes
    Shape
  135. def withXMLSerialization(xmlSerialization: XMLSerializer): ScalarShape.this.type
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  136. def withXone(subShapes: core.internal.convert.CoreClientConverters.ClientList[Shape]): ScalarShape.this.type
    Definition Classes
    Shape
  137. def writeOnly: BoolField
    Definition Classes
    Shape
  138. def xmlSerialization: XMLSerializer
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  139. def xone: core.internal.convert.CoreClientConverters.ClientList[Shape]
    Definition Classes
    Shape
  140. def [B](y: B): (ScalarShape, B)
    Implicit
    This member is added by an implicit conversion from ScalarShape to ArrowAssoc[ScalarShape] 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 Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

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

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

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

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

Ungrouped