BusinessDomainDsl
Interface UniqueRule

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

public interface UniqueRule
extends AbstractBusinessRule

A representation of the model object 'Unique Rule'.

The following features are supported:

See Also:
BusinessDomainDslPackage.getUniqueRule()

Method Summary
 org.eclipse.emf.common.util.EList<Property> getProperties()
          Returns the value of the 'Properties' reference list.
 
Methods inherited from interface BusinessDomainDsl.AbstractBusinessRule
getBusinessClass, setBusinessClass
 
Methods inherited from interface BusinessDomainDsl.ModelElement
getDescription, getName, setDescription, setName
 
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

getProperties

org.eclipse.emf.common.util.EList<Property> getProperties()
Returns the value of the 'Properties' reference list. The list contents are of type Property.

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

Returns:
the value of the 'Properties' reference list.
See Also:
BusinessDomainDslPackage.getUniqueRule_Properties()


Copyright © 2010 Mod4j. All Rights Reserved.