class Label extends TypedValue with model.Label with Attribute with ToNotationString with Hashable

Linear Supertypes
Hashable, ToNotationString, model.Label, Attribute, TypedValue, model.TypedValue, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Label
  2. Hashable
  3. ToNotationString
  4. Label
  5. Attribute
  6. TypedValue
  7. TypedValue
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Label(value: Any, atyp: model.QualifiedName)
  2. new Label()

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def canEqual(a: Any): Boolean
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  7. def convertValueToObject(arg0: ValueConverter): AnyRef
    Definition Classes
    TypedValue → TypedValue
  8. var elementName: model.QualifiedName
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(that: Any): Boolean
    Definition Classes
    Label → AnyRef → Any
  11. def getAttributeKind(arg0: model.QualifiedName): AttributeKind
    Definition Classes
    Label → Attribute
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  13. def getConvertedValue(): AnyRef
    Definition Classes
    TypedValue → TypedValue
  14. def getElementName(): model.QualifiedName
    Definition Classes
    LabelToNotationString → Attribute
    Annotations
    @BeanProperty()
  15. def getKind(): AttributeKind
    Definition Classes
    Label → Attribute
  16. def getQualifiedName(arg0: AttributeKind): model.QualifiedName
    Definition Classes
    Label → Attribute
  17. def getType(): model.QualifiedName
    Definition Classes
    TypedValue → TypedValue
  18. def getValue(): AnyRef
    Definition Classes
    TypedValue → TypedValue
  19. final def h(x: AnyRef): Int
    Definition Classes
    Hashable
    Annotations
    @inline()
  20. def hashCode(): Int
    Definition Classes
    Label → AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  25. final def pr(v0: Int, v1: Int): Int
    Definition Classes
    Hashable
    Annotations
    @inline()
  26. def setElementName(arg0: model.QualifiedName): Unit
    Annotations
    @BeanProperty()
  27. def setType(t: model.QualifiedName): Unit
    Definition Classes
    TypedValue → TypedValue
  28. def setValue(s: model.LangString): Unit
    Definition Classes
    TypedValue → TypedValue
  29. def setValue(qn: model.QualifiedName): Unit
    Definition Classes
    TypedValue → TypedValue
  30. def setValue(s: String): Unit
    Definition Classes
    TypedValue → TypedValue
  31. def setValueFromObject(value: Any): Unit
    Definition Classes
    TypedValue → TypedValue
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. def toNotationString(): String
    Definition Classes
    ToNotationString
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. var typ: model.QualifiedName
    Definition Classes
    TypedValue
  36. var value: AnyRef
    Definition Classes
    TypedValue
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

    (Since version 9)

Inherited from Hashable

Inherited from ToNotationString

Inherited from model.Label

Inherited from Attribute

Inherited from TypedValue

Inherited from model.TypedValue

Inherited from AnyRef

Inherited from Any

Ungrouped