org.plasma.sdo.UniqueConstraint Maven / Gradle / Ivy
//==============================================================================
//
// This software artifact was generated using Plasma
// provisioning tools. Do not modify.
//
//==============================================================================
package org.plasma.sdo;
import fUML.Syntax.Classes.Kernel.*;
/**
*
* This stereotype tags a UML property as unique within its UML class and resulting SDO Type. if the unique constraint 'name' is valued, the name is used all or in part as the final physical constraint id within a physical data store. Where multiple properties within a class are tagged with this stereotype, if the unique constraint 'name' is valued for more than one UML property, these properties will be used together in the resulting physical constraint.
*
* @author Plasma-Team
* @version 2.0.3
*/
public interface UniqueConstraint{
public Property getBase_Property();
public void setBase_Property(Property value);
public String getGroup();
public void setGroup(String value);
}