public interface VRuleEntry
extends org.eclipse.emf.ecore.EObject
The following features are supported:
VRulerepositoryPackage.getRuleEntry()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<VElement> |
getElements()
Returns the value of the 'Elements' reference list.
|
MergeType |
getMergeType()
Returns the value of the 'Merge Type' attribute.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
Rule |
getRule()
Returns the value of the 'Rule' containment reference.
|
void |
setMergeType(MergeType value)
Sets the value of the '
Merge
Type' attribute. |
void |
setName(String value)
Sets the value of the '
Name'
attribute. |
void |
setRule(Rule value)
Sets the value of the '
Rule'
containment reference. |
String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
VRulerepositoryPackage.getRuleEntry_Name()void setName(String value)
Name'
attribute.
value - the new value of the 'Name' attribute.getName()Rule getRule()
If the meaning of the 'Rule' containment reference isn't clear, there really should be more of a description here...
setRule(Rule),
VRulerepositoryPackage.getRuleEntry_Rule()void setRule(Rule value)
Rule'
containment reference.
value - the new value of the 'Rule' containment reference.getRule()org.eclipse.emf.common.util.EList<VElement> getElements()
VElement.
If the meaning of the 'Elements' reference list isn't clear, there really should be more of a description here...
VRulerepositoryPackage.getRuleEntry_Elements()MergeType getMergeType()
"Or".
The literals are from the enumeration MergeType.
If the meaning of the 'Merge Type' attribute isn't clear, there really should be more of a description here...
MergeType,
setMergeType(MergeType),
VRulerepositoryPackage.getRuleEntry_MergeType()void setMergeType(MergeType value)
Merge
Type' attribute.
value - the new value of the 'Merge Type' attribute.MergeType,
getMergeType()Copyright © 2020. All rights reserved.