Packages

o

io.prophecy.libs

AbinitioDMLs

object AbinitioDMLs

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AbinitioDMLs
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class PartialDataFormat(delimiter: Option[String] = None, precision: Option[Int] = None, scale: Option[Int] = None, format: Option[String] = None, miscProperties: Map[String, Any] = Map()) extends Product with Serializable
  2. type _server_log_t = String
  3. case class address_t(readable_name: String, e_mail_address: String) extends Product with Serializable
  4. type address_vec_t = List[address_t]
  5. case class bc_lookup_address_type(file_offset: Long, compr_size: Long, byte_offset: Long) extends Product with Serializable
  6. case class content_t(header: header_t, text: String, parts: part_vec_t) extends Product with Serializable
  7. case class decode_datetime_type(year: Integer, month: Integer, day: Integer, hour: Integer, minute: Integer, second: Integer, microsecond: Integer) extends Product with Serializable
  8. type directory_listing_type = Array[String]
  9. case class disposition_t(disp_type: String, parameters: parameter_vec_t) extends Product with Serializable
  10. case class dml_arg(name: String, dml_type: String, comment: String = "") extends Product with Serializable
  11. case class dml_expression_info(form: String, dml_type: String, operator: String, parenthesized: Byte = 0, operands: Array[String]) extends Product with Serializable
  12. case class dml_field_info(name: String, dml_type: String, defaultValue: String, condition: String, nullable: Byte = 0, nullflag: Byte = 0, form: String = "string", comment: String = null, typename: String = null, offset: Integer = null, includes: Array[String] = Array()) extends Product with Serializable
  13. type dml_field_info_item_vec = Array[String]
  14. type dml_field_info_vec = Array[dml_field_info]
  15. type dml_include_vec = Array[String]
  16. case class dml_key_info(field_name: String, modifiers: Array[String] = Array()) extends Product with Serializable
  17. type dml_key_info_vec = Array[dml_key_info]
  18. case class dml_package_info(package_name: String = "", attributes: Array[String] = Array(), members: Array[dml_package_member] = Array(), includes: Array[String] = Array()) extends Product with Serializable
  19. case class dml_package_member(form: String = null, dml_type: String = "", name: String = "", value: String = "", beforecomment: String = "", aftercomment: String = "") extends Product with Serializable
  20. case class dml_range_t(first: Int, last: Int) extends Product with Serializable
  21. case class dml_rule(lhs: String, rhs: String, priority: Int, comment: String = "") extends Product with Serializable
  22. type dml_rule_vec = Array[dml_rule]
  23. case class dml_statement(statement: String, comment: String = "") extends Product with Serializable
  24. case class dml_transform(function_name: String = "fn0", inputs: Array[dml_arg] = Array(), outputs: Array[dml_arg] = Array(dml_arg("out", "")), locals: Array[dml_variable] = Array(), statements: Array[dml_statement] = Array(), rules: Array[dml_rule] = Array(), includes: Array[String] = Array(), initCode: Array[String] = Array()) extends Product with Serializable
  25. case class dml_transform_info(name: String, package_name: String, outputs: Array[dml_arg], inputs: Array[dml_arg], locals: Array[dml_variable], statements: Array[dml_statement], rules: Array[dml_rule], includes: Array[String] = Array()) extends Product with Serializable
  26. case class dml_type_attribute_info(key: String, value: String) extends Product with Serializable
  27. case class dml_type_info(form: String = null, size: String = "0", length: String = "0", element_type: String = "", typename: String = "", index_type: String = "", index_expr: String = "", attributes: Array[dml_type_attribute_info] = Array(), includes: Array[String] = Array()) extends Product with Serializable
  28. type dml_type_info_vec = Array[dml_type_info]
  29. case class dml_variable(name: String, dml_type: String, init: String, comment: String = "") extends Product with Serializable
  30. case class envelope_t(return_path: address_vec_t, created_date: String, from: address_vec_t, sender: Option[address_t] = None, reply_to: Option[address_vec_t] = None, subject: String, to: address_vec_t, cc: Option[address_vec_t] = None, bcc: Option[address_vec_t] = None, in_reply_to: Option[String] = None, message_id: Option[String] = None) extends Product with Serializable
  31. case class file_information_type(found: Byte = 1, readable: Byte = 1, writeable: Byte = 1, executable: Byte = 1, file_type: String = "FILE", host: Array[Array[String]] = Array(), size: Long = 0, block_size: Long = 0, blocks: Long = 0, uid: Long = 0, gid: Long = 0, inode: Long = 0, device: Long = 0, created: Long = 0, modified: Long = 0, username: String = "", groupname: String = "", error: String = null) extends Product with Serializable
  32. case class file_t(url: String, data: void_vec_t) extends Product with Serializable
  33. case class file_t1(url: String, data: String) extends Product with Serializable
  34. type file_vec_t = List[file_t]
  35. case class header_t(mime_type: String, mime_subtype: String, parameters: parameter_vec_t, encoding: String, id: String, description: String, disposition: disposition_t, language: String, location: String) extends Product with Serializable
  36. type key_t = Int
  37. case class keyfile(key: key_t, file: file_t1) extends Product with Serializable
  38. type lookup_identifier_type = Long
  39. case class mailoutput(message: message_t, server_log: String) extends Product with Serializable
  40. case class message_t(envelope: envelope_t, content: content_t) extends Product with Serializable
  41. case class multifile_information_type(paths: Array[String] = Array(), found: Byte = 1, readable: Byte = 1, writeable: Byte = 1, executable: Byte = 1, file_type: String = "FILE", size: Long = 0, blocks: Long = 0, uid: Long = 0, gid: Long = 0, inode: Long = 0, device: Long = 0, created: Long = 0, modified: Long = 0, username: String = "", groupname: String = "") extends Product with Serializable
  42. case class parameter_info_type(name: String, value: String, interpretation: String = "pdl", value_in_file: Byte = 0, interpret_file_contents: Byte = 0, overridable: Byte = 1) extends Product with Serializable
  43. case class parameter_t(attribute: String, value: String) extends Product with Serializable
  44. type parameter_vec_t = List[parameter_t]
  45. case class part_t(header: header_t, text: String, data: void_vec_t) extends Product with Serializable
  46. type part_vec_t = List[part_t]
  47. case class pset_info_type(prototype: String, analysis_level: String = "expand", parameters: Array[parameter_info_type]) extends Product with Serializable
  48. case class table_property(storage_type: String = "") extends Product with Serializable
  49. case class text_message_t(key: key_t, to: address_vec_t, from: address_t, subject: String, text: String) extends Product with Serializable
  50. case class text_message_with_files_t(text_message: text_message_t, file_vec: file_vec_t) extends Product with Serializable
  51. type void_vec_t = List[Byte]

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 clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  15. def toString(): String
    Definition Classes
    AnyRef → Any
  16. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. object dml_expression_info extends Serializable
  20. object dml_field_info extends Serializable
  21. object dml_key_info extends Serializable
  22. object dml_package_member extends Serializable
  23. object dml_type_attribute_info extends Serializable
  24. object file_information_type extends Serializable
  25. object multifile_information_type extends Serializable

Deprecated Value Members

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

Inherited from AnyRef

Inherited from Any

Ungrouped