Packages

case class Extension(_internal: plugins.document.webapi.model.Extension) extends Document with Product with Serializable

Annotations
@JSExportAll() @JSExportTopLevel( "model.domain.Extension" )
Linear Supertypes
Serializable, Serializable, Product, Equals, Document, DeclaresModel, EncodesModel, BaseUnit, PlatformSecrets, AmfObjectWrapper, Annotable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Extension
  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
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Extension()
    Annotations
    @JSExportTopLevel( "model.domain.Extension" )
  2. new Extension(_internal: plugins.document.webapi.model.Extension)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def annotations(): Annotations
    Definition Classes
    AmfObjectWrapper → Annotable
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. def declares: convert.CoreClientConverters.ClientList[DomainElement]
    Definition Classes
    DeclaresModel
  8. def encodes: DomainElement
    Definition Classes
    EncodesModel
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def findById(id: String): convert.CoreClientConverters.ClientOption[DomainElement]
    Definition Classes
    BaseUnit
  12. def findByType(typeId: String): convert.CoreClientConverters.ClientList[DomainElement]
    Definition Classes
    BaseUnit
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def id: String
    Definition Classes
    BaseUnit
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def location: String
    Definition Classes
    BaseUnit
  17. def modelVersion: StrField
    Definition Classes
    BaseUnit
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. val platform: Platform
    Definition Classes
    PlatformSecrets
  22. def raw: convert.CoreClientConverters.ClientOption[String]
    Definition Classes
    BaseUnit
  23. def references(): convert.CoreClientConverters.ClientList[BaseUnit]
    Definition Classes
    BaseUnit
  24. def sourceVendor: convert.CoreClientConverters.ClientOption[Vendor]
    Definition Classes
    BaseUnit
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def usage: StrField
    Definition Classes
    BaseUnit
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  30. def withDeclaredElement(declared: DomainElement): Extension.this.type
    Definition Classes
    DeclaresModel
  31. def withDeclares(declares: convert.CoreClientConverters.ClientList[DomainElement]): Extension.this.type
    Definition Classes
    DeclaresModel
  32. def withEncodes(encoded: DomainElement): Extension.this.type
    Definition Classes
    EncodesModel
  33. def withLocation(location: String): Extension.this.type
    Definition Classes
    BaseUnit
  34. def withRaw(raw: String): Extension.this.type
    Definition Classes
    BaseUnit
  35. def withReferences(references: convert.CoreClientConverters.ClientList[BaseUnit]): Extension.this.type
    Definition Classes
    BaseUnit
  36. def withUsage(usage: String): Extension.this.type
    Definition Classes
    BaseUnit

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

Ungrouped