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

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

The newest version!
//==============================================================================
//                                                          
// This software artifact was generated using PlasmaSDO    
// provisioning tools.                                      
//                                                          
//==============================================================================
package org.plasma.sdo;





import fUML.Syntax.Classes.Kernel.*;

/**
* 
* This stereotype constrains a UML property by means of a given UML enumeration. It enables use of UML Enumerations which are part of the UML model when specifying a constraint on class properties. UML Enumerations used with this stereotype must be tagged with the SDOEnumeration stereotype.
* 
* @author Plasma-Team
* @version 1.3.3
*/
public interface EnumerationConstraint{


    public Enumeration getValue();

    public void setValue(Enumeration value);

    public Property getBase_Property();

    public void setBase_Property(Property value);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy