public interface ScopeNode extends ValidatableObject
The following features are supported:
DecisiontablePackage.getScopeNode()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList |
getBackupInfo()
Returns the value of the 'Backup Info' attribute list.
|
org.eclipse.emf.common.util.EList |
getChildren()
Returns the value of the 'Children' containment reference list.
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute
|
ScopeNode |
getParent()
Returns the value of the 'Parent' container reference.
|
org.eclipse.emf.common.util.EList |
getSubtree() |
boolean |
isDescendent()
Returns the value of the 'Descendent' attribute
|
boolean |
isExpanded()
Returns the value of the 'Expanded' attribute
|
void |
setDescendent(boolean value)
Sets the value of the '
Descendent' attribute |
void |
setExpanded(boolean value)
Sets the value of the '
Expanded' attribute |
void |
setName(java.lang.String value)
Sets the value of the '
Name' attribute |
void |
setParent(ScopeNode value)
Sets the value of the '
Parent' container reference |
getValidationMessages, hasErrors, hasErrors, hasErrorsOrWarnings, hasErrorsOrWarnings, hasSeverity, hasSeverity, hasWarnings, hasWarnings, isValid, isValidstatic final java.lang.String copyright
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
DecisiontablePackage.getScopeNode_Name()void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()boolean isDescendent()
If the meaning of the 'Descendent' attribute isn't clear, there really should be more of a description here...
setDescendent(boolean),
DecisiontablePackage.getScopeNode_Descendent()void setDescendent(boolean value)
Descendent' attribute.
value - the new value of the 'Descendent' attribute.isDescendent()org.eclipse.emf.common.util.EList getBackupInfo()
String.
If the meaning of the 'Backup Info' attribute list isn't clear, there really should be more of a description here...
DecisiontablePackage.getScopeNode_BackupInfo()boolean isExpanded()
If the meaning of the 'Expanded' attribute isn't clear, there really should be more of a description here...
setExpanded(boolean),
DecisiontablePackage.getScopeNode_Expanded()void setExpanded(boolean value)
Expanded' attribute.
value - the new value of the 'Expanded' attribute.isExpanded()ScopeNode getParent()
Children'.
If the meaning of the 'Parent' container reference isn't clear, there really should be more of a description here...
setParent(ScopeNode),
DecisiontablePackage.getScopeNode_Parent(),
getChildren()void setParent(ScopeNode value)
Parent' container reference.
value - the new value of the 'Parent' container reference.getParent()org.eclipse.emf.common.util.EList getChildren()
ScopeNode.
It is bidirectional and its opposite is 'Parent'.
If the meaning of the 'Children' containment reference list isn't clear, there really should be more of a description here...
DecisiontablePackage.getScopeNode_Children(),
getParent()org.eclipse.emf.common.util.EList getSubtree()
Copyright © 2005-2013 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.