org.openxma.dsl.dom.model
Interface DataBaseConstraint

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
DataBaseConstraintImpl

public interface DataBaseConstraint
extends org.eclipse.emf.ecore.EObject

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

The following features are supported:

See Also:
DomPackage.getDataBaseConstraint()

Method Summary
 org.eclipse.emf.common.util.EList<Attribute> getAttributes()
          Returns the value of the 'Attributes' reference list.
 String getName()
          Returns the value of the 'Name' attribute.
 org.eclipse.emf.common.util.EList<Attribute> getResolvedAttributeList()
          Returns the value of the 'Resolved Attribute List' reference list.
 DataBaseConstraintType getType()
          Returns the value of the 'Type' attribute.
 void setName(String value)
          Sets the value of the 'Name' attribute.
 void setType(DataBaseConstraintType value)
          Sets the value of the 'Type' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getType

DataBaseConstraintType getType()
Returns the value of the 'Type' attribute. The literals are from the enumeration DataBaseConstraintType.

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

Returns:
the value of the 'Type' attribute.
See Also:
DataBaseConstraintType, setType(DataBaseConstraintType), DomPackage.getDataBaseConstraint_Type()

setType

void setType(DataBaseConstraintType value)
Sets the value of the 'Type' attribute.

Parameters:
value - the new value of the 'Type' attribute.
See Also:
DataBaseConstraintType, getType()

getName

String getName()
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...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), DomPackage.getDataBaseConstraint_Name()

setName

void setName(String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getAttributes

org.eclipse.emf.common.util.EList<Attribute> getAttributes()
Returns the value of the 'Attributes' reference list. The list contents are of type Attribute.

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

Returns:
the value of the 'Attributes' reference list.
See Also:
DomPackage.getDataBaseConstraint_Attributes()

getResolvedAttributeList

org.eclipse.emf.common.util.EList<Attribute> getResolvedAttributeList()
Returns the value of the 'Resolved Attribute List' reference list. The list contents are of type Attribute.

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

Returns:
the value of the 'Resolved Attribute List' reference list.
See Also:
DomPackage.getDataBaseConstraint_ResolvedAttributeList()


Copyright © 2013. All Rights Reserved.