All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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.0.3
*/
public interface Increment{


    public Property getBase_Property();

    public void setBase_Property(Property value);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy