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

org.contextmapper.tactic.dsl.tacticdsl.DtoReference Maven / Gradle / Ivy

There is a newer version: 6.12.0
Show newest version
/**
 * generated by Xtext 2.20.0
 */
package org.contextmapper.tactic.dsl.tacticdsl;


/**
 * 
 * A representation of the model object 'Dto Reference'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.contextmapper.tactic.dsl.tacticdsl.DtoReference#getDomainObjectType Domain Object Type}
  • *
  • {@link org.contextmapper.tactic.dsl.tacticdsl.DtoReference#isValid Valid}
  • *
  • {@link org.contextmapper.tactic.dsl.tacticdsl.DtoReference#getValidMessage Valid Message}
  • *
* * @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getDtoReference() * @model * @generated */ public interface DtoReference extends DtoProperty { /** * Returns the value of the 'Domain Object Type' reference. * *

* If the meaning of the 'Domain Object Type' reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Domain Object Type' reference. * @see #setDomainObjectType(SimpleDomainObject) * @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getDtoReference_DomainObjectType() * @model * @generated */ SimpleDomainObject getDomainObjectType(); /** * Sets the value of the '{@link org.contextmapper.tactic.dsl.tacticdsl.DtoReference#getDomainObjectType Domain Object Type}' reference. * * * @param value the new value of the 'Domain Object Type' reference. * @see #getDomainObjectType() * @generated */ void setDomainObjectType(SimpleDomainObject value); /** * Returns the value of the 'Valid' attribute. * *

* If the meaning of the 'Valid' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Valid' attribute. * @see #setValid(boolean) * @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getDtoReference_Valid() * @model * @generated */ boolean isValid(); /** * Sets the value of the '{@link org.contextmapper.tactic.dsl.tacticdsl.DtoReference#isValid Valid}' attribute. * * * @param value the new value of the 'Valid' attribute. * @see #isValid() * @generated */ void setValid(boolean value); /** * Returns the value of the 'Valid Message' attribute. * *

* If the meaning of the 'Valid Message' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Valid Message' attribute. * @see #setValidMessage(String) * @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getDtoReference_ValidMessage() * @model * @generated */ String getValidMessage(); /** * Sets the value of the '{@link org.contextmapper.tactic.dsl.tacticdsl.DtoReference#getValidMessage Valid Message}' attribute. * * * @param value the new value of the 'Valid Message' attribute. * @see #getValidMessage() * @generated */ void setValidMessage(String value); } // DtoReference




© 2015 - 2025 Weber Informatics LLC | Privacy Policy