public interface LTResources extends LTBlock
The following features are supported:
LttestPackage.getLTResources()
NOTIFIER
Modifier and Type | Method and Description |
---|---|
com.ibm.rational.test.lt.models.behavior.lttest.LTAnnotationFile |
getAnnotationFile()
Returns the value of the 'Annotation File' containment reference
|
org.eclipse.emf.common.util.EList |
getAttachedFiles()
Returns the value of the 'Attached Files' containment reference list.
|
org.eclipse.emf.common.util.EList |
getBuiltInDataSources()
Returns the value of the 'Built In Data Sources' containment reference list.
|
List |
getBuiltInDataSources(String type)
This returns a transient list of BuiltInDataSource of the given
type.
|
org.eclipse.emf.common.util.EList |
getCertificates()
Returns the value of the 'Certificates' containment reference list.
|
VPString |
getContentString(String id)
Returns a content string with the given
id . |
VPString |
getContentString(String categoryId,
String stringId)
Returns a content string from the list of content strings in this test.
|
org.eclipse.emf.common.util.EList |
getContentStrings()
Returns the value of the 'Content Strings' containment reference list.
|
org.eclipse.emf.common.util.EList |
getFeatures()
Returns the value of the 'Features' containment reference list.
|
LTFeature |
getPrimaryFeature()
Method to retrieve the primary feature in this test.
|
com.ibm.rational.test.lt.models.behavior.security.SecurityContainer |
getSecurityContainer()
Returns the value of the 'Security Container' containment reference
|
void |
setAnnotationFile(com.ibm.rational.test.lt.models.behavior.lttest.LTAnnotationFile value)
Sets the value of the '
Annotation File ' containment reference |
void |
setSecurityContainer(com.ibm.rational.test.lt.models.behavior.security.SecurityContainer value)
Sets the value of the '
Security Container ' containment reference |
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, isEnabled, isMoving, move, resetDisabledCount, setAction, setAlwaysLog, setDisabledCount, setEnabled, 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
org.eclipse.emf.common.util.EList getBuiltInDataSources()
BuiltInDataSource
.
If the meaning of the 'Built In Data Sources' containment reference list isn't clear, there really should be more of a description here...
LttestPackage.getLTResources_BuiltInDataSources()
List getBuiltInDataSources(String type)
type
- org.eclipse.emf.common.util.EList getFeatures()
LTFeature
.
If the meaning of the 'Features' containment reference list isn't clear, there really should be more of a description here...
LttestPackage.getLTResources_Features()
org.eclipse.emf.common.util.EList getContentStrings()
VPString
.
If the meaning of the 'Content Strings' containment reference list isn't clear, there really should be more of a description here...
LttestPackage.getLTResources_ContentStrings()
com.ibm.rational.test.lt.models.behavior.lttest.LTAnnotationFile getAnnotationFile()
If the meaning of the 'Annotation File' containment reference isn't clear, there really should be more of a description here...
LTResources.setAnnotationFile(LTAnnotationFile)
,
LttestPackage.getLTResources_AnnotationFile()
void setAnnotationFile(com.ibm.rational.test.lt.models.behavior.lttest.LTAnnotationFile value)
Annotation File
' containment reference.
value
- the new value of the 'Annotation File' containment reference.LTResources.getAnnotationFile()
org.eclipse.emf.common.util.EList getAttachedFiles()
AttachedFile
.
If the meaning of the 'Attached Files' containment reference list isn't clear, there really should be more of a description here...
LttestPackage.getLTResources_AttachedFiles()
org.eclipse.emf.common.util.EList getCertificates()
DigitalCertificate
.
If the meaning of the 'Certificates' containment reference list isn't clear, there really should be more of a description here...
LttestPackage.getLTResources_Certificates()
com.ibm.rational.test.lt.models.behavior.security.SecurityContainer getSecurityContainer()
If the meaning of the 'Security Container' containment reference isn't clear, there really should be more of a description here...
LTResources.setSecurityContainer(SecurityContainer)
,
LttestPackage.getLTResources_SecurityContainer()
void setSecurityContainer(com.ibm.rational.test.lt.models.behavior.security.SecurityContainer value)
Security Container
' containment reference.
value
- the new value of the 'Security Container' containment reference.LTResources.getSecurityContainer()
VPString getContentString(String categoryId, String stringId)
categoryId
and
stringId
, it will create it. The arguments passed to this method
should not be null and should be valid IDs. This returns null
if no string string exists.categoryId
- stringId
- VPString getContentString(String id)
id
.id
- LTFeature getPrimaryFeature()
LTFeature
that denotes
the primary feature of the test.© Copyright IBM Corp. 2013. All rights reserved.