public interface ICDIVariable extends ICDIVariableDescriptor
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Remove the variable from the manager list.
|
boolean |
equals(ICDIVariable variable) |
ICDIValue |
getValue()
Returns the value of this variable.
|
boolean |
isEditable()
Returns true if the value of this variable could be changed.
|
void |
setValue(ICDIValue value)
Sets the value of this variable to the given value.
|
void |
setValue(java.lang.String expression)
Attempts to set the value of this variable to the value of
the given expression.
|
equals, getName, getQualifiedName, getType, getTypeName, getVariableDescriptorAsArray, getVariableDescriptorAsType, sizeofgetTargetboolean isEditable()
throws CDIException
CDIException - if this method fails. Reasons include:ICDIValue getValue() throws CDIException
CDIException - if this method fails. Reasons include:void setValue(java.lang.String expression)
throws CDIException
expression - - an expression to generate a new valueCDIException - if this method fails. Reasons include:void setValue(ICDIValue value) throws CDIException
value - - a new valueCDIException - if this method fails. Reasons include:void dispose()
throws CDIException
var - CDIExceptionboolean equals(ICDIVariable variable)
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.