* @return a new JDOCollection instance bound to this JDOField
* @exception ModelException if impossible
*/
public JDOCollection createJDOCollection() throws ModelException {
if (relationship != null)
throw new ModelException(
msg.msg("EXC_RelationshipAlreadyDefined", //NOI18N
getName(), relationship));
return super.createJDOCollection();
}