1 package com.bonevich.erj.mof.interfaces.model;
2
3 public interface KeyConstraint extends com.bonevich.erj.mof.interfaces.model.ModelElement
4 {
5 // reference : relation
6 public com.bonevich.erj.mof.interfaces.model.Relation getRelation();
7 public void setRelation(com.bonevich.erj.mof.interfaces.model.Relation newValue);
8 // reference : attributes
9 public java.util.List getAttributes();
10 }
This page was automatically generated by Maven