Attribute: ccpCode
ccpCode ('threeLetterCode') identifying 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_00031
|
Model Type:
|
LongWord
|
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:
|
ccpCode_consistent_with_residue
|
python code
|
rr = self.residue
isValid = (rr is None or value == rr.ccpCode)
|
|