public interface TestNode extends ValidatableObject
The following features are supported:
TreesetPackage.getTestNode()| 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.
|
org.eclipse.emf.common.util.EList |
getComments()
Returns the value of the 'Comments' attribute list.
|
java.lang.String |
getDatabaseID()
Returns the value of the 'Database ID' attribute
|
ValidationIssue |
getIssue()
Returns the value of the 'Issue' attribute.
|
org.eclipse.emf.common.util.EList |
getMessageItem()
Returns the value of the 'Message Item' reference list.
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute
|
int |
getNodeID()
Returns the value of the 'Node ID' attribute
|
TestNode |
getParent()
Returns the value of the 'Parent' container reference.
|
org.eclipse.emf.common.util.EList |
getReferencingHrefs()
Returns the value of the 'Referencing Hrefs' reference list.
|
Source |
getSource()
Returns the value of the 'Source' attribute.
|
boolean |
isExpanded()
Returns the value of the 'Expanded' attribute.
|
boolean |
isIgnoreValidation()
Returns the value of the 'Ignore Validation' attribute.
|
boolean |
isInvalid()
Returns the value of the 'Invalid' attribute
|
boolean |
isManuallyCreated()
Returns the value of the 'Manually Created' attribute
|
boolean |
isNewOrModified()
Returns the value of the 'New Or Modified' attribute
|
boolean |
isPassed()
Returns the value of the 'Passed' attribute.
|
void |
setDatabaseID(java.lang.String value)
Sets the value of the '
Database ID' attribute |
void |
setExpanded(boolean value)
Sets the value of the '
Expanded' attribute |
void |
setIgnoreValidation(boolean value)
Sets the value of the '
Ignore Validation' attribute |
void |
setInvalid(boolean value)
Sets the value of the '
Invalid' attribute |
void |
setIssue(ValidationIssue value)
Sets the value of the '
Issue' attribute |
void |
setManuallyCreated(boolean value)
Sets the value of the '
Manually Created' attribute |
void |
setName(java.lang.String value)
Sets the value of the '
Name' attribute |
void |
setNewOrModified(boolean value)
Sets the value of the '
New Or Modified' attribute |
void |
setNodeID(int value)
Sets the value of the '
Node ID' attribute |
void |
setParent(TestNode value)
Sets the value of the '
Parent' container reference |
void |
setPassed(boolean value)
Sets the value of the '
Passed' attribute |
void |
setSource(Source value)
Sets the value of the '
Source' attribute |
getValidationMessages, hasErrors, hasErrors, hasErrorsOrWarnings, hasErrorsOrWarnings, hasSeverity, hasSeverity, hasWarnings, hasWarnings, isValid, isValidstatic final java.lang.String copyright
TestNode getParent()
Children'.
If the meaning of the 'Parent' container reference isn't clear, there really should be more of a description here...
setParent(TestNode),
TreesetPackage.getTestNode_Parent(),
getChildren()void setParent(TestNode value)
Parent' container reference.
value - the new value of the 'Parent' container reference.getParent()org.eclipse.emf.common.util.EList getChildren()
TestNode.
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...
TreesetPackage.getTestNode_Children(),
getParent()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),
TreesetPackage.getTestNode_Name()void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()int getNodeID()
If the meaning of the 'Node ID' attribute isn't clear, there really should be more of a description here...
setNodeID(int),
TreesetPackage.getTestNode_NodeID()void setNodeID(int value)
Node ID' attribute.
value - the new value of the 'Node ID' attribute.getNodeID()boolean isInvalid()
If the meaning of the 'Invalid' attribute isn't clear, there really should be more of a description here...
setInvalid(boolean),
TreesetPackage.getTestNode_Invalid()void setInvalid(boolean value)
Invalid' attribute.
value - the new value of the 'Invalid' attribute.isInvalid()boolean isNewOrModified()
If the meaning of the 'New Or Modified' attribute isn't clear, there really should be more of a description here...
setNewOrModified(boolean),
TreesetPackage.getTestNode_NewOrModified()void setNewOrModified(boolean value)
New Or Modified' attribute.
value - the new value of the 'New Or Modified' attribute.isNewOrModified()boolean isManuallyCreated()
If the meaning of the 'Manually Created' attribute isn't clear, there really should be more of a description here...
setManuallyCreated(boolean),
TreesetPackage.getTestNode_ManuallyCreated()void setManuallyCreated(boolean value)
Manually Created' attribute.
value - the new value of the 'Manually Created' attribute.isManuallyCreated()Source getSource()
Source.
If the meaning of the 'Source' attribute isn't clear, there really should be more of a description here...
Source,
setSource(Source),
TreesetPackage.getTestNode_Source()void setSource(Source value)
Source' attribute.
value - the new value of the 'Source' attribute.Source,
getSource()boolean isExpanded()
"true".
If the meaning of the 'Expanded' attribute isn't clear, there really should be more of a description here...
setExpanded(boolean),
TreesetPackage.getTestNode_Expanded()void setExpanded(boolean value)
Expanded' attribute.
value - the new value of the 'Expanded' attribute.isExpanded()boolean isPassed()
"true".
If the meaning of the 'Passed' attribute isn't clear, there really should be more of a description here...
setPassed(boolean),
TreesetPackage.getTestNode_Passed()void setPassed(boolean value)
Passed' attribute.
value - the new value of the 'Passed' attribute.isPassed()ValidationIssue getIssue()
ValidationIssue.
If the meaning of the 'Issue' attribute isn't clear, there really should be more of a description here...
ValidationIssue,
setIssue(ValidationIssue),
TreesetPackage.getTestNode_Issue()void setIssue(ValidationIssue value)
Issue' attribute.
value - the new value of the 'Issue' attribute.ValidationIssue,
getIssue()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...
TreesetPackage.getTestNode_BackupInfo()org.eclipse.emf.common.util.EList getComments()
String.
If the meaning of the 'Comments' attribute list isn't clear, there really should be more of a description here...
TreesetPackage.getTestNode_Comments()java.lang.String getDatabaseID()
If the meaning of the 'Database ID' attribute isn't clear, there really should be more of a description here...
setDatabaseID(String),
TreesetPackage.getTestNode_DatabaseID()void setDatabaseID(java.lang.String value)
Database ID' attribute.
value - the new value of the 'Database ID' attribute.getDatabaseID()org.eclipse.emf.common.util.EList getReferencingHrefs()
TestAssociationHref.
It is bidirectional and its opposite is 'Target Test Node'.
If the meaning of the 'Referencing Hrefs' reference list isn't clear, there really should be more of a description here...
TreesetPackage.getTestNode_ReferencingHrefs(),
TestAssociationHref.getTargetTestNode()org.eclipse.emf.common.util.EList getMessageItem()
MessageItem.
It is bidirectional and its opposite is 'Test Node'.
If the meaning of the 'Message Item' reference list isn't clear, there really should be more of a description here...
TreesetPackage.getTestNode_MessageItem(),
MessageItem.getTestNode()boolean isIgnoreValidation()
"false".
If the meaning of the 'Ignore Validation' attribute isn't clear, there really should be more of a description here...
setIgnoreValidation(boolean),
TreesetPackage.getTestNode_IgnoreValidation()void setIgnoreValidation(boolean value)
Ignore Validation' attribute.
value - the new value of the 'Ignore Validation' attribute.isIgnoreValidation()Copyright © 2005-2013 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.