Packages

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, 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. Linkable
  10. DomainElement
  11. CustomizableElement
  12. PlatformSecrets
  13. AmfObjectWrapper
  14. Annotable
  15. AnyRef
  16. 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 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() @HotSpotIntrinsicCandidate()
  10. def comment: StrField
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  11. def customDomainProperties: core.internal.convert.CoreClientConverters.ClientList[DomainExtension]
    Definition Classes
    DomainElement → CustomizableElement
  12. def customShapeProperties: core.internal.convert.CoreClientConverters.ClientList[ShapeExtension]
    Definition Classes
    Shape
  13. def customShapePropertyDefinitions: core.internal.convert.CoreClientConverters.ClientList[PropertyShape]
    Definition Classes
    Shape
  14. def dataType: StrField
  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 encoding: StrField
  23. 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
  24. 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
  25. 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
  26. 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
  27. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. def examples: ClientList[Example]
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  29. def exclusiveMaximum: BoolField
  30. def exclusiveMinimum: BoolField
  31. def extendsNode: core.internal.convert.CoreClientConverters.ClientList[DomainElement]
    Definition Classes
    DomainElement
  32. def federationMetadata: ShapeFederationMetadata
    Definition Classes
    Shape
  33. def format: StrField
  34. 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()
  35. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  36. def graph(): Graph
    Definition Classes
    DomainElement
  37. def hasExplicitName: Boolean
    Definition Classes
    Shape
  38. def id: String
    Definition Classes
    DomainElement
  39. def ifShape: Shape
    Definition Classes
    Shape
  40. def inherits: core.internal.convert.CoreClientConverters.ClientList[Shape]
    Definition Classes
    Shape
  41. def inlined(): 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(): ScalarShape
    Definition Classes
    ScalarShapeAnyShape → Linkable
  51. def linkLabel: StrField
    Definition Classes
    Linkable
  52. def linkTarget: core.internal.convert.CoreClientConverters.ClientOption[DomainElement]
    Definition Classes
    Linkable
  53. def maxLength: IntField
  54. def maximum: DoubleField
  55. def mediaType: StrField
  56. def minLength: IntField
  57. def minimum: DoubleField
  58. def multipleOf: DoubleField
  59. def name: StrField
    Definition Classes
    Shape → NamedDomainElement
  60. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  61. def not: Shape
    Definition Classes
    Shape
  62. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  63. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  64. def or: core.internal.convert.CoreClientConverters.ClientList[Shape]
    Definition Classes
    Shape
  65. def pattern: StrField
  66. val platform: Platform
    Definition Classes
    PlatformSecrets
  67. def position: PositionRange
    Definition Classes
    DomainElement
  68. def readOnly: BoolField
    Definition Classes
    Shape
  69. def schema: Shape
  70. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  71. def thenShape: Shape
    Definition Classes
    Shape
  72. 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()
  73. def values: core.internal.convert.CoreClientConverters.ClientList[DataNode]
    Definition Classes
    Shape
  74. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  75. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  76. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  77. def withAnd(subShapes: core.internal.convert.CoreClientConverters.ClientList[Shape]): ScalarShape.this.type
    Definition Classes
    Shape
  78. def withComment(comment: String): ScalarShape.this.type
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  79. def withCustomDomainProperties(extensions: core.internal.convert.CoreClientConverters.ClientList[DomainExtension]): ScalarShape.this.type
    Definition Classes
    DomainElement → CustomizableElement
  80. def withCustomShapeProperties(customShapeProperties: core.internal.convert.CoreClientConverters.ClientList[ShapeExtension]): ScalarShape.this.type
    Definition Classes
    Shape
  81. def withCustomShapePropertyDefinition(name: String): PropertyShape
    Definition Classes
    Shape
  82. def withCustomShapePropertyDefinitions(propertyDefinitions: core.internal.convert.CoreClientConverters.ClientList[PropertyShape]): ScalarShape.this.type
    Definition Classes
    Shape
  83. def withDataType(dataType: String): ScalarShape.this.type
  84. def withDefaultStr(value: String): ScalarShape.this.type
    Definition Classes
    Shape
  85. def withDefaultValue(defaultVal: DataNode): ScalarShape.this.type
    Definition Classes
    Shape
  86. def withDeprecated(deprecated: Boolean): ScalarShape.this.type
    Definition Classes
    Shape
  87. def withDescription(description: String): ScalarShape.this.type
    Definition Classes
    Shape
  88. def withDisplayName(name: String): ScalarShape.this.type
    Definition Classes
    Shape
  89. def withDocumentation(documentation: CreativeWork): ScalarShape.this.type
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  90. def withElse(elseShape: Shape): ScalarShape.this.type
    Definition Classes
    Shape
  91. def withEncoding(encoding: String): ScalarShape.this.type
  92. def withExample(mediaType: String): Example
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  93. def withExamples(examples: ClientList[Example]): ScalarShape.this.type
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  94. def withExclusiveMaximum(max: Boolean): ScalarShape.this.type
  95. def withExclusiveMinimum(min: Boolean): ScalarShape.this.type
  96. def withExtendsNode(extension: core.internal.convert.CoreClientConverters.ClientList[ParametrizedDeclaration]): ScalarShape.this.type
    Definition Classes
    DomainElement
  97. def withFederationMetadata(metadata: ShapeFederationMetadata): ScalarShape.this.type
    Definition Classes
    Shape
  98. def withFormat(format: String): ScalarShape.this.type
  99. def withId(id: String): ScalarShape.this.type
    Definition Classes
    DomainElement
  100. def withIf(ifShape: Shape): ScalarShape.this.type
    Definition Classes
    Shape
  101. def withInherits(inherits: core.internal.convert.CoreClientConverters.ClientList[Shape]): ScalarShape.this.type
    Definition Classes
    Shape
  102. def withIsExtension(value: Boolean): ScalarShape.this.type
    Definition Classes
    Shape
  103. def withIsExternalLink(isExternalLink: Boolean): DomainElement
    Definition Classes
    DomainElement
  104. def withIsStub(value: Boolean): ScalarShape.this.type
    Definition Classes
    Shape
  105. def withLinkLabel(label: String): ScalarShape.this.type
    Definition Classes
    Linkable
  106. def withLinkTarget(target: DomainElement with Linkable): ScalarShape.this.type
    Definition Classes
    Linkable
  107. def withMaxLength(max: Int): ScalarShape.this.type
  108. def withMaximum(max: Double): ScalarShape.this.type
  109. def withMediaType(mediaType: String): ScalarShape.this.type
  110. def withMinLength(min: Int): ScalarShape.this.type
  111. def withMinimum(min: Double): ScalarShape.this.type
  112. def withMultipleOf(multiple: Double): ScalarShape.this.type
  113. def withName(name: String): ScalarShape.this.type
    Definition Classes
    Shape → NamedDomainElement
  114. def withNode(shape: Shape): ScalarShape.this.type
    Definition Classes
    Shape
  115. def withOr(subShapes: core.internal.convert.CoreClientConverters.ClientList[Shape]): ScalarShape.this.type
    Definition Classes
    Shape
  116. def withPattern(pattern: String): ScalarShape.this.type
  117. def withReadOnly(readOnly: Boolean): ScalarShape.this.type
    Definition Classes
    Shape
  118. def withSchema(schema: Shape): ScalarShape.this.type
  119. def withSerializationSchema(schema: Shape): ScalarShape.this.type
  120. def withThen(thenShape: Shape): ScalarShape.this.type
    Definition Classes
    Shape
  121. def withValues(values: core.internal.convert.CoreClientConverters.ClientList[DataNode]): ScalarShape.this.type
    Definition Classes
    Shape
  122. def withWriteOnly(writeOnly: Boolean): ScalarShape.this.type
    Definition Classes
    Shape
  123. def withXMLSerialization(xmlSerialization: XMLSerializer): ScalarShape.this.type
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  124. def withXone(subShapes: core.internal.convert.CoreClientConverters.ClientList[Shape]): ScalarShape.this.type
    Definition Classes
    Shape
  125. def writeOnly: BoolField
    Definition Classes
    Shape
  126. def xmlSerialization: XMLSerializer
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  127. def xone: core.internal.convert.CoreClientConverters.ClientList[Shape]
    Definition Classes
    Shape
  128. 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
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

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 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