org.openxma.dsl.dom.model
Interface AttributeValidationProperty

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

public interface AttributeValidationProperty
extends AttributeProperty

A representation of the model object 'Attribute Validation Property'.

The following features are supported:

See Also:
DomPackage.getAttributeValidationProperty()

Method Summary
 org.eclipse.emf.common.util.EList<org.openxma.dsl.core.model.Constraint> getConstraints()
          Returns the value of the 'Constraints' containment reference list.
 org.openxma.dsl.core.model.ValidatorReference getFormat()
          Returns the value of the 'Format' containment reference.
 void setFormat(org.openxma.dsl.core.model.ValidatorReference value)
          Sets the value of the 'Format' containment reference.
 
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

getConstraints

org.eclipse.emf.common.util.EList<org.openxma.dsl.core.model.Constraint> getConstraints()
Returns the value of the 'Constraints' containment reference list. The list contents are of type Constraint.

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

Returns:
the value of the 'Constraints' containment reference list.
See Also:
DomPackage.getAttributeValidationProperty_Constraints()

getFormat

org.openxma.dsl.core.model.ValidatorReference getFormat()
Returns the value of the 'Format' containment reference.

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

Returns:
the value of the 'Format' containment reference.
See Also:
setFormat(ValidatorReference), DomPackage.getAttributeValidationProperty_Format()

setFormat

void setFormat(org.openxma.dsl.core.model.ValidatorReference value)
Sets the value of the 'Format' containment reference.

Parameters:
value - the new value of the 'Format' containment reference.
See Also:
getFormat()


Copyright © 2013. All Rights Reserved.