Dictionary M2 support to add/remove property constraint ref

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@15988 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Jan Vonka
2009-08-28 15:02:57 +00:00
parent d26d4cbc5a
commit d5a1794c18
3 changed files with 271 additions and 239 deletions

View File

@@ -65,6 +65,11 @@ public class M2Constraint
{
return ref;
}
public void setRef(String refName)
{
this.ref = refName;
}
public String getType()
{