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

io.pelle.mango.dsl.mango.DictionaryControl Maven / Gradle / Ivy

/**
 */
package io.pelle.mango.dsl.mango;


/**
 * 
 * A representation of the model object 'Dictionary Control'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link io.pelle.mango.dsl.mango.DictionaryControl#getBaseControl Base Control}
  • *
* * @see io.pelle.mango.dsl.mango.MangoPackage#getDictionaryControl() * @model * @generated */ public interface DictionaryControl extends DictionaryContainerContent { /** * Returns the value of the 'Base Control' containment reference. * *

* If the meaning of the 'Base Control' containment reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Base Control' containment reference. * @see #setBaseControl(BaseDictionaryControl) * @see io.pelle.mango.dsl.mango.MangoPackage#getDictionaryControl_BaseControl() * @model containment="true" * @generated */ BaseDictionaryControl getBaseControl(); /** * Sets the value of the '{@link io.pelle.mango.dsl.mango.DictionaryControl#getBaseControl Base Control}' containment reference. * * * @param value the new value of the 'Base Control' containment reference. * @see #getBaseControl() * @generated */ void setBaseControl(BaseDictionaryControl value); } // DictionaryControl




© 2015 - 2024 Weber Informatics LLC | Privacy Policy