org.plasma.sdo
Interface UniqueConstraint

All Known Implementing Classes:
SDOUniqueConstraint

public interface UniqueConstraint

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.

Version:
1.1.7
Author:
Plasma-Team

Method Summary
 fUML.Syntax.Classes.Kernel.Property getBase_Property()
           
 String getGroup()
           
 void setBase_Property(fUML.Syntax.Classes.Kernel.Property value)
           
 void setGroup(String value)
           
 

Method Detail

getBase_Property

fUML.Syntax.Classes.Kernel.Property getBase_Property()

setBase_Property

void setBase_Property(fUML.Syntax.Classes.Kernel.Property value)

getGroup

String getGroup()

setGroup

void setGroup(String value)


Copyright © 2014. All rights reserved.