org.plasma.sdo.profile.SDOIncrement Maven / Gradle / Ivy
//==============================================================================
//
// This software artifact was generated using Plasma
// provisioning tools. Do not modify.
//
//==============================================================================
package org.plasma.sdo.profile;
import fUML.Syntax.Classes.Kernel.*;
import org.modeldriven.fuml.repository.ext.Stereotype;
import org.plasma.sdo.Increment;
/**
*
* Indicates that a property utilizes the atomic increment operation or capability of the underlying data store
*
* @author Plasma-Team
* @version 2.0.3
*/
public class SDOIncrement extends Stereotype
implements Increment
{
public static final String BASE__PROPERTY = "base_Property";
private Property base_Property;
public Property getBase_Property() {
return this.base_Property;
}
public void setBase_Property(Property value) {
this.base_Property = value;
}
}