org.plasma.sdo.Increment Maven / Gradle / Ivy
//==============================================================================
//
// This software artifact was generated using Plasma
// provisioning tools. Do not modify.
//
//==============================================================================
package org.plasma.sdo;
import fUML.Syntax.Classes.Kernel.*;
/**
*
* Indicates that a property utilizes the atomic increment operation or capability of the underlying data store
*
* @author Plasma-Team
* @version 2.1.0
*/
public interface Increment{
public Property getBase_Property();
public void setBase_Property(Property value);
}