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

org.plasma.sdo.profile.SDONamespace 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.Namespace;
/**
* 
* This stereotype tags or annotates a UML package as an SDO namespace.
* 
* @author Plasma-Team
* @version 2.0.1
*/
public class SDONamespace extends Stereotype
    implements Namespace
{

    public static final String BASE__PACKAGE = "base_Package";
    /**
    * The namespace URI used to reference all SDO Types contained within the UML package, and the namespace URI used link or map this UML package to SDO namespace specific configuration information.
    */
    public static final String URI = "uri";

    private fUML.Syntax.Classes.Kernel.Package base_Package;
    /**
    * The namespace URI used to reference all SDO Types contained within the UML package, and the namespace URI used link or map this UML package to SDO namespace specific configuration information.
    */
    private String uri;


    public fUML.Syntax.Classes.Kernel.Package getBase_Package() {
        return this.base_Package;
    }

    public void setBase_Package(fUML.Syntax.Classes.Kernel.Package value) {
        this.base_Package = value;
    }

    public String getUri() {
        return this.uri;
    }

    public void setUri(String value) {
        this.uri = value;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy