class Activity extends model.Activity with Identifiable with HasLocation with HasLabel with HasType with HasOther with Hashable

Linear Supertypes
Hashable, HasOther, HasType, HasLabel, HasLocation, Identifiable, model.Activity, Element, Statement, StatementOrBundle, model.HasOther, model.HasLocation, model.HasType, model.HasLabel, model.Identifiable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Activity
  2. Hashable
  3. HasOther
  4. HasType
  5. HasLabel
  6. HasLocation
  7. Identifiable
  8. Activity
  9. Element
  10. Statement
  11. StatementOrBundle
  12. HasOther
  13. HasLocation
  14. HasType
  15. HasLabel
  16. Identifiable
  17. AnyRef
  18. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Activity()

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. var endTime: XMLGregorianCalendar
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(that: Any): Boolean
    Definition Classes
    Activity → AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  11. def getEndTime(): XMLGregorianCalendar
    Definition Classes
    Activity → Activity
    Annotations
    @BeanProperty()
  12. def getId(): model.QualifiedName
    Definition Classes
    Identifiable
    Annotations
    @BeanProperty()
  13. def getKind(): Kind
    Definition Classes
    Activity → StatementOrBundle
    Annotations
    @BeanProperty()
  14. def getLabel(): List[model.LangString]
    Definition Classes
    HasLabel
    Annotations
    @BeanProperty()
  15. def getLocation(): List[model.Location]
    Definition Classes
    HasLocation
    Annotations
    @BeanProperty()
  16. def getOther(): List[model.Other]
    Definition Classes
    HasOther
  17. def getStartTime(): XMLGregorianCalendar
    Definition Classes
    Activity → Activity
    Annotations
    @BeanProperty()
  18. def getType(): List[model.Type]
    Definition Classes
    HasType
  19. final def h(x: AnyRef): Int
    Definition Classes
    Hashable
    Annotations
    @inline()
  20. def hashCode(): Int
    Definition Classes
    Activity → AnyRef → Any
  21. val id: model.QualifiedName
    Definition Classes
    Identifiable
    Annotations
    @BeanProperty()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. val kind: Kind
  24. val label: List[model.LangString]
    Definition Classes
    HasLabel
    Annotations
    @BeanProperty()
  25. val location: List[model.Location]
    Definition Classes
    HasLocation
    Annotations
    @BeanProperty()
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  29. val other: List[model.Other]
    Definition Classes
    HasOther
  30. final def pr(v0: Int, v1: Int): Int
    Definition Classes
    Hashable
    Annotations
    @inline()
  31. def setEndTime(arg0: XMLGregorianCalendar): Unit
    Definition Classes
    Activity → Activity
    Annotations
    @BeanProperty()
  32. def setId(arg0: model.QualifiedName): Unit
    Definition Classes
    Identifiable
    Annotations
    @BeanProperty()
  33. def setLabel(arg0: List[model.LangString]): Unit
    Definition Classes
    HasLabel
    Annotations
    @BeanProperty()
  34. def setLocation(arg0: List[model.Location]): Unit
    Definition Classes
    HasLocation
    Annotations
    @BeanProperty()
  35. def setOther(others: List[model.Other]): Unit
    Definition Classes
    HasOther
  36. def setStartTime(arg0: XMLGregorianCalendar): Unit
    Definition Classes
    Activity → Activity
    Annotations
    @BeanProperty()
  37. var startTime: XMLGregorianCalendar
  38. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    Activity → AnyRef → Any
  40. val typex: List[model.Type]
    Definition Classes
    HasType
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. 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 HasOther

Inherited from HasType

Inherited from HasLabel

Inherited from HasLocation

Inherited from Identifiable

Inherited from model.Activity

Inherited from Element

Inherited from Statement

Inherited from StatementOrBundle

Inherited from model.HasOther

Inherited from model.HasLocation

Inherited from model.HasType

Inherited from model.HasLabel

Inherited from model.Identifiable

Inherited from AnyRef

Inherited from Any

Ungrouped