class NewMetaData extends NewNode with MetaDataBase
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NewMetaData
- MetaDataBase
- HasVersion
- HasOverlays
- HasLanguage
- HasHash
- NewNode
- Product
- Equals
- AbstractNode
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new NewMetaData(version: String = "<empty>", overlays: IndexedSeq[String] = collection.immutable.ArraySeq.empty, language: String = "<empty>", hash: Option[String] = None)
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 asStored: StoredNode
- Definition Classes
- MetaDataBase
- def canEqual(that: Any): Boolean
- Definition Classes
- NewMetaData → Equals
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def copy: NewMetaData.this.type
- Definition Classes
- NewMetaData → NewNode
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hash(value: Option[String]): NewMetaData.this.type
- def hash(value: String): NewMetaData.this.type
- var hash: Option[String]
- Definition Classes
- NewMetaData → HasHash
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def label: String
- Definition Classes
- NewMetaData → AbstractNode
- def language(value: String): NewMetaData.this.type
- var language: String
- Definition Classes
- NewMetaData → HasLanguage
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def overlays(value: IterableOnce[String]): NewMetaData.this.type
- var overlays: IndexedSeq[String]
- Definition Classes
- NewMetaData → HasOverlays
- def productArity: Int
- Definition Classes
- NewMetaData → Product
- def productElement(n: Int): Any
- Definition Classes
- NewMetaData → Product
- def productElementName(n: Int): String
- Definition Classes
- Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def productIterator: Iterator[Any]
- Definition Classes
- Product
- def productPrefix: String
- Definition Classes
- NewMetaData → Product
- def properties: Map[String, Any]
- Definition Classes
- NewMetaData → NewNode
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def version(value: String): NewMetaData.this.type
- var version: String
- Definition Classes
- NewMetaData → HasVersion
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated