org.eclipse.gmf.codegen.gmfgen
Interface GenRuleBase

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
GenAuditRule, GenMetricRule
All Known Implementing Classes:
GenAuditRuleImpl, GenMetricRuleImpl, GenRuleBaseImpl

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

A representation of the model object 'Gen Rule Base'. Base class for rule like audit, metric rules...

The following features are supported:

See Also:
GMFGenPackage.getGenRuleBase()
Generated
Model Properties:
abstract="true"

Method Summary
 String getDescription()
          Returns the value of the 'Description' attribute.
 String getName()
          Returns the value of the 'Name' attribute.
 void setDescription(String value)
          Sets the value of the 'Description' attribute.
 void setName(String value)
          Sets the value of the 'Name' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getName

String getName()
Returns the value of the 'Name' attribute. A human readable name of this rule

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), GMFGenPackage.getGenRuleBase_Name()
Generated
Model Properties:

setName

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

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

getDescription

String getDescription()
Returns the value of the 'Description' attribute. The detailed description of this rule semantics

Returns:
the value of the 'Description' attribute.
See Also:
setDescription(String), GMFGenPackage.getGenRuleBase_Description()
Generated
Model Properties:

setDescription

void setDescription(String value)
Sets the value of the 'Description' attribute.

Parameters:
value - the new value of the 'Description' attribute.
See Also:
getDescription()
Generated


Copyright © 2012. All Rights Reserved.