class Role extends TypedValue with model.Role with Attribute with ToNotationString with Hashable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Role
- Hashable
- ToNotationString
- Role
- Attribute
- TypedValue
- TypedValue
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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 canEqual(a: Any): Boolean
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def convertValueToObject(arg0: ValueConverter): AnyRef
- Definition Classes
- TypedValue → TypedValue
- var elementName: model.QualifiedName
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(that: Any): Boolean
- Definition Classes
- Role → AnyRef → Any
- def getAttributeKind(arg0: model.QualifiedName): AttributeKind
- Definition Classes
- Role → Attribute
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getConvertedValue(): AnyRef
- Definition Classes
- TypedValue → TypedValue
- def getElementName(): model.QualifiedName
- Definition Classes
- Role → ToNotationString → Attribute
- Annotations
- @BeanProperty()
- def getKind(): AttributeKind
- Definition Classes
- Role → Attribute
- def getQualifiedName(arg0: AttributeKind): model.QualifiedName
- Definition Classes
- Role → Attribute
- def getType(): model.QualifiedName
- Definition Classes
- TypedValue → TypedValue
- def getValue(): AnyRef
- Definition Classes
- TypedValue → TypedValue
- final def h(x: AnyRef): Int
- Definition Classes
- Hashable
- Annotations
- @inline()
- def hashCode(): Int
- Definition Classes
- Role → AnyRef → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def pr(v0: Int, v1: Int): Int
- Definition Classes
- Hashable
- Annotations
- @inline()
- def setElementName(arg0: model.QualifiedName): Unit
- Annotations
- @BeanProperty()
- def setType(t: model.QualifiedName): Unit
- Definition Classes
- TypedValue → TypedValue
- def setValue(s: model.LangString): Unit
- Definition Classes
- TypedValue → TypedValue
- def setValue(qn: model.QualifiedName): Unit
- Definition Classes
- TypedValue → TypedValue
- def setValue(s: String): Unit
- Definition Classes
- TypedValue → TypedValue
- def setValueFromObject(value: Any): Unit
- Definition Classes
- TypedValue → TypedValue
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toNotationString(): String
- Definition Classes
- ToNotationString
- def toString(): String
- Definition Classes
- AnyRef → Any
- var typ: model.QualifiedName
- Definition Classes
- TypedValue
- var value: AnyRef
- Definition Classes
- TypedValue
- 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])
- 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
(Since version 9)