org.plasma.provisioning
Class UniqueConstraint

java.lang.Object
  extended by org.plasma.provisioning.UniqueConstraint

public class UniqueConstraint
extends java.lang.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>
 


Field Summary
protected  java.lang.String group
           
 
Constructor Summary
UniqueConstraint()
           
 
Method Summary
 java.lang.String getGroup()
          Gets the value of the group property.
 void setGroup(java.lang.String value)
          Sets the value of the group property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

group

protected java.lang.String group
Constructor Detail

UniqueConstraint

public UniqueConstraint()
Method Detail

getGroup

public java.lang.String getGroup()
Gets the value of the group property.

Returns:
possible object is String

setGroup

public void setGroup(java.lang.String value)
Sets the value of the group property.

Parameters:
value - allowed object is String


Copyright © 2013. All Rights Reserved.