case class DialectDomainElement(fields: Fields, annotations: Annotations) extends DynamicDomainElement with Linkable with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Linkable, DynamicDomainElement, DomainElement, AmfObject, AmfElement, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DialectDomainElement
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Linkable
  7. DynamicDomainElement
  8. DomainElement
  9. AmfObject
  10. AmfElement
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DialectDomainElement(fields: Fields, annotations: Annotations)

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 add(field: Field, value: AmfElement): DialectDomainElement.this.type
    Definition Classes
    AmfObject
  5. def add(other: Annotations): DialectDomainElement.this.type
    Definition Classes
    AmfElement
  6. def add(annotation: Annotation): DialectDomainElement.this.type
    Definition Classes
    AmfElement
  7. def adopted(newId: String): DialectDomainElement.this.type
    Definition Classes
    DialectDomainElement → AmfObject
  8. val annotations: Annotations
    Definition Classes
    DialectDomainElement → AmfElement
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def componentId: String

    Value , path + field value that is used to compose the id when the object its adopted

    Value , path + field value that is used to compose the id when the object its adopted

    Definition Classes
    DialectDomainElement → AmfObject
  12. def containsProperty(property: PropertyMapping): Boolean
  13. def customDomainProperties: Seq[DomainExtension]
    Definition Classes
    DomainElement
  14. def definedBy: NodeMapping
  15. def dynamicFields: List[Field]
    Definition Classes
    DialectDomainElement → DynamicDomainElement
  16. def dynamicType: List[ValueType]
    Definition Classes
    DialectDomainElement → DynamicDomainElement
  17. def dynamicTypes(): Seq[String]
    Definition Classes
    AmfObject
  18. def effectiveLinkTarget: DomainElement
    Definition Classes
    Linkable
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def extend: Seq[DomainElement]
    Definition Classes
    DomainElement
  21. val fields: Fields
    Definition Classes
    DialectDomainElement → AmfObject
  22. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. def findPropertyByTermPropertyId(termPropertyId: String): String
  24. def findPropertyMappingByTermPropertyId(termPropertyId: String): Option[PropertyMapping]
  25. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  26. def getObjectByPropertyId(propertyId: String): Seq[DomainElement]
    Definition Classes
    DomainElement
  27. def getPropertyIds(): List[String]
    Definition Classes
    DomainElement
  28. def getScalarByPropertyId(propertyId: String): Seq[Any]
    Definition Classes
    DomainElement
  29. def getTypeIds(): List[String]
    Definition Classes
    DomainElement
  30. val id: String
    Definition Classes
    AmfObject
  31. def includeName: String
  32. var instanceDefinedBy: Option[NodeMapping]
    Attributes
    protected
  33. var instanceTypes: Seq[String]
    Attributes
    protected
  34. def iriToValue(iri: String): ValueType
  35. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  36. def isLink: Boolean
    Definition Classes
    Linkable
  37. val isUnresolved: Boolean
    Definition Classes
    Linkable
  38. def link[T](label: String, annotations: Annotations): T
    Definition Classes
    Linkable
  39. val linkAnnotations: Option[Annotations]
    Definition Classes
    Linkable
  40. def linkCopy(): Linkable
    Definition Classes
    DialectDomainElement → Linkable
  41. def linkLabel: Option[String]
    Definition Classes
    Linkable
  42. val linkTarget: Option[DomainElement]
    Definition Classes
    Linkable
  43. val literalProperties: Map[String, Any]
  44. def localRefName: String
  45. val mapKeyProperties: Map[String, Any]
  46. def meta: Obj
    Definition Classes
    DialectDomainElement → DomainElement
  47. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  48. final def notify(): Unit
    Definition Classes
    AnyRef
  49. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  50. val objectCollectionProperties: Map[String, Seq[DialectDomainElement]]
  51. val objectProperties: Map[String, DialectDomainElement]
  52. def position(): Option[Range]
    Definition Classes
    DomainElement
  53. val propertyAnnotations: Map[String, Annotations]
  54. val refAst: Option[YPart]
    Definition Classes
    Linkable
  55. val refCtx: Option[ParserContext]
    Definition Classes
    Linkable
  56. val refName: String
    Definition Classes
    Linkable
  57. def resolveUnreferencedLink[T](label: String, annotations: Annotations, unresolved: T): T
    Definition Classes
    DialectDomainElement → Linkable
  58. def set(field: Field, value: AmfElement, annotations: Annotations): DialectDomainElement.this.type
    Definition Classes
    AmfObject
  59. def set(field: Field, value: AmfElement): DialectDomainElement.this.type
    Definition Classes
    AmfObject
  60. def set(field: Field, values: Seq[String]): DialectDomainElement.this.type
    Definition Classes
    AmfObject
  61. def set(field: Field, value: Float): DialectDomainElement.this.type
    Definition Classes
    AmfObject
  62. def set(field: Field, value: Double): DialectDomainElement.this.type
    Definition Classes
    AmfObject
  63. def set(field: Field, value: Int): DialectDomainElement.this.type
    Definition Classes
    AmfObject
  64. def set(field: Field, value: Boolean): DialectDomainElement.this.type
    Definition Classes
    AmfObject
  65. def set(field: Field, value: String): DialectDomainElement.this.type
    Definition Classes
    AmfObject
  66. def setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): DialectDomainElement.this.type
    Definition Classes
    AmfObject
  67. def setArray(field: Field, values: Seq[AmfElement]): DialectDomainElement.this.type
    Definition Classes
    AmfObject
  68. def setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): DialectDomainElement.this.type
    Definition Classes
    AmfObject
  69. def setArrayWithoutId(field: Field, values: Seq[AmfElement]): DialectDomainElement.this.type
    Definition Classes
    AmfObject
  70. def setLiteralField(property: PropertyMapping, value: SimpleDateTime, node: YNode): DialectDomainElement
  71. def setLiteralField(property: PropertyMapping, value: String, node: YNode): DialectDomainElement
  72. def setLiteralField(property: PropertyMapping, value: Seq[_], node: YNode): DialectDomainElement
  73. def setLiteralField(property: PropertyMapping, value: Boolean, node: YNode): DialectDomainElement
  74. def setLiteralField(property: PropertyMapping, value: Double, node: YNode): DialectDomainElement
  75. def setLiteralField(property: PropertyMapping, value: Float, node: YNode): DialectDomainElement
  76. def setLiteralField(property: PropertyMapping, value: Int, node: YNode): DialectDomainElement
  77. def setMapKeyField(propertyId: String, value: String, node: YNode): DialectDomainElement
  78. def setObjectField(property: PropertyMapping, value: Seq[DialectDomainElement], node: YNode): DialectDomainElement
  79. def setObjectField(property: PropertyMapping, value: DialectDomainElement, node: YNode): DialectDomainElement
  80. final def simpleAdoption(parent: String): DialectDomainElement.this.type
    Definition Classes
    AmfObject
  81. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  82. def toFutureRef(resolve: (Linkable) ⇒ Unit): Unit
    Definition Classes
    Linkable
  83. def unresolved(refName: String, refAst: YPart)(implicit ctx: ParserContext): DomainElement with Linkable
    Definition Classes
    Linkable
  84. def valueForField(f: Field): Option[Value]
    Definition Classes
    DialectDomainElement → DynamicDomainElement
  85. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  86. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  87. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  88. def withCustomDomainProperties(extensions: Seq[DomainExtension]): DialectDomainElement.this.type
    Definition Classes
    DomainElement
  89. def withCustomDomainProperty(extensions: DomainExtension): DialectDomainElement.this.type
    Definition Classes
    DomainElement
  90. def withDefinedBy(nodeMapping: NodeMapping): DialectDomainElement
  91. def withExtends(extend: Seq[DomainElement]): DialectDomainElement.this.type
    Definition Classes
    DomainElement
  92. def withId(value: String): DialectDomainElement.this.type
    Definition Classes
    AmfObject
  93. def withInstanceTypes(types: Seq[String]): DialectDomainElement
  94. def withLinkLabel(label: String): DialectDomainElement.this.type
    Definition Classes
    Linkable
  95. def withLinkTarget(target: DomainElement): DialectDomainElement.this.type
    Definition Classes
    Linkable

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Linkable

Inherited from DynamicDomainElement

Inherited from DomainElement

Inherited from AmfObject

Inherited from AmfElement

Inherited from AnyRef

Inherited from Any

Ungrouped