Packages

case class DataType(_internal: DataTypeFragment) extends Fragment with Product with Serializable

Annotations
@JSExportAll()
Linear Supertypes
Serializable, Serializable, Product, Equals, Fragment, EncodesModel, BaseUnit, PlatformSecrets, AmfObjectWrapper, Annotable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DataType
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Fragment
  7. EncodesModel
  8. BaseUnit
  9. PlatformSecrets
  10. AmfObjectWrapper
  11. Annotable
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DataType()
    Annotations
    @JSExportTopLevel( "model.domain.DataType" )
  2. new DataType(_internal: DataTypeFragment)

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. def annotations(): Annotations
    Definition Classes
    AmfObjectWrapper → Annotable
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. def cloneUnit(): BaseUnit
    Definition Classes
    BaseUnit
  8. def encodes: DomainElement
    Definition Classes
    EncodesModel
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def findById(id: String): convert.CoreClientConverters.ClientOption[DomainElement]
    Definition Classes
    BaseUnit
  12. def findByType(typeId: String): convert.CoreClientConverters.ClientList[DomainElement]
    Definition Classes
    BaseUnit
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def id: String
    Definition Classes
    BaseUnit
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def location: String
    Definition Classes
    BaseUnit
  17. def modelVersion: StrField
    Definition Classes
    BaseUnit
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. val platform: Platform
    Definition Classes
    PlatformSecrets
  22. def raw: convert.CoreClientConverters.ClientOption[String]
    Definition Classes
    BaseUnit
  23. def references(): convert.CoreClientConverters.ClientList[BaseUnit]
    Definition Classes
    BaseUnit
  24. def sourceVendor: convert.CoreClientConverters.ClientOption[Vendor]
    Definition Classes
    BaseUnit
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toNativeRdfModel(renderOptions: RenderOptions): RdfModel
    Definition Classes
    BaseUnit
  27. def usage: StrField
    Definition Classes
    BaseUnit
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  31. def withEncodes(encoded: DomainElement): DataType.this.type
    Definition Classes
    EncodesModel
  32. def withId(id: String): DataType.this.type
    Definition Classes
    BaseUnit
  33. def withLocation(location: String): DataType.this.type
    Definition Classes
    BaseUnit
  34. def withRaw(raw: String): DataType.this.type
    Definition Classes
    BaseUnit
  35. def withReferences(references: convert.CoreClientConverters.ClientList[BaseUnit]): DataType.this.type
    Definition Classes
    BaseUnit
  36. def withUsage(usage: String): DataType.this.type
    Definition Classes
    BaseUnit

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Fragment

Inherited from EncodesModel

Inherited from BaseUnit

Inherited from PlatformSecrets

Inherited from AmfObjectWrapper

Inherited from Annotable

Inherited from AnyRef

Inherited from Any

Ungrouped