c
amf.plugins.document.vocabularies.model.domain
ObjectPropertyTerm
Companion object ObjectPropertyTerm
case class ObjectPropertyTerm(fields: Fields, annotations: Annotations) extends PropertyTerm with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ObjectPropertyTerm
- Serializable
- Serializable
- Product
- Equals
- PropertyTerm
- DomainElement
- AmfObject
- AmfElement
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ObjectPropertyTerm(fields: Fields, annotations: Annotations)
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
add(field: Field, value: AmfElement): ObjectPropertyTerm.this.type
- Definition Classes
- AmfObject
-
def
add(other: Annotations): ObjectPropertyTerm.this.type
- Definition Classes
- AmfElement
-
def
add(annotation: Annotation): ObjectPropertyTerm.this.type
- Definition Classes
- AmfElement
-
def
adopted(parent: String): ObjectPropertyTerm.this.type
- Definition Classes
- PropertyTerm → AmfObject
-
val
annotations: Annotations
- Definition Classes
- ObjectPropertyTerm → AmfElement
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
componentId: String
- Definition Classes
- PropertyTerm → AmfObject
-
def
customDomainProperties: Seq[DomainExtension]
- Definition Classes
- DomainElement
-
def
description: StrField
- Definition Classes
- PropertyTerm
-
def
displayName: StrField
- Definition Classes
- PropertyTerm
-
def
dynamicTypes(): Seq[String]
- Definition Classes
- AmfObject
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
extend: Seq[DomainElement]
- Definition Classes
- DomainElement
-
val
fields: Fields
- Definition Classes
- ObjectPropertyTerm → AmfObject
-
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
getObjectByPropertyId(propertyId: String): Seq[DomainElement]
- Definition Classes
- DomainElement
-
def
getPropertyIds(): List[String]
- Definition Classes
- DomainElement
-
def
getScalarByPropertyId(propertyId: String): Seq[Any]
- Definition Classes
- DomainElement
-
def
getTypeIds(): List[String]
- Definition Classes
- DomainElement
-
val
id: String
- Definition Classes
- AmfObject
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
meta: Obj
- Definition Classes
- ObjectPropertyTerm → DomainElement
-
def
name: StrField
- Definition Classes
- PropertyTerm
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
position(): Option[Range]
- Definition Classes
- DomainElement
-
def
range: StrField
- Definition Classes
- PropertyTerm
-
def
set(field: Field, value: AmfElement, annotations: Annotations): ObjectPropertyTerm.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: AmfElement): ObjectPropertyTerm.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, values: Seq[String]): ObjectPropertyTerm.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: Float): ObjectPropertyTerm.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: Double): ObjectPropertyTerm.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: Int): ObjectPropertyTerm.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: Boolean): ObjectPropertyTerm.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: String): ObjectPropertyTerm.this.type
- Definition Classes
- AmfObject
-
def
setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): ObjectPropertyTerm.this.type
- Definition Classes
- AmfObject
-
def
setArray(field: Field, values: Seq[AmfElement]): ObjectPropertyTerm.this.type
- Definition Classes
- AmfObject
-
def
setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): ObjectPropertyTerm.this.type
- Definition Classes
- AmfObject
-
def
setArrayWithoutId(field: Field, values: Seq[AmfElement]): ObjectPropertyTerm.this.type
- Definition Classes
- AmfObject
-
final
def
simpleAdoption(parent: String): ObjectPropertyTerm.this.type
- Definition Classes
- AmfObject
-
def
subPropertyOf: Seq[StrField]
- Definition Classes
- PropertyTerm
-
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
withCustomDomainProperties(extensions: Seq[DomainExtension]): ObjectPropertyTerm.this.type
- Definition Classes
- DomainElement
-
def
withCustomDomainProperty(extensions: DomainExtension): ObjectPropertyTerm.this.type
- Definition Classes
- DomainElement
-
def
withDescription(description: String): PropertyTerm
- Definition Classes
- PropertyTerm
-
def
withDisplayName(displayName: String): PropertyTerm
- Definition Classes
- PropertyTerm
-
def
withExtends(extend: Seq[DomainElement]): ObjectPropertyTerm.this.type
- Definition Classes
- DomainElement
-
def
withId(value: String): ObjectPropertyTerm.this.type
- Definition Classes
- AmfObject
-
def
withName(name: String): PropertyTerm
- Definition Classes
- PropertyTerm
-
def
withRange(range: String): PropertyTerm
- Definition Classes
- PropertyTerm
-
def
withSubClassOf(superProperties: Seq[String]): PropertyTerm
- Definition Classes
- PropertyTerm