org.plasma.provisioning
Class UniqueConstraint
java.lang.Object
org.plasma.provisioning.UniqueConstraint
public class UniqueConstraint
- extends Object
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.
Java class for UniqueConstraint complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UniqueConstraint">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="group" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
group
protected String group
UniqueConstraint
public UniqueConstraint()
getGroup
public String getGroup()
- Gets the value of the group property.
- Returns:
- possible object is
String
setGroup
public void setGroup(String value)
- Sets the value of the group property.
- Parameters:
value - allowed object is
String
Copyright © 2014. All rights reserved.