public interface VPString extends LTBlock
The following features are supported:
VpsPackage.getVPString()
NOTIFIER
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
String |
getCategoryId()
Returns the value of the 'Category Id' attribute.
|
org.eclipse.emf.common.util.EList |
getContentVPs()
Returns the value of the 'Content VPs' reference list.
|
org.eclipse.emf.common.util.EList |
getContentVPsProxy()
Returns the value of the 'Content VPs Proxy' containment reference list.
|
long |
getEndByte()
Returns the value of the 'End Byte' attribute
|
org.eclipse.emf.common.util.EList |
getProperties()
Returns the value of the 'Properties' containment reference list.
|
long |
getStartByte()
Returns the value of the 'Start Byte' attribute
|
String |
getString()
Returns the value of the 'String' attribute.
|
String |
getStringId()
Returns the value of the 'String Id' attribute.
|
boolean |
isCasesensitive()
Returns the value of the 'Casesensitive' attribute.
|
boolean |
isEditable()
Returns the value of the 'Editable' attribute.
|
boolean |
isRegex()
Returns the value of the 'Regex' attribute
|
void |
setCasesensitive(boolean value)
Sets the value of the '
Casesensitive ' attribute |
void |
setCategoryId(String value)
Sets the value of the '
Category Id ' attribute |
void |
setEditable(boolean value)
Sets the value of the '
Editable ' attribute |
void |
setEndByte(long value)
Sets the value of the '
End Byte ' attribute |
void |
setRegex(boolean value)
Sets the value of the '
Regex ' attribute |
void |
setStartByte(long value)
Sets the value of the '
Start Byte ' attribute |
void |
setString(String value)
Sets the value of the '
String ' attribute |
void |
setStringId(String value)
Sets the value of the '
String Id ' attribute |
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
String getStringId()
""
.
If the meaning of the 'String Id' attribute isn't clear, there really should be more of a description here...
VPString.setStringId(String)
,
VpsPackage.getVPString_StringId()
void setStringId(String value)
String Id
' attribute.
value
- the new value of the 'String Id' attribute.VPString.getStringId()
boolean isRegex()
If the meaning of the 'Regex' attribute isn't clear, there really should be more of a description here...
VPString.setRegex(boolean)
,
VpsPackage.getVPString_Regex()
void setRegex(boolean value)
Regex
' attribute.
value
- the new value of the 'Regex' attribute.VPString.isRegex()
boolean isEditable()
"false"
.
If the meaning of the 'Editable' attribute isn't clear, there really should be more of a description here...
VPString.setEditable(boolean)
,
VpsPackage.getVPString_Editable()
void setEditable(boolean value)
Editable
' attribute.
value
- the new value of the 'Editable' attribute.VPString.isEditable()
boolean isCasesensitive()
"true"
.
If the meaning of the 'Casesensitive' attribute isn't clear, there really should be more of a description here...
VPString.setCasesensitive(boolean)
,
VpsPackage.getVPString_Casesensitive()
void setCasesensitive(boolean value)
Casesensitive
' attribute.
value
- the new value of the 'Casesensitive' attribute.VPString.isCasesensitive()
long getStartByte()
If the meaning of the 'Start Byte' attribute isn't clear, there really should be more of a description here...
VPString.setStartByte(long)
,
VpsPackage.getVPString_StartByte()
void setStartByte(long value)
Start Byte
' attribute.
value
- the new value of the 'Start Byte' attribute.VPString.getStartByte()
long getEndByte()
If the meaning of the 'End Byte' attribute isn't clear, there really should be more of a description here...
VPString.setEndByte(long)
,
VpsPackage.getVPString_EndByte()
void setEndByte(long value)
End Byte
' attribute.
value
- the new value of the 'End Byte' attribute.VPString.getEndByte()
String getCategoryId()
""
.
If the meaning of the 'Category Id' attribute isn't clear, there really should be more of a description here...
VPString.setCategoryId(String)
,
VpsPackage.getVPString_CategoryId()
void setCategoryId(String value)
Category Id
' attribute.
value
- the new value of the 'Category Id' attribute.VPString.getCategoryId()
String getString()
""
.
If the meaning of the 'String' attribute isn't clear, there really should be more of a description here...
VPString.setString(String)
,
VpsPackage.getVPString_String()
void setString(String value)
String
' attribute.
value
- the new value of the 'String' attribute.VPString.getString()
org.eclipse.emf.common.util.EList getProperties()
LTNameTypeValue
.
If the meaning of the 'Properties' containment reference list isn't clear, there really should be more of a description here...
VpsPackage.getVPString_Properties()
org.eclipse.emf.common.util.EList getContentVPsProxy()
VPContentProxy
.
If the meaning of the 'Content VPs Proxy' containment reference list isn't clear, there really should be more of a description here...
VpsPackage.getVPString_ContentVPsProxy()
org.eclipse.emf.common.util.EList getContentVPs()
VPContent
.
If the meaning of the 'Content VPs' reference list isn't clear, there really should be more of a description here...
VpsPackage.getVPString_ContentVPs()
Object clone()
© Copyright IBM Corp. 2013. All rights reserved.