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

org.plasma.sdo.profile.SDOXmlProperty Maven / Gradle / Ivy

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


import fUML.Syntax.Classes.Kernel.*;
import org.modeldriven.fuml.repository.ext.Stereotype;
import org.plasma.sdo.XmlProperty;
/**
* 
* 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 class SDOXmlProperty extends Stereotype
    implements XmlProperty
{

    /**
    * Associates a given UML element with a physical data store element. Where the physical data store is a relational database, this tag contains the name of a relational database table, schema, column or other relational database element.
    */
    public static final String NODE_TYPE = "nodeType";
    public static final String BASE__PROPERTY = "base_Property";

    /**
    * Associates a given UML element with a physical data store element. Where the physical data store is a relational database, this tag contains the name of a relational database table, schema, column or other relational database element.
    */
    private XmlNodeType nodeType;
    private Property base_Property;


    public XmlNodeType getNodeType() {
        return this.nodeType;
    }

    public void setNodeType(XmlNodeType value) {
        this.nodeType = value;
    }

    public Property getBase_Property() {
        return this.base_Property;
    }

    public void setBase_Property(Property value) {
        this.base_Property = value;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy