org.plasma.sdo.XmlProperty Maven / Gradle / Ivy
//==============================================================================
//
// This software artifact was generated using Plasma
// provisioning tools. Do not modify.
//
//==============================================================================
package org.plasma.sdo;
import org.plasma.sdo.profile.XmlNodeType;
import fUML.Syntax.Classes.Kernel.*;
/**
*
* This stereotype provides modelling-context specific alternative names for UML named elements within a model. While a UML logical model often differs greatly from a physical model for example, the intent is to provide enough naming and other context specific information to make the physical model entirely reflective or derivitive of the UML logical model. In other words support the generation of multiple context-specific models from a single UML logical model. Modelling context specific names or aliases are particularly important as they often differ greatly between modelling contexts due to various standard naming conventions or technology limitations such as name length.
*
* @author Plasma-Team
* @version 2.0.3
*/
public interface XmlProperty{
public XmlNodeType getNodeType();
public void setNodeType(XmlNodeType value);
public Property getBase_Property();
public void setBase_Property(Property value);
}