trait SchemaShapeModel extends AnyShapeModel with ExternalSourceElementModel

Linear Supertypes
AnyShapeModel, WithSemanticContext, DocumentationField, ExamplesField, ExternalSourceElementModel, ShapeModel, DescriptionField, KeyField, LinkableElementModel, DomainElementModel, ModelDefaultBuilder, Obj, Type, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SchemaShapeModel
  2. AnyShapeModel
  3. WithSemanticContext
  4. DocumentationField
  5. ExamplesField
  6. ExternalSourceElementModel
  7. ShapeModel
  8. DescriptionField
  9. KeyField
  10. LinkableElementModel
  11. DomainElementModel
  12. ModelDefaultBuilder
  13. Obj
  14. Type
  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

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 SchemaShapeModel to any2stringadd[SchemaShapeModel] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (SchemaShapeModel, B)
    Implicit
    This member is added by an implicit conversion from SchemaShapeModel to ArrowAssoc[SchemaShapeModel] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. val And: Field
    Definition Classes
    ShapeModel
  7. val Closure: Field
    Definition Classes
    ShapeModel
  8. val Comment: Field
    Definition Classes
    AnyShapeModel
  9. lazy val CustomDomainProperties: Field
    Definition Classes
    DomainElementModel
  10. lazy val CustomShapeProperties: Field
    Definition Classes
    ShapeModel
  11. lazy val CustomShapePropertyDefinitions: Field
    Definition Classes
    ShapeModel
  12. val Default: Field
    Definition Classes
    ShapeModel
  13. val DefaultValueString: Field
    Definition Classes
    ShapeModel
  14. val Deprecated: Field
    Definition Classes
    ShapeModel
  15. val Description: Field
    Definition Classes
    DescriptionField
  16. val DisplayName: Field
    Definition Classes
    ShapeModel
  17. val Documentation: Field
    Definition Classes
    DocumentationField
  18. val Else: Field
    Definition Classes
    ShapeModel
  19. val Examples: Field
    Definition Classes
    ExamplesField
  20. lazy val Extends: Field
    Definition Classes
    DomainElementModel
  21. val If: Field
    Definition Classes
    ShapeModel
  22. val Inherits: Field
    Definition Classes
    ShapeModel
  23. val IsExtension: Field
    Definition Classes
    ShapeModel
  24. val IsExternalLink: Field
    Definition Classes
    DomainElementModel
  25. val Label: Field
    Definition Classes
    LinkableElementModel
  26. val Location: Field
    Definition Classes
    ExternalSourceElementModel
  27. val MediaType: Field
  28. val Name: Field
    Definition Classes
    ShapeModel
  29. val Not: Field
    Definition Classes
    ShapeModel
  30. val Or: Field
    Definition Classes
    ShapeModel
  31. val Raw: Field
    Definition Classes
    ExternalSourceElementModel
  32. val ReadOnly: Field
    Definition Classes
    ShapeModel
  33. val ReferenceId: Field
    Definition Classes
    ExternalSourceElementModel
  34. val Semantics: Field
    Definition Classes
    WithSemanticContext
  35. val SerializationSchema: Field
    Definition Classes
    ShapeModel
  36. val Sources: Field
    Definition Classes
    DomainElementModel
  37. val SupportsRecursion: Field
    Definition Classes
    LinkableElementModel
  38. val Target: Field
    Definition Classes
    LinkableElementModel
  39. val TargetId: Field
    Definition Classes
    LinkableElementModel
  40. val Then: Field
    Definition Classes
    ShapeModel
  41. val Values: Field
    Definition Classes
    ShapeModel
  42. val WriteOnly: Field
    Definition Classes
    ShapeModel
  43. val XMLSerialization: Field
    Definition Classes
    AnyShapeModel
  44. val Xone: Field
    Definition Classes
    ShapeModel
  45. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  46. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  47. val doc: ModelDoc
    Definition Classes
    SchemaShapeModel → Obj
  48. def ensuring(cond: (SchemaShapeModel) ⇒ Boolean, msg: ⇒ Any): SchemaShapeModel
    Implicit
    This member is added by an implicit conversion from SchemaShapeModel to Ensuring[SchemaShapeModel] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  49. def ensuring(cond: (SchemaShapeModel) ⇒ Boolean): SchemaShapeModel
    Implicit
    This member is added by an implicit conversion from SchemaShapeModel to Ensuring[SchemaShapeModel] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  50. def ensuring(cond: Boolean, msg: ⇒ Any): SchemaShapeModel
    Implicit
    This member is added by an implicit conversion from SchemaShapeModel to Ensuring[SchemaShapeModel] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  51. def ensuring(cond: Boolean): SchemaShapeModel
    Implicit
    This member is added by an implicit conversion from SchemaShapeModel to Ensuring[SchemaShapeModel] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  52. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  53. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  54. val fields: List[Field]
    Definition Classes
    SchemaShapeModel → Obj
  55. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from SchemaShapeModel to StringFormat[SchemaShapeModel] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  56. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  57. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  58. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  59. val key: Field
    Definition Classes
    ShapeModel → KeyField
  60. def modelInstance: SchemaShape
    Definition Classes
    SchemaShapeModelAnyShapeModel → ModelDefaultBuilder
  61. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  62. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  63. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  64. val specificFields: List[Field]
  65. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  66. def toString(): String
    Definition Classes
    AnyRef → Any
  67. val type: List[ValueType]
    Definition Classes
    SchemaShapeModelAnyShapeModel → Type
  68. def typeIris: List[String]
    Definition Classes
    Type
  69. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  70. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  71. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  72. def [B](y: B): (SchemaShapeModel, B)
    Implicit
    This member is added by an implicit conversion from SchemaShapeModel to ArrowAssoc[SchemaShapeModel] 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 AnyShapeModel

Inherited from WithSemanticContext

Inherited from DocumentationField

Inherited from ExamplesField

Inherited from ExternalSourceElementModel

Inherited from ShapeModel

Inherited from DescriptionField

Inherited from KeyField

Inherited from LinkableElementModel

Inherited from DomainElementModel

Inherited from ModelDefaultBuilder

Inherited from Obj

Inherited from Type

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped