Packages

case class ServiceComponent(applicationId: Option[Int], contentId: Option[Short], majorApplicationVersion: Option[Short], minorApplicationVersion: Option[Short], encId: Option[Short], safetyFlag: Option[Boolean], serviceComponentBin: Option[TPEGbin], serviceComponentFrameContent: Option[ServiceComponentFrameContent]) extends Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ServiceComponent
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ServiceComponent(applicationId: Optional[Int], contentId: Optional[Short], majorApplicationVersion: Optional[Short], minorApplicationVersion: Optional[Short], encId: Optional[Short], safetyFlag: Optional[Boolean], serviceComponentBin: Optional[TPEGbin], serviceComponentFrameContent: Optional[ServiceComponentFrameContent])
  2. new ServiceComponent(applicationId: Option[Int], contentId: Option[Short], majorApplicationVersion: Option[Short], minorApplicationVersion: Option[Short], encId: Option[Short], safetyFlag: Option[Boolean], serviceComponentBin: Option[TPEGbin], serviceComponentFrameContent: Option[ServiceComponentFrameContent])

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. val applicationId: Option[Int]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  7. val contentId: Option[Short]
  8. val encId: Option[Short]
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def getApplicationId: Optional[Int]
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  12. def getContentId: Optional[Short]
  13. def getEncId: Optional[Short]
  14. def getMajorApplicationVersion: Optional[Short]
  15. def getMinorApplicationVersion: Optional[Short]
  16. def getSafetyFlag: Optional[Boolean]
  17. def getServiceComponentBin: Optional[TPEGbin]
  18. def getServiceComponentFrameContent: Optional[ServiceComponentFrameContent]
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. val majorApplicationVersion: Option[Short]
  21. val minorApplicationVersion: Option[Short]
  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. def productElementNames: Iterator[String]
    Definition Classes
    Product
  26. val safetyFlag: Option[Boolean]
  27. val serviceComponentBin: Option[TPEGbin]
  28. val serviceComponentFrameContent: Option[ServiceComponentFrameContent]
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  32. 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 Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped