case class ScalarShape(scalar: plugins.domain.shapes.models.ScalarShape) extends AnyShape with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ScalarShape
- Serializable
- Serializable
- Product
- Equals
- AnyShape
- Shape
- NamedDomainElement
- Linkable
- DomainElement
- PlatformSecrets
- AmfObjectWrapper
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ScalarShape()
- new ScalarShape(scalar: plugins.domain.shapes.models.ScalarShape)
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 dataType: String
-
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 exclusiveMaximum: String
- def exclusiveMinimum: String
-
def
extendsNode: List[DomainElement]
- Definition Classes
- DomainElement
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def format: String
-
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
link[T](label: Option[String]): T
- Definition Classes
- Linkable
-
def
linkCopy(): DomainElement with Linkable
- Definition Classes
- ScalarShape → AnyShape → Linkable
-
def
linkLabel: Option[String]
- Definition Classes
- Linkable
-
def
linkTarget: Option[DomainElement with Linkable]
- Definition Classes
- ScalarShape → AnyShape → Linkable
- def maxLength: Int
- def maximum: String
- def minLength: Int
- def minimum: String
- def multipleOf: Int
-
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
- def pattern: String
-
val
platform: Platform
- Definition Classes
- PlatformSecrets
-
def
position(): Range
- Definition Classes
- DomainElement
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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 withDataType(dataType: String): ScalarShape.this.type
-
def
withDefaultValue(default: DataNode): ScalarShape.this.type
- Definition Classes
- Shape
-
def
withDescription(description: String): ScalarShape.this.type
- Definition Classes
- Shape
-
def
withDisplayName(name: String): ScalarShape.this.type
- Definition Classes
- Shape
-
def
withDocumentation(documentation: CreativeWork): ScalarShape.this.type
- Definition Classes
- AnyShape
-
def
withExamples(examples: List[Example]): ScalarShape.this.type
- Definition Classes
- AnyShape
- def withExclusiveMaximum(max: String): ScalarShape.this.type
- def withExclusiveMinimum(min: String): ScalarShape.this.type
-
def
withExtendsNode(extend: List[ParametrizedDeclaration]): DomainElement
- Definition Classes
- DomainElement
- def withFormat(format: String): ScalarShape.this.type
-
def
withId(id: String): DomainElement
- Definition Classes
- DomainElement
-
def
withInherits(inherits: List[Shape]): ScalarShape.this.type
- Definition Classes
- Shape
-
def
withLinkLabel(label: String): ScalarShape.this.type
- Definition Classes
- Linkable
-
def
withLinkTarget(target: DomainElement with Linkable): ScalarShape.this.type
- Definition Classes
- Linkable
- def withMaxLength(max: Int): ScalarShape.this.type
- def withMaximum(max: String): ScalarShape.this.type
- def withMinLength(min: Int): ScalarShape.this.type
- def withMinimum(min: String): ScalarShape.this.type
- def withMultipleOf(multiple: Int): ScalarShape.this.type
-
def
withName(name: String): ScalarShape.this.type
- Definition Classes
- Shape → NamedDomainElement
- def withPattern(pattern: String): ScalarShape.this.type
-
def
withValues(values: List[String]): ScalarShape.this.type
- Definition Classes
- Shape
-
def
withXMLSerialization(xmlSerialization: XMLSerializer): ScalarShape.this.type
- Definition Classes
- AnyShape
-
def
xmlSerialization: XMLSerializer
- Definition Classes
- AnyShape