00001 package edu.tum.cs.srldb.datadict; 00002 00003 public interface IDDRelationArgument { 00007 public String getDomainName(); 00008 }