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

org.plasma.sdo.Sort Maven / Gradle / Ivy

//==============================================================================
//                                                                         
// This software artifact was generated using Plasma                       
// provisioning tools. Do not modify.                                      
//                                                                         
//==============================================================================
package org.plasma.sdo;





import fUML.Syntax.Classes.Kernel.*;

/**
* 
* Assigns ordering and other related information to properties within an entity.
* 
* @author Plasma-Team
* @version 2.0.3
*/
public interface Sort{


    public String getKey();

    public void setKey(String value);

    public Property getBase_Property();

    public void setBase_Property(Property value);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy