class MatrixShape extends ArrayShape
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MatrixShape
- ArrayShape
- Serializable
- Serializable
- Product
- Equals
- DataArrangeShape
- AnyShape
- Shape
- NamedDomainElement
- Linkable
- DomainElement
- PlatformSecrets
- AmfObjectWrapper
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new MatrixShape(array: plugins.domain.shapes.models.ArrayShape)
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
build(shape: plugins.domain.shapes.models.AnyShape): Shape
- Definition Classes
- AnyShape
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
customDomainProperties: List[CustomDomainProperty]
- Definition Classes
- DomainElement
-
def
defaultValue: DataNode
- Definition Classes
- Shape
-
def
description: String
- Definition Classes
- Shape
-
def
displayName: String
- Definition Classes
- Shape
-
def
documentation: CreativeWork
- Definition Classes
- AnyShape
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
examples: List[Example]
- Definition Classes
- AnyShape
-
def
extendsNode: List[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
getId(): String
- Definition Classes
- DomainElement
-
def
getObjectByPropertyId(propertyId: String): List[DomainElement]
- Definition Classes
- DomainElement
-
def
getPropertyIds(): List[String]
- Definition Classes
- DomainElement
-
def
getScalarByPropertyId(propertyId: String): List[AnyRef]
- Definition Classes
- DomainElement
-
def
getTypeIds(): List[String]
- Definition Classes
- DomainElement
-
def
inherits: List[Shape]
- Definition Classes
- Shape
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isLink: Boolean
- Definition Classes
- Linkable
-
def
items: Shape
- Definition Classes
- ArrayShape
-
def
link[T](label: Option[String]): T
- Definition Classes
- Linkable
-
def
linkCopy(): DomainElement with Linkable
- Definition Classes
- ArrayShape → AnyShape → Linkable
-
def
linkLabel: Option[String]
- Definition Classes
- Linkable
-
def
linkTarget: Option[DomainElement with Linkable]
- Definition Classes
- ArrayShape → AnyShape → Linkable
-
def
maxItems: Int
- Definition Classes
- DataArrangeShape
-
def
minItems: Int
- Definition Classes
- DataArrangeShape
-
def
name: String
- Definition Classes
- Shape → NamedDomainElement
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
val
platform: Platform
- Definition Classes
- PlatformSecrets
-
def
position(): Range
- Definition Classes
- DomainElement
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
uniqueItems: Boolean
- Definition Classes
- DataArrangeShape
-
def
values: List[String]
- Definition Classes
- Shape
-
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(customProperties: List[DomainExtension]): DomainElement
- Definition Classes
- DomainElement
-
def
withDefaultValue(default: DataNode): MatrixShape.this.type
- Definition Classes
- Shape
-
def
withDescription(description: String): MatrixShape.this.type
- Definition Classes
- Shape
-
def
withDisplayName(name: String): MatrixShape.this.type
- Definition Classes
- Shape
-
def
withDocumentation(documentation: CreativeWork): MatrixShape.this.type
- Definition Classes
- AnyShape
-
def
withExamples(examples: List[Example]): MatrixShape.this.type
- Definition Classes
- AnyShape
-
def
withExtendsNode(extend: List[ParametrizedDeclaration]): DomainElement
- Definition Classes
- DomainElement
-
def
withId(id: String): DomainElement
- Definition Classes
- DomainElement
-
def
withInherits(inherits: List[Shape]): MatrixShape.this.type
- Definition Classes
- Shape
-
def
withItems(items: Shape): MatrixShape.this.type
- Definition Classes
- MatrixShape → ArrayShape
-
def
withLinkLabel(label: String): MatrixShape.this.type
- Definition Classes
- Linkable
-
def
withLinkTarget(target: DomainElement with Linkable): MatrixShape.this.type
- Definition Classes
- Linkable
-
def
withMaxItems(maxItems: Int): MatrixShape.this.type
- Definition Classes
- DataArrangeShape
-
def
withMinItems(minItems: Int): MatrixShape.this.type
- Definition Classes
- DataArrangeShape
-
def
withName(name: String): MatrixShape.this.type
- Definition Classes
- Shape → NamedDomainElement
-
def
withUniqueItems(uniqueItems: Boolean): MatrixShape.this.type
- Definition Classes
- DataArrangeShape
-
def
withValues(values: List[String]): MatrixShape.this.type
- Definition Classes
- Shape
-
def
withXMLSerialization(xmlSerialization: XMLSerializer): MatrixShape.this.type
- Definition Classes
- AnyShape
-
def
xmlSerialization: XMLSerializer
- Definition Classes
- AnyShape