case class PropertyMappingObject(entity: DomainEntity = DomainEntity(PropertyMapping), parent: Option[TopLevelObject] = None) extends TopLevelObject with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PropertyMappingObject
- Serializable
- Serializable
- Product
- Equals
- TopLevelObject
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new PropertyMappingObject(entity: DomainEntity = DomainEntity(PropertyMapping), parent: Option[TopLevelObject] = None)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def allowMultiple(): Option[Boolean]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asMap(): Option[Boolean]
-
def
canEqual(other: Any): Boolean
- Definition Classes
- TopLevelObject
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def defaultValue(): Option[String]
-
val
domainEntity: DomainEntity
- Definition Classes
- TopLevelObject
- val entity: DomainEntity
- def enum(): Seq[String]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(other: Any): Boolean
- Definition Classes
- TopLevelObject → AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- def hash(): Option[String]
-
def
hashCode(): Int
- Definition Classes
- TopLevelObject → AnyRef → Any
- def hashValue(): Option[String]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mandatory(): Option[Boolean]
- def maximum(): Option[String]
- def minimum(): Option[String]
- def name(): Option[String]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
val
parent: Option[TopLevelObject]
- Definition Classes
- PropertyMappingObject → TopLevelObject
- def pattern(): Option[String]
- def propertyTerm(): Option[String]
- def range(): Seq[String]
-
def
resolveReference[T](refP: DialectPropertyMapping, resolver: (TopLevelObject, String) ⇒ Option[T], v: (DomainEntity) ⇒ T): Option[T]
- Attributes
- protected
- Definition Classes
- TopLevelObject
-
def
resolveReferences[T](refP: DialectPropertyMapping, resolver: (TopLevelObject, String) ⇒ Option[T], v: (DomainEntity) ⇒ T): List[T]
- Attributes
- protected
- Definition Classes
- TopLevelObject
-
def
resolveReferences2Options[T](refP: DialectPropertyMapping, resolver: (TopLevelObject, String) ⇒ Option[T], v: (DomainEntity) ⇒ T): List[Option[T]]
- Attributes
- protected
- Definition Classes
- TopLevelObject
- def resolvedRange(): List[Option[NodeDefinitionObject]]
-
def
root: TopLevelObject
- Definition Classes
- TopLevelObject
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def withAllowMultiple(value: Boolean): PropertyMappingObject
- def withAsMap(value: Boolean): PropertyMappingObject
- def withDefaultValue(value: String): PropertyMappingObject
- def withEnum(value: String): PropertyMappingObject
- def withHash(value: String): PropertyMappingObject
- def withHashValue(value: String): PropertyMappingObject
- def withMandatory(value: Boolean): PropertyMappingObject
- def withMaximum(value: String): PropertyMappingObject
- def withMinimum(value: String): PropertyMappingObject
- def withName(value: String): PropertyMappingObject
- def withPattern(value: String): PropertyMappingObject
- def withPropertyTerm(value: String): PropertyMappingObject
- def withRange(value: String): PropertyMappingObject