case class PropertyMapping(_internal: plugins.document.vocabularies.model.domain.PropertyMapping) extends DomainElement with Product with Serializable
- Annotations
- @JSExportAll()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PropertyMapping
- Serializable
- Serializable
- Product
- Equals
- DomainElement
- PlatformSecrets
- AmfObjectWrapper
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
PropertyMapping()
- Annotations
- @JSExportTopLevel( "model.domain.PropertyMapping" )
- new PropertyMapping(_internal: plugins.document.vocabularies.model.domain.PropertyMapping)
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(): BoolField
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def classification(): String
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
customDomainProperties: convert.CoreClientConverters.ClientList[DomainExtension]
- Definition Classes
- DomainElement
- def enum(): ClientList[AnyField]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
extendsNode: convert.CoreClientConverters.ClientList[DomainElement]
- Definition Classes
- DomainElement
-
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(id: String): convert.CoreClientConverters.ClientList[DomainElement]
- Definition Classes
- DomainElement
-
def
getPropertyIds: convert.CoreClientConverters.ClientList[String]
- Definition Classes
- DomainElement
-
def
getScalarByPropertyId(id: String): convert.CoreClientConverters.ClientList[Any]
- Definition Classes
- DomainElement
-
def
getTypeIds: convert.CoreClientConverters.ClientList[String]
- Definition Classes
- DomainElement
-
def
id: String
- Definition Classes
- DomainElement
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def literalRange(): StrField
- def mapKeyProperty(): StrField
- def mapValueProperty(): StrField
- def maximum(): DoubleField
- def minCount(): IntField
- def minimum(): DoubleField
- def name(): StrField
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nodePropertyMapping(): StrField
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- def objectRange(): ClientList[StrField]
- def pattern(): StrField
-
val
platform: Platform
- Definition Classes
- PlatformSecrets
-
def
position: Range
- Definition Classes
- DomainElement
- def sorted(): BoolField
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def typeDiscriminator(): convert.VocabulariesClientConverter.ClientMap[String]
- def typeDiscriminatorName(): StrField
-
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(allow: Boolean): PropertyMapping
-
def
withCustomDomainProperties(extensions: convert.CoreClientConverters.ClientList[DomainExtension]): PropertyMapping.this.type
- Definition Classes
- DomainElement
- def withEnum(values: ClientList[Any]): PropertyMapping
-
def
withExtendsNode(extension: convert.CoreClientConverters.ClientList[ParametrizedDeclaration]): PropertyMapping.this.type
- Definition Classes
- DomainElement
-
def
withId(id: String): PropertyMapping.this.type
- Definition Classes
- DomainElement
- def withLiteralRange(range: String): PropertyMapping
- def withMapKeyProperty(key: String): PropertyMapping
- def withMapValueProperty(value: String): PropertyMapping
- def withMaximum(max: Double): PropertyMapping
- def withMinCount(minCount: Int): PropertyMapping
- def withMinimum(min: Double): PropertyMapping
- def withName(name: String): PropertyMapping
- def withNodePropertyMapping(propertyId: String): PropertyMapping
- def withObjectRange(range: ClientList[String]): PropertyMapping
- def withPattern(pattern: String): PropertyMapping
- def withSorted(sorted: Boolean): PropertyMapping
- def withTypeDiscriminator(typesMapping: convert.VocabulariesClientConverter.ClientMap[String]): Nothing
- def withTypeDiscriminatorName(name: String): PropertyMapping