Packages

case class Dialect(_internal: plugins.document.vocabularies.model.document.Dialect) extends BaseUnit with EncodesModel with DeclaresModel with Product with Serializable

Annotations
@JSExportAll()
Linear Supertypes
Serializable, Serializable, Product, Equals, DeclaresModel, EncodesModel, BaseUnit, PlatformSecrets, AmfObjectWrapper, Annotable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Dialect
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. DeclaresModel
  7. EncodesModel
  8. BaseUnit
  9. PlatformSecrets
  10. AmfObjectWrapper
  11. Annotable
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

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

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 allHeaders: ClientList[String]
  5. def annotations(): Annotations
    Definition Classes
    AmfObjectWrapper → Annotable
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. def declares: convert.CoreClientConverters.ClientList[DomainElement]
    Definition Classes
    DeclaresModel
  9. def documents(): DocumentsModel
  10. def encodes: DomainElement
    Definition Classes
    EncodesModel
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  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. def fragmentHeaders: ClientList[String]
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def header: String
  19. def id: String
    Definition Classes
    BaseUnit
  20. def isFragmentHeader(header: String): Boolean
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def isLibraryHeader(header: String): Boolean
  23. def libraryHeaders: ClientList[String]
  24. def location: String
    Definition Classes
    BaseUnit
  25. def name(): StrField
  26. def nameAndVersion(): String
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. val platform: Platform
    Definition Classes
    PlatformSecrets
  31. def raw: convert.CoreClientConverters.ClientOption[String]
    Definition Classes
    BaseUnit
  32. def references(): convert.CoreClientConverters.ClientList[BaseUnit]
    Definition Classes
    BaseUnit
  33. def sourceVendor: convert.CoreClientConverters.ClientOption[Vendor]
    Definition Classes
    BaseUnit
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. def usage: StrField
    Definition Classes
    BaseUnit
  36. def version(): StrField
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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
    @native() @throws( ... )
  40. def withDeclaredElement(declared: DomainElement): Dialect.this.type
    Definition Classes
    DeclaresModel
  41. def withDeclares(declares: convert.CoreClientConverters.ClientList[DomainElement]): Dialect.this.type
    Definition Classes
    DeclaresModel
  42. def withDocuments(documentsMapping: DocumentsModel): Dialect
  43. def withEncodes(encoded: DomainElement): Dialect.this.type
    Definition Classes
    EncodesModel
  44. def withExternals(externals: ClientList[External]): Dialect
  45. def withLocation(location: String): Dialect.this.type
    Definition Classes
    BaseUnit
  46. def withName(name: String): Dialect
  47. def withRaw(raw: String): Dialect.this.type
    Definition Classes
    BaseUnit
  48. def withReferences(references: convert.CoreClientConverters.ClientList[BaseUnit]): Dialect.this.type
    Definition Classes
    BaseUnit
  49. def withUsage(usage: String): Dialect.this.type
    Definition Classes
    BaseUnit
  50. def withVersion(version: String): Dialect

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

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