case class TupleShape(_internal: plugins.domain.shapes.models.TupleShape) extends DataArrangeShape with Product with Serializable
- Annotations
- @JSExportAll()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TupleShape
- Serializable
- Serializable
- Product
- Equals
- DataArrangeShape
- AnyShape
- Shape
- NamedDomainElement
- Linkable
- DomainElement
- PlatformSecrets
- AmfObjectWrapper
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
TupleShape()
- Annotations
- @JSExportTopLevel( "model.domain.TupleShape" )
- new TupleShape(_internal: plugins.domain.shapes.models.TupleShape)
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 additionalItems: BoolField
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
customDomainProperties: convert.CoreClientConverters.ClientList[DomainExtension]
- Definition Classes
- DomainElement
-
def
defaultValue: DataNode
- Definition Classes
- Shape
-
def
defaultValueStr: StrField
- Definition Classes
- Shape
-
def
description: StrField
- Definition Classes
- Shape
-
def
displayName: StrField
- Definition Classes
- Shape
-
def
documentation: CreativeWork
- Definition Classes
- AnyShape
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
examples: ClientList[Example]
- Definition Classes
- AnyShape
-
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
-
def
inherits: convert.CoreClientConverters.ClientList[Shape]
- Definition Classes
- Shape
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isLink: Boolean
- Definition Classes
- Linkable
- def items: ClientList[Shape]
-
def
link[T](label: Option[String]): T
- Definition Classes
- Linkable
-
def
linkCopy(): TupleShape
- Definition Classes
- TupleShape → AnyShape → Linkable
-
def
linkLabel: Option[String]
- Definition Classes
- Linkable
-
def
linkTarget: convert.CoreClientConverters.ClientOption[DomainElement]
- Definition Classes
- Linkable
-
def
maxItems: IntField
- Definition Classes
- DataArrangeShape
-
def
minItems: IntField
- Definition Classes
- DataArrangeShape
-
def
name: StrField
- 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
toJsonSchema: String
- Definition Classes
- AnyShape
-
def
uniqueItems: BoolField
- Definition Classes
- DataArrangeShape
-
def
validate(fragment: PayloadFragment): ClientFuture[ValidationReport]
- Definition Classes
- AnyShape
-
def
validate(payload: String): ClientFuture[ValidationReport]
- Definition Classes
- AnyShape
-
def
values: convert.CoreClientConverters.ClientList[StrField]
- 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 withAdditionalItems(additionalItems: Boolean): TupleShape.this.type
-
def
withCustomDomainProperties(extensions: convert.CoreClientConverters.ClientList[DomainExtension]): TupleShape.this.type
- Definition Classes
- DomainElement
-
def
withDefaultStr(value: String): TupleShape.this.type
- Definition Classes
- Shape
-
def
withDefaultValue(default: DataNode): TupleShape.this.type
- Definition Classes
- Shape
-
def
withDescription(description: String): TupleShape.this.type
- Definition Classes
- Shape
-
def
withDisplayName(name: String): TupleShape.this.type
- Definition Classes
- Shape
-
def
withDocumentation(documentation: CreativeWork): TupleShape.this.type
- Definition Classes
- AnyShape
-
def
withExample(mediaType: String): Example
- Definition Classes
- AnyShape
-
def
withExamples(examples: ClientList[Example]): TupleShape.this.type
- Definition Classes
- AnyShape
-
def
withExtendsNode(extension: convert.CoreClientConverters.ClientList[ParametrizedDeclaration]): TupleShape.this.type
- Definition Classes
- DomainElement
-
def
withId(id: String): TupleShape.this.type
- Definition Classes
- DomainElement
-
def
withInherits(inherits: convert.CoreClientConverters.ClientList[Shape]): TupleShape.this.type
- Definition Classes
- Shape
- def withItems(items: ClientList[Shape]): TupleShape.this.type
-
def
withLinkLabel(label: String): TupleShape.this.type
- Definition Classes
- Linkable
-
def
withLinkTarget(target: DomainElement with Linkable): TupleShape.this.type
- Definition Classes
- Linkable
-
def
withMaxItems(maxItems: Int): TupleShape.this.type
- Definition Classes
- DataArrangeShape
-
def
withMinItems(minItems: Int): TupleShape.this.type
- Definition Classes
- DataArrangeShape
-
def
withName(name: String): TupleShape.this.type
- Definition Classes
- Shape → NamedDomainElement
-
def
withUniqueItems(uniqueItems: Boolean): TupleShape.this.type
- Definition Classes
- DataArrangeShape
-
def
withValues(values: convert.CoreClientConverters.ClientList[String]): TupleShape.this.type
- Definition Classes
- Shape
-
def
withXMLSerialization(xmlSerialization: XMLSerializer): TupleShape.this.type
- Definition Classes
- AnyShape
-
def
xmlSerialization: XMLSerializer
- Definition Classes
- AnyShape