org.eclipse.emf.ecp.view.spi.rule.model
Interface ShowRule

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

public interface ShowRule
extends Rule

A representation of the model object 'Show Rule'.

The following features are supported:

Since:
1.2
See Also:
RulePackage.getShowRule()

Method Summary
 boolean isHide()
          Returns the value of the 'Hide' attribute.
 void setHide(boolean value)
          Sets the value of the 'Hide' attribute.
 
Methods inherited from interface org.eclipse.emf.ecp.view.spi.rule.model.Rule
getCondition, setCondition
 
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

isHide

boolean isHide()
Returns the value of the 'Hide' attribute.

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

Returns:
the value of the 'Hide' attribute.
See Also:
setHide(boolean), RulePackage.getShowRule_Hide()

setHide

void setHide(boolean value)
Sets the value of the 'Hide' attribute.

Parameters:
value - the new value of the 'Hide' attribute.
See Also:
isHide()


Copyright © 2014. All Rights Reserved.