public interface LTAnnotation extends LTBlock, com.ibm.rational.test.common.models.behavior.CBAssetMigration
The following features are supported:
CommonPackage.getLTAnnotation()
NOTIFIER
Modifier and Type | Method and Description |
---|---|
void |
calculateBinary()
calculate the binary attribute of this object.
|
void |
clearBytes() |
String |
getAsciifiedString() |
byte[] |
getBytes() |
InputStream |
getByteStream()
Returns an input stream on the bytes read in by the annotation.
|
String |
getCharset()
Returns the value of the 'Charset' attribute.
|
String |
getString() |
boolean |
isBinary()
Returns the value of the 'Binary' attribute.
|
void |
setAsciifiedString(String string) |
void |
setBinary(boolean value)
Sets the value of the '
Binary ' attribute |
void |
setBytes(byte[] bytes) |
void |
setByteStream(InputStream stream)
annotates using a stream.
|
void |
setCharset(String value)
Sets the value of the '
Charset ' attribute |
void |
setString(String string) |
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
canCopy, canMove, doCopy, doMove, findProblemsWithCopy, findProblemsWithMove
boolean isBinary()
"true"
.
If the meaning of the 'Binary' attribute isn't clear, there really should be more of a description here...
LTAnnotation.setBinary(boolean)
,
CommonPackage.getLTAnnotation_Binary()
void setBinary(boolean value)
Binary
' attribute.
value
- the new value of the 'Binary' attribute.LTAnnotation.isBinary()
String getCharset()
"UTF-8"
.
If the meaning of the 'Charset' attribute isn't clear, there really should be more of a description here...
LTAnnotation.setCharset(String)
,
CommonPackage.getLTAnnotation_Charset()
void setCharset(String value)
Charset
' attribute.
value
- the new value of the 'Charset' attribute.LTAnnotation.getCharset()
String getString()
void setString(String string)
void setAsciifiedString(String string)
String getAsciifiedString()
void setBytes(byte[] bytes)
void clearBytes()
byte[] getBytes()
InputStream getByteStream()
void setByteStream(InputStream stream)
stream
- - the stream that contains the data to be read fromvoid calculateBinary()
© Copyright IBM Corp. 2013. All rights reserved.