Packages

c

amf.aml.client.platform.model.document

DialectInstancePatch

class DialectInstancePatch extends BaseUnit with EncodesModel with DeclaresModel with DialectInstanceUnit

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

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

Deprecated Value Members

  1. def definedBy(): StrField
    Definition Classes
    DialectInstanceUnit
    Annotations
    @deprecated
    Deprecated

    (Since version AML 6.0.0) Use processingData.definedBy instead

  2. def graphDependencies(): ClientList[StrField]
    Definition Classes
    DialectInstanceUnit
    Annotations
    @deprecated
    Deprecated

    (Since version AML 6.0.0) Use processingData.graphDependencies instead

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

  4. def withDefinedBy(dialectId: String): DialectInstancePatch.this.type
    Definition Classes
    DialectInstanceUnit
    Annotations
    @deprecated
    Deprecated

    (Since version AML 6.0.0) Use processingData.withDefinedBy instead

  5. def withGraphDependencies(ids: ClientList[String]): DialectInstancePatch.this.type
    Definition Classes
    DialectInstanceUnit
    Annotations
    @deprecated
    Deprecated

    (Since version AML 6.0.0) Use processingData.withGraphDependencies instead

Inherited from DialectInstanceUnit

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 DialectInstancePatch to any2stringadd[DialectInstancePatch]

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

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

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

Ungrouped