public interface VPContent extends VerificationPoint, com.ibm.rational.test.common.models.behavior.CBAssetMigration, com.ibm.rational.test.common.models.behavior.cbdata.SubstituterHost
The following features are supported:
VpsPackage.getVPContent()
Modifier and Type | Field and Description |
---|---|
static boolean |
FAIL |
static boolean |
PASS |
static String |
VPSTRING |
static String |
VPSTRING_PREFIX |
NOTIFIER
Modifier and Type | Method and Description |
---|---|
List |
getAllSubsForVPString(VPString str) |
com.ibm.rational.test.lt.models.behavior.vps.VPContentConditions |
getCondition()
Returns the value of the 'Condition' attribute.
|
org.eclipse.emf.common.util.EList |
getStrings()
Returns the value of the 'Strings' reference list.
|
org.eclipse.emf.common.util.EList |
getStringsProxy()
Returns the value of the 'Strings Proxy' containment reference list.
|
boolean |
isAbsence()
Deprecated.
|
boolean |
isExpectedResult()
Returns the value of the 'Expected Result' attribute
|
void |
setAbsence(boolean value)
Sets the value of the '
Absence ' attribute |
void |
setCondition(com.ibm.rational.test.lt.models.behavior.vps.VPContentConditions value)
Sets the value of the '
Condition ' attribute |
void |
setExpectedResult(boolean value)
Sets the value of the '
Expected Result ' attribute |
isEnabled, setEnabled
addProxy, createProxy, isProxyReference, processRemoval, removeProxy
getActions, getCBErrors, getCBRequirementTarget, processRemoval, setCBRequirementTarget
isControlBlock
canDisable, canEnable, enable, getAction, getBooleanProperty, getByteProperty, getCharProperty, getDisabledCount, getDoubleProperty, getFloatProperty, getInheritedCBActionElements, getIntProperty, getLongProperty, getMovingFrom, getParent, getShortProperty, getStringProperty, getTransformID, getType, isAlwaysLog, isMoving, move, resetDisabledCount, setAction, setAlwaysLog, setDisabledCount, setMovingToNewTestArgs, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setTransformID, setType, validate
getDescription, getId, getName, getStopId, setDescription, setId, setName
getAdapter
getTempAttribute, getTempAttribute, getTempAttributes, setTempAttribute, setTempAttribute, unsetTempAttribute
doClone, isCloneable
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
canCopy, canMove, doCopy, doMove, findProblemsWithCopy, findProblemsWithMove
canHostCBErrors, isErrorGenerator
migrate, needMigration
getSubstituters, substitutersToDisplay
static final boolean PASS
static final boolean FAIL
static final String VPSTRING
static final String VPSTRING_PREFIX
boolean isAbsence()
If the meaning of the 'Absence' attribute isn't clear, there really should be more of a description here...
VPContent.setAbsence(boolean)
,
VpsPackage.getVPContent_Absence()
void setAbsence(boolean value)
Absence
' attribute.
value
- the new value of the 'Absence' attribute.VPContent.isAbsence()
org.eclipse.emf.common.util.EList getStringsProxy()
VPStringProxy
.
If the meaning of the 'Strings Proxy' containment reference list isn't clear, there really should be more of a description here...
VpsPackage.getVPContent_StringsProxy()
org.eclipse.emf.common.util.EList getStrings()
VPString
.
If the meaning of the 'Strings' reference isn't clear, there really should be more of a description here...
VpsPackage.getVPContent_Strings()
com.ibm.rational.test.lt.models.behavior.vps.VPContentConditions getCondition()
"UNINIT"
.
The literals are from the enumeration VPContentConditions
.
If the meaning of the 'Condition' attribute isn't clear, there really should be more of a description here...
VPContentConditions
,
VPContent.setCondition(VPContentConditions)
,
VpsPackage.getVPContent_Condition()
void setCondition(com.ibm.rational.test.lt.models.behavior.vps.VPContentConditions value)
Condition
' attribute.
value
- the new value of the 'Condition' attribute.VPContentConditions
,
VPContent.getCondition()
boolean isExpectedResult()
If Result is set to true that means to Pass the VP.
If Result is set to false, then that means to Fail the VP.
VPContent.setExpectedResult(boolean)
,
VpsPackage.getVPContent_ExpectedResult()
void setExpectedResult(boolean value)
Expected Result
' attribute.
value
- the new value of the 'Expected Result' attribute.VPContent.isExpectedResult()
© Copyright IBM Corp. 2013. All rights reserved.