View Javadoc
1 package com.bonevich.erj.mof.interfaces.model; 2 3 public interface ContainsKeys extends javax.jmi.reflect.RefAssociation 4 { 5 public boolean exists(com.bonevich.erj.mof.interfaces.model.Relation _Relation, com.bonevich.erj.mof.interfaces.model.KeyConstraint _Keys); 6 public com.bonevich.erj.mof.interfaces.model.Relation getRelation(com.bonevich.erj.mof.interfaces.model.KeyConstraint _Keys); 7 public java.util.List getKeys(com.bonevich.erj.mof.interfaces.model.Relation _Relation); 8 public void add(com.bonevich.erj.mof.interfaces.model.Relation _Relation, com.bonevich.erj.mof.interfaces.model.KeyConstraint _Keys); 9 public void remove(com.bonevich.erj.mof.interfaces.model.Relation _Relation, com.bonevich.erj.mof.interfaces.model.KeyConstraint _Keys); 10 }

This page was automatically generated by Maven