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

de.opitzconsulting.orcasDsl.Constraint Maven / Gradle / Ivy

Go to download

orcas model modified by syntax extensions (contains the original model). If custom-syntax-extensions are provided, there will be a custom artifact.

There is a newer version: 8.7.1
Show newest version
/**
 */
package de.opitzconsulting.orcasDsl;

import org.eclipse.emf.ecore.EObject;

/**
 * 
 * A representation of the model object 'Constraint'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link de.opitzconsulting.orcasDsl.Constraint#getConsName Cons Name}
  • *
  • {@link de.opitzconsulting.orcasDsl.Constraint#getRule Rule}
  • *
  • {@link de.opitzconsulting.orcasDsl.Constraint#getDeferrtype Deferrtype}
  • *
  • {@link de.opitzconsulting.orcasDsl.Constraint#getStatus Status}
  • *
* * @see de.opitzconsulting.orcasDsl.OrcasDslPackage#getConstraint() * @model * @generated */ public interface Constraint extends EObject { /** * Returns the value of the 'Cons Name' attribute. * *

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

* * @return the value of the 'Cons Name' attribute. * @see #setConsName(String) * @see de.opitzconsulting.orcasDsl.OrcasDslPackage#getConstraint_ConsName() * @model * @generated */ String getConsName(); /** * Sets the value of the '{@link de.opitzconsulting.orcasDsl.Constraint#getConsName Cons Name}' attribute. * * * @param value the new value of the 'Cons Name' attribute. * @see #getConsName() * @generated */ void setConsName(String value); /** * Returns the value of the 'Rule' attribute. * *

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

* * @return the value of the 'Rule' attribute. * @see #setRule(String) * @see de.opitzconsulting.orcasDsl.OrcasDslPackage#getConstraint_Rule() * @model * @generated */ String getRule(); /** * Sets the value of the '{@link de.opitzconsulting.orcasDsl.Constraint#getRule Rule}' attribute. * * * @param value the new value of the 'Rule' attribute. * @see #getRule() * @generated */ void setRule(String value); /** * Returns the value of the 'Deferrtype' attribute. * The literals are from the enumeration {@link de.opitzconsulting.orcasDsl.DeferrType}. * *

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

* * @return the value of the 'Deferrtype' attribute. * @see de.opitzconsulting.orcasDsl.DeferrType * @see #setDeferrtype(DeferrType) * @see de.opitzconsulting.orcasDsl.OrcasDslPackage#getConstraint_Deferrtype() * @model * @generated */ DeferrType getDeferrtype(); /** * Sets the value of the '{@link de.opitzconsulting.orcasDsl.Constraint#getDeferrtype Deferrtype}' attribute. * * * @param value the new value of the 'Deferrtype' attribute. * @see de.opitzconsulting.orcasDsl.DeferrType * @see #getDeferrtype() * @generated */ void setDeferrtype(DeferrType value); /** * Returns the value of the 'Status' attribute. * The literals are from the enumeration {@link de.opitzconsulting.orcasDsl.EnableType}. * *

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

* * @return the value of the 'Status' attribute. * @see de.opitzconsulting.orcasDsl.EnableType * @see #setStatus(EnableType) * @see de.opitzconsulting.orcasDsl.OrcasDslPackage#getConstraint_Status() * @model * @generated */ EnableType getStatus(); /** * Sets the value of the '{@link de.opitzconsulting.orcasDsl.Constraint#getStatus Status}' attribute. * * * @param value the new value of the 'Status' attribute. * @see de.opitzconsulting.orcasDsl.EnableType * @see #getStatus() * @generated */ void setStatus(EnableType value); } // Constraint




© 2015 - 2025 Weber Informatics LLC | Privacy Policy