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

org.openxma.dsl.dom.model.DataBaseConstraint Maven / Gradle / Ivy

There is a newer version: 6.0.2
Show newest version
/**
 * 
 * 
 *
 * $Id: DataBaseConstraint.java 10224 2013-01-04 15:48:48Z dschwarz $
 */
package org.openxma.dsl.dom.model;

import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;

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

* The following features are supported: *

    *
  • {@link org.openxma.dsl.dom.model.DataBaseConstraint#getType Type}
  • *
  • {@link org.openxma.dsl.dom.model.DataBaseConstraint#getName Name}
  • *
  • {@link org.openxma.dsl.dom.model.DataBaseConstraint#getAttributes Attributes}
  • *
  • {@link org.openxma.dsl.dom.model.DataBaseConstraint#getResolvedAttributeList Resolved Attribute List}
  • *
*

* * @see org.openxma.dsl.dom.DomPackage#getDataBaseConstraint() * @model * @generated */ public interface DataBaseConstraint extends EObject { /** * Returns the value of the 'Type' attribute. * The literals are from the enumeration {@link org.openxma.dsl.dom.model.DataBaseConstraintType}. * *

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

* * @return the value of the 'Type' attribute. * @see org.openxma.dsl.dom.model.DataBaseConstraintType * @see #setType(DataBaseConstraintType) * @see org.openxma.dsl.dom.DomPackage#getDataBaseConstraint_Type() * @model * @generated */ DataBaseConstraintType getType(); /** * Sets the value of the '{@link org.openxma.dsl.dom.model.DataBaseConstraint#getType Type}' attribute. * * * @param value the new value of the 'Type' attribute. * @see org.openxma.dsl.dom.model.DataBaseConstraintType * @see #getType() * @generated */ void setType(DataBaseConstraintType value); /** * Returns the value of the 'Name' attribute. * *

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

* * @return the value of the 'Name' attribute. * @see #setName(String) * @see org.openxma.dsl.dom.DomPackage#getDataBaseConstraint_Name() * @model * @generated */ String getName(); /** * Sets the value of the '{@link org.openxma.dsl.dom.model.DataBaseConstraint#getName Name}' attribute. * * * @param value the new value of the 'Name' attribute. * @see #getName() * @generated */ void setName(String value); /** * Returns the value of the 'Attributes' reference list. * The list contents are of type {@link org.openxma.dsl.dom.model.Attribute}. * *

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

* * @return the value of the 'Attributes' reference list. * @see org.openxma.dsl.dom.DomPackage#getDataBaseConstraint_Attributes() * @model * @generated */ EList getAttributes(); /** * Returns the value of the 'Resolved Attribute List' reference list. * The list contents are of type {@link org.openxma.dsl.dom.model.Attribute}. * *

* If the meaning of the 'Resolved Attribute List' reference list isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Resolved Attribute List' reference list. * @see org.openxma.dsl.dom.DomPackage#getDataBaseConstraint_ResolvedAttributeList() * @model resolveProxies="false" transient="true" changeable="false" volatile="true" derived="true" * @generated */ EList getResolvedAttributeList(); } // DataBaseConstraint




© 2015 - 2024 Weber Informatics LLC | Privacy Policy