R/DataSourceInfoTLReady.R

DataSourceInfoTLReady <- setClass(
  # Set the name for the class
  "DataSourceInfoTLReady",

  # Define the slots
  slots = c(
    connInfo = "list",
    title = "character",
    accessDriver="character",
    type="character"
    ),

  prototype=list(
    connInfo = list(),
    title = "",
    accessDriver="",
    type=""

  )

)
dvm1607/TrajDataAccess documentation built on May 15, 2019, 6:19 p.m.