org.plasma.sdo.Sort Maven / Gradle / Ivy
The newest version!
//==============================================================================
//
// This software artifact was generated using PlasmaSDO
// provisioning tools.
//
//==============================================================================
package org.plasma.sdo;
import fUML.Syntax.Classes.Kernel.*;
/**
*
* Assigns ordering and other related information to properties within an entity.
*
* @author Plasma-Team
* @version 1.3.3
*/
public interface Sort{
public Property getBase_Property();
public void setBase_Property(Property value);
public String getKey();
public void setKey(String value);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy