toggle menu
version-models
JVM
switch theme
search in API
version-models
/
org.cryptotrader.version.library.model.module
/
ProgramModuleDescendent
Program
Module
Descendent
open
class
ProgramModuleDescendent
:
ProgramModule
Inheritors
Pom
Members
Constructors
Program
Module
Descendent
Link copied to clipboard
constructor
(
moduleType
:
ModuleLibrary
,
modulePath
:
Path
,
configFileType
:
ConfigFileType
)
constructor
(
moduleType
:
ModuleLibrary
,
modulePath
:
Path
,
configFileType
:
ConfigFileType
,
parent
:
ProgramModule
,
child
:
ProgramModule
)
Properties
config
File
Type
Link copied to clipboard
open
var
configFileType
:
ConfigFileType
module
Path
Link copied to clipboard
open
var
modulePath
:
Path
module
Type
Link copied to clipboard
open
var
moduleType
:
ModuleLibrary
name
Link copied to clipboard
open
var
name
:
String
version
Link copied to clipboard
open
var
version
:
String
Functions
equals
Link copied to clipboard
open
fun
equals
(
o
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String