C# Class libsbmlcs.SpeciesType

Inheritance: SBase
Exibir arquivo Open project: sys-bio/libroadrunner-deps Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
SpeciesType ( SBMLNamespaces sbmlns ) : System
SpeciesType ( SpeciesType orig ) : System
SpeciesType ( long level, long version ) : System
clone ( ) : SpeciesType
getElementName ( ) : string
getId ( ) : string
getName ( ) : string
getTypeCode ( ) : int
hasRequiredAttributes ( ) : bool
isSetId ( ) : bool
isSetName ( ) : bool
setId ( string sid ) : int
setName ( string name ) : int
unsetName ( ) : int

Private Methods

Method Description
SpeciesType ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( SpeciesType obj ) : HandleRef
getCPtrAndDisown ( SpeciesType obj ) : HandleRef

Method Details

Dispose() public method

public Dispose ( ) : void
return void

SpeciesType() public method

public SpeciesType ( SBMLNamespaces sbmlns ) : System
sbmlns SBMLNamespaces
return System

SpeciesType() public method

public SpeciesType ( SpeciesType orig ) : System
orig SpeciesType
return System

SpeciesType() public method

public SpeciesType ( long level, long version ) : System
level long
version long
return System

clone() public method

public clone ( ) : SpeciesType
return SpeciesType

getElementName() public method

public getElementName ( ) : string
return string

getId() public method

public getId ( ) : string
return string

getName() public method

public getName ( ) : string
return string

getTypeCode() public method

public getTypeCode ( ) : int
return int

hasRequiredAttributes() public method

public hasRequiredAttributes ( ) : bool
return bool

isSetId() public method

public isSetId ( ) : bool
return bool

isSetName() public method

public isSetName ( ) : bool
return bool

setId() public method

public setId ( string sid ) : int
sid string
return int

setName() public method

public setName ( string name ) : int
name string
return int

unsetName() public method

public unsetName ( ) : int
return int