|
TPTP 4.4.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A representation of the model object 'TRC Option'. This is a name/value pair, used to define options for the profiling agent. Eg.: key="ALLOCATION_INFORMATION" optionValue="all"
The following features are supported:
HierarchyPackage.getTRCOption()| Method Summary | |
|---|---|
TRCConfiguration |
getConfiguration()
Returns the value of the 'Configuration' container reference. |
java.lang.String |
getKey()
Returns the value of the 'Key' attribute |
java.lang.String |
getValue()
Returns the value of the 'Value' attribute |
void |
setConfiguration(TRCConfiguration value)
Sets the value of the ' Configuration' container reference |
void |
setKey(java.lang.String value)
Sets the value of the ' Key' attribute |
void |
setValue(java.lang.String value)
Sets the value of the ' Value' attribute |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Method Detail |
public java.lang.String getKey()
If the meaning of the 'Key' attribute isn't clear, there really should be more of a description here...
A name used to identify an option
setKey(String),
HierarchyPackage.getTRCOption_Key()public void setKey(java.lang.String value)
Key' attribute.
value - the new value of the 'Key' attribute.getKey()public java.lang.String getValue()
If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
The value of the option
setValue(String),
HierarchyPackage.getTRCOption_Value()public void setValue(java.lang.String value)
Value' attribute.
value - the new value of the 'Value' attribute.getValue()public TRCConfiguration getConfiguration()
Options'.
If the meaning of the 'Configuration' container reference isn't clear, there really should be more of a description here...
setConfiguration(TRCConfiguration),
HierarchyPackage.getTRCOption_Configuration(),
TRCConfiguration.getOptions()public void setConfiguration(TRCConfiguration value)
Configuration' container reference.
value - the new value of the 'Configuration' container reference.getConfiguration()
|
TPTP 4.4.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||