IBM Rational Performance Tester SDK

com.ibm.rational.test.lt.models.behavior.common
Interface LTNameTypeValue

All Superinterfaces:
CBActionElement, com.ibm.rational.test.common.models.behavior.edit.CBCloneable, CBNamedElement, com.ibm.rational.test.common.models.behavior.CBNameValuePair, com.ibm.rational.test.common.models.behavior.internal.CBTempData, org.eclipse.emf.ecore.EObject, IAdaptable, com.ibm.rational.test.lt.models.behavior.common.LTNameValuePair, org.eclipse.emf.common.notify.Notifier

public interface LTNameTypeValue
extends com.ibm.rational.test.lt.models.behavior.common.LTNameValuePair

A representation of the model object 'LT Name Type Value'.

The following features are supported:

See Also:
CommonPackage.getLTNameTypeValue()

Method Summary
 String getDataType()
          Returns the value of the 'Data Type' attribute.
 String getPropertyId()
          Returns the value of the 'Property Id' attribute.
 void setDataType(String value)
          Sets the value of the 'Data Type' attribute
 void setPropertyId(String value)
          Sets the value of the 'Property Id' attribute
 
Methods inherited from interface com.ibm.rational.test.common.models.behavior.CBNameValuePair
getValue, setValue
 
Methods inherited from interface com.ibm.rational.test.common.models.behavior.CBActionElement
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, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setTransformID, setType, validate
 
Methods inherited from interface com.ibm.rational.test.common.models.behavior.CBNamedElement
getDescription, getId, getName, getStopId, setDescription, setId, setName
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 
Methods inherited from interface com.ibm.rational.test.common.models.behavior.internal.CBTempData
getTempAttribute, getTempAttribute, getTempAttributes, setTempAttribute, setTempAttribute, unsetTempAttribute
 
Methods inherited from interface com.ibm.rational.test.common.models.behavior.edit.CBCloneable
doClone, isCloneable
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getDataType

String getDataType()
Returns the value of the 'Data Type' attribute. The default value is "".

If the meaning of the 'Data Type' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Data Type' attribute.
See Also:
LTNameTypeValue.setDataType(String), CommonPackage.getLTNameTypeValue_DataType()

setDataType

void setDataType(String value)
Sets the value of the 'Data Type' attribute.

Parameters:
value - the new value of the 'Data Type' attribute.
See Also:
LTNameTypeValue.getDataType()

getPropertyId

String getPropertyId()
Returns the value of the 'Property Id' attribute. The default value is "".

If the meaning of the 'Property Id' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Property Id' attribute.
See Also:
LTNameTypeValue.setPropertyId(String), CommonPackage.getLTNameTypeValue_PropertyId()

setPropertyId

void setPropertyId(String value)
Sets the value of the 'Property Id' attribute.

Parameters:
value - the new value of the 'Property Id' attribute.
See Also:
LTNameTypeValue.getPropertyId()

IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.