c

amf.dialects.RAML_1_0_DialectTopLevel

PropertyMappingObject

case class PropertyMappingObject(entity: DomainEntity = DomainEntity(PropertyMapping), parent: Option[TopLevelObject] = None) extends TopLevelObject with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, TopLevelObject, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PropertyMappingObject
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. TopLevelObject
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PropertyMappingObject(entity: DomainEntity = DomainEntity(PropertyMapping), parent: Option[TopLevelObject] = None)

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 allowMultiple(): Option[Boolean]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def asMap(): Option[Boolean]
  7. def canEqual(other: Any): Boolean
    Definition Classes
    TopLevelObject
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def defaultValue(): Option[String]
  10. val domainEntity: DomainEntity
    Definition Classes
    TopLevelObject
  11. val entity: DomainEntity
  12. def enum(): Seq[String]
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(other: Any): Boolean
    Definition Classes
    TopLevelObject → AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  17. def hash(): Option[String]
  18. def hashCode(): Int
    Definition Classes
    TopLevelObject → AnyRef → Any
  19. def hashValue(): Option[String]
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def mandatory(): Option[Boolean]
  22. def maximum(): Option[String]
  23. def minimum(): Option[String]
  24. def name(): Option[String]
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  28. val parent: Option[TopLevelObject]
    Definition Classes
    PropertyMappingObjectTopLevelObject
  29. def pattern(): Option[String]
  30. def propertyTerm(): Option[String]
  31. def range(): Seq[String]
  32. def resolveReference[T](refP: DialectPropertyMapping, resolver: (TopLevelObject, String) ⇒ Option[T], v: (DomainEntity) ⇒ T): Option[T]
    Attributes
    protected
    Definition Classes
    TopLevelObject
  33. def resolveReferences[T](refP: DialectPropertyMapping, resolver: (TopLevelObject, String) ⇒ Option[T], v: (DomainEntity) ⇒ T): List[T]
    Attributes
    protected
    Definition Classes
    TopLevelObject
  34. def resolveReferences2Options[T](refP: DialectPropertyMapping, resolver: (TopLevelObject, String) ⇒ Option[T], v: (DomainEntity) ⇒ T): List[Option[T]]
    Attributes
    protected
    Definition Classes
    TopLevelObject
  35. def resolvedRange(): List[Option[NodeDefinitionObject]]
  36. def root: TopLevelObject
    Definition Classes
    TopLevelObject
  37. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. def withAllowMultiple(value: Boolean): PropertyMappingObject
  42. def withAsMap(value: Boolean): PropertyMappingObject
  43. def withDefaultValue(value: String): PropertyMappingObject
  44. def withEnum(value: String): PropertyMappingObject
  45. def withHash(value: String): PropertyMappingObject
  46. def withHashValue(value: String): PropertyMappingObject
  47. def withMandatory(value: Boolean): PropertyMappingObject
  48. def withMaximum(value: String): PropertyMappingObject
  49. def withMinimum(value: String): PropertyMappingObject
  50. def withName(value: String): PropertyMappingObject
  51. def withPattern(value: String): PropertyMappingObject
  52. def withPropertyTerm(value: String): PropertyMappingObject
  53. def withRange(value: String): PropertyMappingObject

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from TopLevelObject

Inherited from AnyRef

Inherited from Any

Ungrouped