t

amf.aml.client.scala.model.domain

PropertyLikeMapping

trait PropertyLikeMapping[M <: PropertyLikeMappingModel] extends DomainElement with HasObjectRange[M] with NodeWithDiscriminator[M]

Linear Supertypes
NodeWithDiscriminator[M], HasObjectRange[M], DomainElement, CustomizableElement, AmfObject, AmfElement, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PropertyLikeMapping
  2. NodeWithDiscriminator
  3. HasObjectRange
  4. DomainElement
  5. CustomizableElement
  6. AmfObject
  7. AmfElement
  8. AnyRef
  9. 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

Abstract Value Members

  1. abstract val annotations: Annotations
    Definition Classes
    AmfElement
  2. abstract val fields: Fields
    Definition Classes
    AmfObject
  3. abstract def meta: M
    Definition Classes
    PropertyLikeMappingNodeWithDiscriminatorHasObjectRange → AmfObject

Concrete 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 PropertyLikeMapping[M] to any2stringadd[PropertyLikeMapping[M]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (PropertyLikeMapping[M], B)
    Implicit
    This member is added by an implicit conversion from PropertyLikeMapping[M] to ArrowAssoc[PropertyLikeMapping[M]] 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): PropertyLikeMapping.this.type
    Definition Classes
    AmfObject
  7. def add(other: Annotations): PropertyLikeMapping.this.type
    Definition Classes
    AmfElement
  8. def add(annotation: Annotation): PropertyLikeMapping.this.type
    Definition Classes
    AmfElement
  9. def adopted(parent: String, cycle: Seq[String]): PropertyLikeMapping.this.type
    Definition Classes
    AmfObject
  10. def allowMultiple(): BoolField
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def classification(): PropertyClassification
  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 customDomainProperties: Seq[DomainExtension]
    Definition Classes
    DomainElement → CustomizableElement
  16. def ensuring(cond: (PropertyLikeMapping[M]) ⇒ Boolean, msg: ⇒ Any): PropertyLikeMapping[M]
    Implicit
    This member is added by an implicit conversion from PropertyLikeMapping[M] to Ensuring[PropertyLikeMapping[M]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: (PropertyLikeMapping[M]) ⇒ Boolean): PropertyLikeMapping[M]
    Implicit
    This member is added by an implicit conversion from PropertyLikeMapping[M] to Ensuring[PropertyLikeMapping[M]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean, msg: ⇒ Any): PropertyLikeMapping[M]
    Implicit
    This member is added by an implicit conversion from PropertyLikeMapping[M] to Ensuring[PropertyLikeMapping[M]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: Boolean): PropertyLikeMapping[M]
    Implicit
    This member is added by an implicit conversion from PropertyLikeMapping[M] to Ensuring[PropertyLikeMapping[M]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def enum(): Seq[AnyField]
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  23. def extend: Seq[DomainElement]
    Definition Classes
    DomainElement
  24. def externallyLinkable(): BoolField
  25. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from PropertyLikeMapping[M] to StringFormat[PropertyLikeMapping[M]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  27. def fromLocal(): Boolean
    Definition Classes
    AmfElement
  28. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. lazy val graph: Graph
    Definition Classes
    DomainElement
  30. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  31. val id: String
    Definition Classes
    AmfObject
  32. def isExternalLink: BoolField
    Definition Classes
    DomainElement
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. def isMandatory: Boolean
  35. def isTrackedBy(trackId: String): Boolean
    Definition Classes
    AmfElement
  36. def isUnion: Boolean
  37. def literalRange(): StrField
  38. def location(): Option[String]
    Definition Classes
    AmfElement
  39. def maximum(): DoubleField
  40. def minCount(): IntField
  41. def minimum(): DoubleField
  42. def name(): StrField
  43. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  44. def nodePropertyMapping(): StrField
  45. def nodesInRange: Seq[String]
  46. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  47. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  48. def objectRange(): Seq[StrField]
    Definition Classes
    HasObjectRange
  49. def pattern(): StrField
  50. def position(): Option[LexicalInformation]
    Definition Classes
    AmfElement
  51. def set(field: Field, value: AmfElement, annotations: Annotations): PropertyLikeMapping.this.type
    Definition Classes
    AmfObject
  52. def set(field: Field, value: AmfElement): PropertyLikeMapping.this.type
    Definition Classes
    AmfObject
  53. def set(field: Field, values: Seq[String]): PropertyLikeMapping.this.type
    Definition Classes
    AmfObject
  54. def set(field: Field, value: Float): PropertyLikeMapping.this.type
    Definition Classes
    AmfObject
  55. def set(field: Field, value: Double): PropertyLikeMapping.this.type
    Definition Classes
    AmfObject
  56. def set(field: Field, value: Int): PropertyLikeMapping.this.type
    Definition Classes
    AmfObject
  57. def set(field: Field, value: Boolean): PropertyLikeMapping.this.type
    Definition Classes
    AmfObject
  58. def set(field: Field, value: String, annotations: Annotations): PropertyLikeMapping.this.type
    Definition Classes
    AmfObject
  59. def set(field: Field, value: String): PropertyLikeMapping.this.type
    Definition Classes
    AmfObject
  60. def setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): PropertyLikeMapping.this.type
    Definition Classes
    AmfObject
  61. def setArray(field: Field, values: Seq[AmfElement]): PropertyLikeMapping.this.type
    Definition Classes
    AmfObject
  62. def setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): PropertyLikeMapping.this.type
    Definition Classes
    AmfObject
  63. def setArrayWithoutId(field: Field, values: Seq[AmfElement]): PropertyLikeMapping.this.type
    Definition Classes
    AmfObject
  64. def setWithoutId(field: Field, value: AmfElement, annotations: Annotations): PropertyLikeMapping.this.type
    Definition Classes
    AmfObject
  65. final def simpleAdoption(parent: String): PropertyLikeMapping.this.type
    Definition Classes
    AmfObject
  66. def sorted(): BoolField
  67. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  68. def toField(): Field
  69. def toString(): String
    Definition Classes
    AnyRef → Any
  70. def typeDiscriminator(): Map[String, String]
    Definition Classes
    NodeWithDiscriminator
  71. def typeDiscriminatorName(): StrField
    Definition Classes
    NodeWithDiscriminator
  72. def unique(): BoolField
  73. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  74. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  75. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  76. def withAllowMultiple(allow: Boolean): PropertyLikeMapping.this.type
  77. def withCustomDomainProperties(extensions: Seq[DomainExtension]): PropertyLikeMapping.this.type
    Definition Classes
    DomainElement → CustomizableElement
  78. def withCustomDomainProperty(extensions: DomainExtension): PropertyLikeMapping.this.type
    Definition Classes
    DomainElement → CustomizableElement
  79. def withEnum(values: Seq[Any]): PropertyLikeMapping.this.type
  80. def withExtends(extend: Seq[DomainElement]): PropertyLikeMapping.this.type
    Definition Classes
    DomainElement
  81. def withExternallyLinkable(linkable: Boolean): PropertyLikeMapping.this.type
  82. def withId(value: String): PropertyLikeMapping.this.type
    Definition Classes
    AmfObject
  83. def withIsExternalLink(isReference: Boolean): PropertyLikeMapping.this.type
    Definition Classes
    DomainElement
  84. def withLiteralRange(range: String): PropertyLikeMapping.this.type
  85. def withMaximum(max: Double): PropertyLikeMapping.this.type
  86. def withMinCount(minCount: Int): PropertyLikeMapping.this.type
  87. def withMinimum(min: Double): PropertyLikeMapping.this.type
  88. def withName(name: String): PropertyLikeMapping.this.type
  89. def withNodePropertyMapping(propertyId: String): PropertyLikeMapping.this.type
  90. def withObjectRange(range: Seq[String]): PropertyLikeMapping.this.type
    Definition Classes
    HasObjectRange
  91. def withPattern(pattern: String): PropertyLikeMapping.this.type
  92. def withSorted(sorted: Boolean): PropertyLikeMapping.this.type
  93. def withTypeDiscriminator(typesMapping: Map[String, String], entryAnnotations: Annotations = Annotations(), valueAnnotations: Annotations = Annotations()): PropertyLikeMapping.this.type
    Definition Classes
    NodeWithDiscriminator
  94. def withTypeDiscriminatorName(name: String): PropertyLikeMapping.this.type
    Definition Classes
    NodeWithDiscriminator
  95. def withUnique(unique: Boolean): PropertyLikeMapping.this.type
  96. def [B](y: B): (PropertyLikeMapping[M], B)
    Implicit
    This member is added by an implicit conversion from PropertyLikeMapping[M] to ArrowAssoc[PropertyLikeMapping[M]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from NodeWithDiscriminator[M]

Inherited from HasObjectRange[M]

Inherited from DomainElement

Inherited from CustomizableElement

Inherited from AmfObject

Inherited from AmfElement

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from PropertyLikeMapping[M] to any2stringadd[PropertyLikeMapping[M]]

Inherited by implicit conversion StringFormat from PropertyLikeMapping[M] to StringFormat[PropertyLikeMapping[M]]

Inherited by implicit conversion Ensuring from PropertyLikeMapping[M] to Ensuring[PropertyLikeMapping[M]]

Inherited by implicit conversion ArrowAssoc from PropertyLikeMapping[M] to ArrowAssoc[PropertyLikeMapping[M]]

Ungrouped