Packages

class ComponentModule extends Module with NamedAmfObject with VersionedAmfObject

Component Module model class

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

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 ComponentModule to any2stringadd[ComponentModule] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ComponentModule, B)
    Implicit
    This member is added by an implicit conversion from ComponentModule to ArrowAssoc[ComponentModule] 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 customDomainProperties: core.internal.convert.CoreClientConverters.ClientList[DomainExtension]
    Definition Classes
    Module → CustomizableElement
  11. def declares: core.internal.convert.CoreClientConverters.ClientList[DomainElement]
    Definition Classes
    DeclaresModel
  12. def ensuring(cond: (ComponentModule) ⇒ Boolean, msg: ⇒ Any): ComponentModule
    Implicit
    This member is added by an implicit conversion from ComponentModule to Ensuring[ComponentModule] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: (ComponentModule) ⇒ Boolean): ComponentModule
    Implicit
    This member is added by an implicit conversion from ComponentModule to Ensuring[ComponentModule] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean, msg: ⇒ Any): ComponentModule
    Implicit
    This member is added by an implicit conversion from ComponentModule to Ensuring[ComponentModule] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean): ComponentModule
    Implicit
    This member is added by an implicit conversion from ComponentModule to Ensuring[ComponentModule] 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 ComponentModule to StringFormat[ComponentModule] 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. def name: StrField

    Return AmfObject name.

    Return AmfObject name.

    Definition Classes
    ComponentModule → NamedAmfObject
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  28. def pkg(): StrField
    Definition Classes
    BaseUnit
  29. val platform: Platform
    Definition Classes
    PlatformSecrets
  30. def processingData: BaseUnitProcessingData
    Definition Classes
    BaseUnit
  31. def raw: core.internal.convert.CoreClientConverters.ClientOption[String]
    Definition Classes
    BaseUnit
  32. def references(): core.internal.convert.CoreClientConverters.ClientList[BaseUnit]
    Definition Classes
    BaseUnit
  33. def sourceInformation: BaseUnitSourceInformation
    Definition Classes
    BaseUnit
  34. def sourceSpec: core.internal.convert.CoreClientConverters.ClientOption[Spec]
    Definition Classes
    BaseUnit
  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. def usage: StrField
    Definition Classes
    BaseUnit
  37. def version: StrField

    Return AmfObject version.

    Return AmfObject version.

    Definition Classes
    ComponentModuleVersionedAmfObject
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. def withCustomDomainProperties(extensions: core.internal.convert.CoreClientConverters.ClientList[DomainExtension]): ComponentModule.this.type
    Definition Classes
    Module → CustomizableElement
  42. def withDeclaredElement(declared: DomainElement): ComponentModule.this.type
    Definition Classes
    DeclaresModel
  43. def withDeclares(declares: core.internal.convert.CoreClientConverters.ClientList[DomainElement]): ComponentModule.this.type
    Definition Classes
    DeclaresModel
  44. def withId(id: String): ComponentModule.this.type
    Definition Classes
    BaseUnit
  45. def withLocation(location: String): ComponentModule.this.type
    Definition Classes
    BaseUnit
  46. def withName(name: String): ComponentModule.this.type

    Update AmfObject name.

    Update AmfObject name.

    Definition Classes
    ComponentModule → NamedAmfObject
  47. def withPkg(pkg: String): ComponentModule.this.type
    Definition Classes
    BaseUnit
  48. def withProcessingData(data: BaseUnitProcessingData): ComponentModule.this.type
    Definition Classes
    BaseUnit
  49. def withRaw(raw: String): ComponentModule.this.type
    Definition Classes
    BaseUnit
  50. def withReferenceAlias(alias: String, id: String, fullUrl: String, relativeUrl: String): BaseUnit
    Definition Classes
    BaseUnit
  51. def withReferences(references: core.internal.convert.CoreClientConverters.ClientList[BaseUnit]): ComponentModule.this.type
    Definition Classes
    BaseUnit
  52. def withUsage(usage: String): ComponentModule.this.type
    Definition Classes
    BaseUnit
  53. def withVersion(version: String): ComponentModule.this.type

    Update AmfObject version.

    Update AmfObject version.

    Definition Classes
    ComponentModuleVersionedAmfObject
  54. def [B](y: B): (ComponentModule, B)
    Implicit
    This member is added by an implicit conversion from ComponentModule to ArrowAssoc[ComponentModule] 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 VersionedAmfObject

Inherited from NamedAmfObject

Inherited from Module

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from CustomizableElement

Inherited from DeclaresModel

Inherited from BaseUnit

Inherited from PlatformSecrets

Inherited from AmfObjectWrapper

Inherited from Annotable

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped