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.5
- Author:
- Plasma-Team
getBase_Property
fUML.Syntax.Classes.Kernel.Property getBase_Property()
setBase_Property
void setBase_Property(fUML.Syntax.Classes.Kernel.Property value)
getGroup
java.lang.String getGroup()
setGroup
void setGroup(java.lang.String value)
Copyright © 2013. All Rights Reserved.