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

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

/**
 * generated by Xtext 2.21.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. * * * @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. * * * @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. * * * @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 - 2024 Weber Informatics LLC | Privacy Policy