guid:
|
www.ccpn.ac.uk_Fogh_2006-08-16-18:20:05_00025
|
Type:
|
ccp.api.nmr.NmrExpPrototype.RefExpDimRef
|
Multiplicity:
|
0..1
|
Changeability:
|
changeable
|
isDerived:
|
False
|
isAutomatic:
|
False
|
isImplementation:
|
False
|
isImplicit:
|
False
|
isAbstract:
|
False
|
Scope:
|
instance_level
|
Inverse role:
|
None
|
Constraint name:
|
refExpDimRef_is_secondary_key_for_expDimRef
|
python code
|
isValid = True
if value is not None:
for xx in self.expDim.expDimRefs:
if xx is not self and xx.refExpDimRef is value:
isValid = False
break
|