Packages

c

amf.client.model.document

DialectInstancePatch

class DialectInstancePatch extends BaseUnit with EncodesModel with DeclaresModel

Linear Supertypes
DeclaresModel, EncodesModel, BaseUnit, PlatformSecrets, AmfObjectWrapper, Annotable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DialectInstancePatch
  2. DeclaresModel
  3. EncodesModel
  4. BaseUnit
  5. PlatformSecrets
  6. AmfObjectWrapper
  7. Annotable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DialectInstancePatch()
    Annotations
    @JSExportTopLevel( ... )
  2. new DialectInstancePatch(_internal: plugins.document.vocabularies.model.document.DialectInstancePatch)

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 definedBy(): StrField
  9. def encodes: DialectDomainElement
    Definition Classes
    DialectInstancePatch → EncodesModel
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def externals: ClientList[External]
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def findById(id: String): convert.CoreClientConverters.ClientOption[DomainElement]
    Definition Classes
    BaseUnit
  15. def findByType(typeId: String): convert.CoreClientConverters.ClientList[DomainElement]
    Definition Classes
    BaseUnit
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def graphDependencies(): ClientList[StrField]
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def id: String
    Definition Classes
    BaseUnit
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def location: String
    Definition Classes
    BaseUnit
  22. def modelVersion: StrField
    Definition Classes
    BaseUnit
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. val platform: Platform
    Definition Classes
    PlatformSecrets
  27. def raw: convert.CoreClientConverters.ClientOption[String]
    Definition Classes
    BaseUnit
  28. def references(): convert.CoreClientConverters.ClientList[BaseUnit]
    Definition Classes
    BaseUnit
  29. def sourceVendor: convert.CoreClientConverters.ClientOption[Vendor]
    Definition Classes
    BaseUnit
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. def usage: StrField
    Definition Classes
    BaseUnit
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  36. def withDeclaredElement(declared: DomainElement): DialectInstancePatch.this.type
    Definition Classes
    DeclaresModel
  37. def withDeclares(declares: convert.CoreClientConverters.ClientList[DomainElement]): DialectInstancePatch.this.type
    Definition Classes
    DeclaresModel
  38. def withDefinedBy(dialectId: String): DialectInstancePatch
  39. def withEncodes(encoded: DialectDomainElement): DialectInstancePatch
  40. def withEncodes(encoded: DomainElement): DialectInstancePatch.this.type
    Definition Classes
    EncodesModel
  41. def withExternals(externals: ClientList[External]): DialectInstancePatch
  42. def withGraphDependencies(ids: ClientList[String]): DialectInstancePatch
  43. def withLocation(location: String): DialectInstancePatch.this.type
    Definition Classes
    BaseUnit
  44. def withRaw(raw: String): DialectInstancePatch.this.type
    Definition Classes
    BaseUnit
  45. def withReferences(references: convert.CoreClientConverters.ClientList[BaseUnit]): DialectInstancePatch.this.type
    Definition Classes
    BaseUnit
  46. def withUsage(usage: String): DialectInstancePatch.this.type
    Definition Classes
    BaseUnit

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