Packages

case class Overlay(_internal: scala.model.document.Overlay) extends Document with Product with Serializable

Annotations
@JSExportAll()
Linear Supertypes
Serializable, Serializable, Product, Equals, Document, DeclaresModel, EncodesModel, BaseUnit, PlatformSecrets, AmfObjectWrapper, Annotable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Overlay
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Document
  7. DeclaresModel
  8. EncodesModel
  9. BaseUnit
  10. PlatformSecrets
  11. AmfObjectWrapper
  12. Annotable
  13. AnyRef
  14. 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 Overlay()
    Annotations
    @JSExportTopLevel( "Overlay" )
  2. new Overlay(_internal: scala.model.document.Overlay)

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 Overlay to any2stringadd[Overlay] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Overlay, B)
    Implicit
    This member is added by an implicit conversion from Overlay to ArrowAssoc[Overlay] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def annotations(): Annotations
    Definition Classes
    AmfObjectWrapper → Annotable
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  9. def cloneUnit(): BaseUnit
    Definition Classes
    BaseUnit
  10. def declares: core.internal.convert.CoreClientConverters.ClientList[DomainElement]
    Definition Classes
    DeclaresModel
  11. def encodes: DomainElement
    Definition Classes
    EncodesModel
  12. def ensuring(cond: (Overlay) ⇒ Boolean, msg: ⇒ Any): Overlay
    Implicit
    This member is added by an implicit conversion from Overlay to Ensuring[Overlay] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: (Overlay) ⇒ Boolean): Overlay
    Implicit
    This member is added by an implicit conversion from Overlay to Ensuring[Overlay] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean, msg: ⇒ Any): Overlay
    Implicit
    This member is added by an implicit conversion from Overlay to Ensuring[Overlay] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean): Overlay
    Implicit
    This member is added by an implicit conversion from Overlay to Ensuring[Overlay] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def findById(id: String): core.internal.convert.CoreClientConverters.ClientOption[DomainElement]
    Definition Classes
    BaseUnit
  18. def findByType(typeId: String): core.internal.convert.CoreClientConverters.ClientList[DomainElement]
    Definition Classes
    BaseUnit
  19. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Overlay to StringFormat[Overlay] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  21. def id: String
    Definition Classes
    BaseUnit
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def location: String
    Definition Classes
    BaseUnit
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  27. def pkg(): StrField
    Definition Classes
    BaseUnit
  28. val platform: Platform
    Definition Classes
    PlatformSecrets
  29. def processingData: BaseUnitProcessingData
    Definition Classes
    BaseUnit
  30. def raw: core.internal.convert.CoreClientConverters.ClientOption[String]
    Definition Classes
    BaseUnit
  31. def references(): core.internal.convert.CoreClientConverters.ClientList[BaseUnit]
    Definition Classes
    BaseUnit
  32. def sourceInformation: BaseUnitSourceInformation
    Definition Classes
    BaseUnit
  33. def sourceSpec: core.internal.convert.CoreClientConverters.ClientOption[Spec]
    Definition Classes
    BaseUnit
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. def usage: StrField
    Definition Classes
    BaseUnit
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. def withDeclaredElement(declared: DomainElement): Overlay.this.type
    Definition Classes
    DeclaresModel
  40. def withDeclares(declares: core.internal.convert.CoreClientConverters.ClientList[DomainElement]): Overlay.this.type
    Definition Classes
    DeclaresModel
  41. def withEncodes(encoded: DomainElement): Overlay.this.type
    Definition Classes
    EncodesModel
  42. def withId(id: String): Overlay.this.type
    Definition Classes
    BaseUnit
  43. def withLocation(location: String): Overlay.this.type
    Definition Classes
    BaseUnit
  44. def withPkg(pkg: String): Overlay.this.type
    Definition Classes
    BaseUnit
  45. def withProcessingData(data: BaseUnitProcessingData): Overlay.this.type
    Definition Classes
    BaseUnit
  46. def withRaw(raw: String): Overlay.this.type
    Definition Classes
    BaseUnit
  47. def withReferenceAlias(alias: String, id: String, fullUrl: String, relativeUrl: String): BaseUnit
    Definition Classes
    BaseUnit
  48. def withReferences(references: core.internal.convert.CoreClientConverters.ClientList[BaseUnit]): Overlay.this.type
    Definition Classes
    BaseUnit
  49. def withUsage(usage: String): Overlay.this.type
    Definition Classes
    BaseUnit
  50. def [B](y: B): (Overlay, B)
    Implicit
    This member is added by an implicit conversion from Overlay to ArrowAssoc[Overlay] 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
  2. def modelVersion: StrField
    Definition Classes
    BaseUnit
    Annotations
    @deprecated
    Deprecated

    (Since version AMF 5.0.0 & AML 6.0.0) Use processingData.modelVersion for API Contract Base Units instead

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Document

Inherited from DeclaresModel

Inherited from EncodesModel

Inherited from BaseUnit

Inherited from PlatformSecrets

Inherited from AmfObjectWrapper

Inherited from Annotable

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped