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

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

There is a newer version: 1.3.3
Show newest version
//==============================================================================
//                                                          
// This software artifact was generated using PlasmaSDO    
// provisioning tools.                                      
//                                                          
//==============================================================================
package org.plasma.sdo;



import org.plasma.sdo.profile.KeyType;


import fUML.Syntax.Classes.Kernel.*;

/**
* 
* This stereotype tags or annotates a UML property as representing some type of key within a data store, data transfer or transient storage medium.
* 
* @author Plasma-Team
* @version 1.1.5
*/
public interface Key{


    public KeyType getType();

    public void setType(KeyType value);

    public Property getBase_Property();

    public void setBase_Property(Property value);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy