case class PropertyObject(entity: DomainEntity = DomainEntity(PropertyTerm), parent: Option[TopLevelObject] = None) extends TopLevelObject with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PropertyObject
- Serializable
- Serializable
- Product
- Equals
- TopLevelObject
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new PropertyObject(entity: DomainEntity = DomainEntity(PropertyTerm), 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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
canEqual(other: Any): Boolean
- Definition Classes
- TopLevelObject
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def description(): Option[String]
- def displayName(): Option[String]
- def domain(): Seq[String]
-
val
domainEntity: DomainEntity
- Definition Classes
- TopLevelObject
- val entity: DomainEntity
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(other: Any): Boolean
- Definition Classes
- TopLevelObject → AnyRef → Any
- def example(): Seq[String]
- def extends(): Seq[String]
-
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
hashCode(): Int
- Definition Classes
- TopLevelObject → AnyRef → Any
- def id(): Option[String]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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
- PropertyObject → TopLevelObject
- 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
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 withDescription(value: String): PropertyObject
- def withDisplayName(value: String): PropertyObject
- def withDomain(value: String): PropertyObject
- def withExample(value: String): PropertyObject
- def withExtends(value: String): PropertyObject
- def withId(value: String): PropertyObject
- def withRange(value: String): PropertyObject