Data Model version 2.0.6

Attribute: molType


    String describing the molecule type of the ChemComp giving the type of the ResonanceGroup. Used as a key in deriving the link chemComp.

guid: www.ccpn.ac.uk_Fogh_2006-08-16-18:20:10_00029
Model Type: ccp.api.molecule.ChemComp.MolType
Implementation Type: String
Multiplicity: 0..1
Changeability: changeable
isDerived: False
isAutomatic: False
isImplementation: False
isImplicit: False
isAbstract: False
Scope: instance_level
Default Value: None

Constraint name:

molType_consistent_with_residue
python code rr = self.residue
isValid = (rr is None or value == rr.molType)

Methods

Method Return Parameters Comment
getMolType ccp.api.molecule.ChemComp.MolType -
setMolType - ccp.api.molecule.ChemComp.MolType
  Data Model Version 2.0.6
Go to Top  
  Autogenerated by  PyApiDocGen  revision 1.3   on  Wed Aug 7 15:06:48 2013    from data model package  ccp.api.nmr.Nmr.ResonanceGroup   revision 1.55  
  Work done by the CCPN team.
www.ccpn.ac.uk