C# Class libsbmlcs.CompartmentType

Inheritance: SBase
ファイルを表示 Open project: sys-bio/libroadrunner-deps Class Usage Examples

Public Methods

Method Description
CompartmentType ( CompartmentType orig ) : System
CompartmentType ( SBMLNamespaces sbmlns ) : System
CompartmentType ( long level, long version ) : System
Dispose ( ) : void
clone ( ) : CompartmentType
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
CompartmentType ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( CompartmentType obj ) : HandleRef
getCPtrAndDisown ( CompartmentType obj ) : HandleRef

Method Details

CompartmentType() public method

public CompartmentType ( CompartmentType orig ) : System
orig CompartmentType
return System

CompartmentType() public method

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

CompartmentType() public method

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

Dispose() public method

public Dispose ( ) : void
return void

clone() public method

public clone ( ) : CompartmentType
return CompartmentType

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