class Example extends NamedDomainElement with Linkable with ExternalSourceElement with Key

Linear Supertypes
Key, ExternalSourceElement, Linkable, AdoptionDependantCalls, NamedDomainElement, DomainElement, CustomizableElement, AmfObject, AmfElement, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Example
  2. Key
  3. ExternalSourceElement
  4. Linkable
  5. AdoptionDependantCalls
  6. NamedDomainElement
  7. DomainElement
  8. CustomizableElement
  9. AmfObject
  10. AmfElement
  11. AnyRef
  12. 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

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 Example to any2stringadd[Example] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Example, B)
    Implicit
    This member is added by an implicit conversion from Example to ArrowAssoc[Example] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def add(field: Field, value: AmfElement): Example.this.type
    Definition Classes
    AmfObject
  7. def add(other: Annotations): Example.this.type
    Definition Classes
    AmfElement
  8. def add(annotation: Annotation): Example.this.type
    Definition Classes
    AmfElement
  9. def adopted(parent: String, cycle: Seq[String]): Example.this.type
    Definition Classes
    AmfObject
  10. val annotations: Annotations
    Definition Classes
    Example → AmfElement
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def classConstructor: (Fields, Annotations) ⇒ Linkable with DomainElement

    apply method for create a new instance with fields and annotations.

    apply method for create a new instance with fields and annotations. Aux method for copy

    Attributes
    protected
    Definition Classes
    Example → Linkable
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  14. def cloneElement(branch: Map[AmfObject, AmfObject]): AmfObject
    Definition Classes
    AmfObject → AmfElement
  15. def copyElement(a: Annotations): Linkable with DomainElement
    Definition Classes
    Linkable
  16. def copyElement(): Linkable with DomainElement
    Definition Classes
    Linkable
  17. def customDomainProperties: Seq[DomainExtension]
    Definition Classes
    DomainElement → CustomizableElement
  18. def description: StrField
  19. def displayName: StrField
  20. def effectiveLinkTarget(links: Set[Linkable]): DomainElement
    Definition Classes
    Linkable
  21. def ensuring(cond: (Example) ⇒ Boolean, msg: ⇒ Any): Example
    Implicit
    This member is added by an implicit conversion from Example to Ensuring[Example] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. def ensuring(cond: (Example) ⇒ Boolean): Example
    Implicit
    This member is added by an implicit conversion from Example to Ensuring[Example] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. def ensuring(cond: Boolean, msg: ⇒ Any): Example
    Implicit
    This member is added by an implicit conversion from Example to Ensuring[Example] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. def ensuring(cond: Boolean): Example
    Implicit
    This member is added by an implicit conversion from Example to Ensuring[Example] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  25. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  27. def extend: Seq[DomainElement]
    Definition Classes
    DomainElement
  28. val fields: Fields
    Definition Classes
    Example → AmfObject
  29. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  30. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Example to StringFormat[Example] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  31. def fromLocal(): Boolean
    Definition Classes
    AmfElement
  32. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  33. lazy val graph: Graph
    Definition Classes
    DomainElement
  34. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  35. val id: String
    Definition Classes
    AmfObject
  36. def isExternalLink: BoolField
    Definition Classes
    DomainElement
  37. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  38. def isLink: Boolean
    Definition Classes
    Linkable
  39. def isLinkToSource: Boolean
    Definition Classes
    ExternalSourceElement
  40. def isTrackedBy(trackId: String): Boolean
    Definition Classes
    AmfElement
  41. def key: StrField
    Definition Classes
    ExampleKey
  42. def link[T](label: String, annotations: Annotations): T
    Definition Classes
    Linkable
  43. val linkAnnotations: Option[Annotations]
    Definition Classes
    Linkable
  44. def linkCopy(): Example
    Definition Classes
    Example → Linkable
  45. def linkLabel: StrField
    Definition Classes
    Linkable
  46. def linkTarget: Option[DomainElement]
    Definition Classes
    Linkable
  47. def location(): Option[String]
    Definition Classes
    ExternalSourceElement → AmfElement
  48. def mediaType: StrField
  49. def meta: ExampleModel.type
    Definition Classes
    Example → AmfObject
  50. def name: StrField
    Definition Classes
    NamedDomainElement
  51. def nameField: Field
    Definition Classes
    Example → NamedDomainElement
  52. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  53. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  54. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  55. def position(): Option[LexicalInformation]
    Definition Classes
    AmfElement
  56. def raw: StrField
    Definition Classes
    ExternalSourceElement
  57. def referenceId: StrField
    Definition Classes
    ExternalSourceElement
  58. def set(field: Field, value: AmfElement, annotations: Annotations): Example.this.type
    Definition Classes
    AmfObject
  59. def set(field: Field, value: AmfElement): Example.this.type
    Definition Classes
    AmfObject
  60. def set(field: Field, values: Seq[String]): Example.this.type
    Definition Classes
    AmfObject
  61. def set(field: Field, value: Float): Example.this.type
    Definition Classes
    AmfObject
  62. def set(field: Field, value: Double): Example.this.type
    Definition Classes
    AmfObject
  63. def set(field: Field, value: Int): Example.this.type
    Definition Classes
    AmfObject
  64. def set(field: Field, value: Boolean): Example.this.type
    Definition Classes
    AmfObject
  65. def set(field: Field, value: String, annotations: Annotations): Example.this.type
    Definition Classes
    AmfObject
  66. def set(field: Field, value: String): Example.this.type
    Definition Classes
    AmfObject
  67. def setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): Example.this.type
    Definition Classes
    AmfObject
  68. def setArray(field: Field, values: Seq[AmfElement]): Example.this.type
    Definition Classes
    AmfObject
  69. def setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): Example.this.type
    Definition Classes
    AmfObject
  70. def setArrayWithoutId(field: Field, values: Seq[AmfElement]): Example.this.type
    Definition Classes
    AmfObject
  71. def setWithoutId(field: Field, value: AmfElement, annotations: Annotations): Example.this.type
    Definition Classes
    AmfObject
  72. val shouldLink: Boolean
    Attributes
    protected
    Definition Classes
    Linkable
  73. final def simpleAdoption(parent: String): Example.this.type
    Definition Classes
    AmfObject
  74. def strict: BoolField
  75. def structuredValue: DataNode
  76. def supportsRecursion: BoolField
    Definition Classes
    Linkable
  77. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  78. def toString(): String
    Definition Classes
    AnyRef → Any
  79. def unresolved(refName: String, aliases: Seq[String], pos: Option[SourceLocation], unresolvedSeverity: String)(implicit ctx: UnresolvedComponents): DomainElement with Linkable
    Definition Classes
    Linkable
  80. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  81. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  82. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  83. def withCustomDomainProperties(extensions: Seq[DomainExtension]): Example.this.type
    Definition Classes
    DomainElement → CustomizableElement
  84. def withCustomDomainProperty(extensions: DomainExtension): Example.this.type
    Definition Classes
    DomainElement → CustomizableElement
  85. def withDescription(description: String): Example.this.type
  86. def withDisplayName(displayName: String): Example.this.type
  87. def withExtends(extend: Seq[DomainElement]): Example.this.type
    Definition Classes
    DomainElement
  88. def withId(value: String): Example.this.type
    Definition Classes
    AmfObject
  89. def withIsExternalLink(isReference: Boolean): Example.this.type
    Definition Classes
    DomainElement
  90. def withLinkLabel(label: String, annotations: Annotations): Example.this.type
    Definition Classes
    Linkable
  91. def withLinkTarget(target: DomainElement): Example.this.type
    Definition Classes
    Linkable
  92. def withMediaType(mediaType: String): Example.this.type
  93. def withName(nameNode: ScalarNode): Example.this.type
    Definition Classes
    NamedDomainElement
  94. def withName(name: String, a: Annotations): Example.this.type
    Definition Classes
    NamedDomainElement
  95. def withName(node: YNode): Example.this.type
    Definition Classes
    NamedDomainElement
  96. def withReference(id: String): Example.this.type
    Definition Classes
    ExternalSourceElement
  97. def withStrict(strict: Boolean): Example.this.type
  98. def withStructuredValue(value: DataNode): Example.this.type
  99. def withSupportsRecursion(recursive: Boolean): Example.this.type
    Definition Classes
    Linkable
  100. def withSynthesizeName(name: String): Example.this.type
    Definition Classes
    NamedDomainElement
  101. def withValue(value: String): Example.this.type
  102. def [B](y: B): (Example, B)
    Implicit
    This member is added by an implicit conversion from Example to ArrowAssoc[Example] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Key

Inherited from ExternalSourceElement

Inherited from Linkable

Inherited from AdoptionDependantCalls

Inherited from NamedDomainElement

Inherited from DomainElement

Inherited from CustomizableElement

Inherited from AmfObject

Inherited from AmfElement

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped