Packages

case class Extension(internal: JsonLDObject) extends DynamicObject with HasName with HasSpec with HasLabels with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, HasLabels, HasSpec, HasName, HasMetadata, DynamicObject, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Extension
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. HasLabels
  7. HasSpec
  8. HasName
  9. HasMetadata
  10. DynamicObject
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Extension(internal: JsonLDObject)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addLabel(label: String, value: Boolean): Extension.this.type
    Definition Classes
    HasLabels
  5. def addLabel(label: String, value: Double): Extension.this.type
    Definition Classes
    HasLabels
  6. def addLabel(label: String, value: Float): Extension.this.type
    Definition Classes
    HasLabels
  7. def addLabel(label: String, value: Int): Extension.this.type
    Definition Classes
    HasLabels
  8. def addLabel(label: String, value: String): Extension.this.type
    Definition Classes
    HasLabels
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  11. def defaultOrder: Option[Int]
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def extends: Seq[String]
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  15. def getIntLabel(label: String): Int
    Definition Classes
    HasLabels
  16. def getIntLabelIfPresent(label: String): Option[Int]
    Definition Classes
    HasLabels
  17. def getLabel[T](label: String)(implicit ct: ClassTag[T]): T
    Definition Classes
    HasLabels
  18. def getLabelIfPresent[T](label: String)(implicit ct: ClassTag[T]): Option[T]
    Definition Classes
    HasLabels
  19. def getStringLabel(label: String): String
    Definition Classes
    HasLabels
  20. def getStringLabelIfPresent(label: String): Option[String]
    Definition Classes
    HasLabels
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def metadata: DynamicObject
    Definition Classes
    HasMetadata
  23. def metadataIfPresent: Option[DynamicObject]
    Definition Classes
    HasMetadata
  24. def name: String
    Definition Classes
    HasName
  25. def nameIfPresent: Option[String]
    Definition Classes
    HasName
  26. def namespace: String
    Definition Classes
    HasName
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  30. def spec: DynamicObject
    Definition Classes
    HasSpec
  31. def specIfPresent: Option[DynamicObject]
    Definition Classes
    HasSpec
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. def withGav(gav: Gav): Extension
  37. def withName(name: String): Extension.this.type
    Definition Classes
    HasName
  38. def withNamespace(namespace: String): Extension.this.type
    Definition Classes
    HasName

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from HasLabels

Inherited from HasSpec

Inherited from HasName

Inherited from HasMetadata

Inherited from DynamicObject

Inherited from AnyRef

Inherited from Any

Ungrouped