Interface BreakpointInfo
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
BreakpointInfoImpl
public interface BreakpointInfo
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Breakpoint Info'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Break On Condition' attribute.Returns the value of the 'Break On Hit Count' attribute.Returns the value of the 'Break On Parent Method' attribute.Returns the value of the 'Condition' attribute.Returns the value of the 'Continue Execution' attribute.Returns the value of the 'Current Hit Count' attribute.Returns the value of the 'Hit Count' attribute.Returns the value of the 'Hit Count Variant' attribute.Returns the value of the 'Is Active' attribute.getLine()
Returns the value of the 'Line' attribute.Returns the value of the 'Parent Method' attribute.Returns the value of the 'Put Description' attribute.Returns the value of the 'Put Expression Result' attribute.Returns the value of the 'Put Hit Count' attribute.Returns the value of the 'Put Stack Trace' attribute.Returns the value of the 'Show Output Message' attribute.getTemp()
Returns the value of the 'Temp' attribute.getUser()
Returns the value of the 'User' attribute.boolean
Returns whether the value of the 'Break On Condition
' attribute is set.boolean
Returns whether the value of the 'Break On Hit Count
' attribute is set.boolean
Returns whether the value of the 'Break On Parent Method
' attribute is set.boolean
Returns whether the value of the 'Condition
' attribute is set.boolean
Returns whether the value of the 'Continue Execution
' attribute is set.boolean
Returns whether the value of the 'Current Hit Count
' attribute is set.boolean
Returns whether the value of the 'Hit Count
' attribute is set.boolean
Returns whether the value of the 'Hit Count Variant
' attribute is set.boolean
Returns whether the value of the 'Is Active
' attribute is set.boolean
Returns whether the value of the 'Line
' attribute is set.boolean
Returns whether the value of the 'Parent Method
' attribute is set.boolean
Returns whether the value of the 'Put Description
' attribute is set.boolean
Returns whether the value of the 'Put Expression Result
' attribute is set.boolean
Returns whether the value of the 'Put Hit Count
' attribute is set.boolean
Returns whether the value of the 'Put Stack Trace
' attribute is set.boolean
Returns whether the value of the 'Show Output Message
' attribute is set.boolean
Returns whether the value of the 'Temp
' attribute is set.boolean
Returns whether the value of the 'User
' attribute is set.void
setBreakOnCondition
(Boolean value) Sets the value of the 'Break On Condition
' attribute.void
setBreakOnHitCount
(Boolean value) Sets the value of the 'Break On Hit Count
' attribute.void
setBreakOnParentMethod
(Boolean value) Sets the value of the 'Break On Parent Method
' attribute.void
setCondition
(String value) Sets the value of the 'Condition
' attribute.void
setContinueExecution
(Boolean value) Sets the value of the 'Continue Execution
' attribute.void
setCurrentHitCount
(BigDecimal value) Sets the value of the 'Current Hit Count
' attribute.void
setHitCount
(BigDecimal value) Sets the value of the 'Hit Count
' attribute.void
setHitCountVariant
(BigDecimal value) Sets the value of the 'Hit Count Variant
' attribute.void
setIsActive
(Boolean value) Sets the value of the 'Is Active
' attribute.void
setLine
(BigDecimal value) Sets the value of the 'Line
' attribute.void
setParentMethod
(String value) Sets the value of the 'Parent Method
' attribute.void
setPutDescription
(String value) Sets the value of the 'Put Description
' attribute.void
setPutExpressionResult
(String value) Sets the value of the 'Put Expression Result
' attribute.void
setPutHitCount
(Boolean value) Sets the value of the 'Put Hit Count
' attribute.void
setPutStackTrace
(Boolean value) Sets the value of the 'Put Stack Trace
' attribute.void
setShowOutputMessage
(Boolean value) Sets the value of the 'Show Output Message
' attribute.void
Sets the value of the 'Temp
' attribute.void
Sets the value of the 'User
' attribute.void
Unsets the value of the 'Break On Condition
' attribute.void
Unsets the value of the 'Break On Hit Count
' attribute.void
Unsets the value of the 'Break On Parent Method
' attribute.void
Unsets the value of the 'Condition
' attribute.void
Unsets the value of the 'Continue Execution
' attribute.void
Unsets the value of the 'Current Hit Count
' attribute.void
Unsets the value of the 'Hit Count
' attribute.void
Unsets the value of the 'Hit Count Variant
' attribute.void
Unsets the value of the 'Is Active
' attribute.void
Unsets the value of the 'Line
' attribute.void
Unsets the value of the 'Parent Method
' attribute.void
Unsets the value of the 'Put Description
' attribute.void
Unsets the value of the 'Put Expression Result
' attribute.void
Unsets the value of the 'Put Hit Count
' attribute.void
Unsets the value of the 'Put Stack Trace
' attribute.void
Unsets the value of the 'Show Output Message
' attribute.void
Unsets the value of the 'Temp
' attribute.void
Unsets the value of the 'User
' attribute.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 Details
-
getLine
BigDecimal getLine()Returns the value of the 'Line' attribute. The default value is"0"
.- Returns:
- the value of the 'Line' attribute.
- See Also:
-
setLine
Sets the value of the 'Line
' attribute.- Parameters:
value
- the new value of the 'Line' attribute.- See Also:
-
unsetLine
void unsetLine()Unsets the value of the 'Line
' attribute.- See Also:
-
isSetLine
boolean isSetLine()Returns whether the value of the 'Line
' attribute is set.- Returns:
- whether the value of the 'Line' attribute is set.
- See Also:
-
getIsActive
Boolean getIsActive()Returns the value of the 'Is Active' attribute. The default value is"true"
.- Returns:
- the value of the 'Is Active' attribute.
- See Also:
-
setIsActive
Sets the value of the 'Is Active
' attribute.- Parameters:
value
- the new value of the 'Is Active' attribute.- See Also:
-
unsetIsActive
void unsetIsActive()Unsets the value of the 'Is Active
' attribute.- See Also:
-
isSetIsActive
boolean isSetIsActive()Returns whether the value of the 'Is Active
' attribute is set.- Returns:
- whether the value of the 'Is Active' attribute is set.
- See Also:
-
getBreakOnCondition
Boolean getBreakOnCondition()Returns the value of the 'Break On Condition' attribute. The default value is"false"
.- Returns:
- the value of the 'Break On Condition' attribute.
- See Also:
-
setBreakOnCondition
Sets the value of the 'Break On Condition
' attribute.- Parameters:
value
- the new value of the 'Break On Condition' attribute.- See Also:
-
unsetBreakOnCondition
void unsetBreakOnCondition()Unsets the value of the 'Break On Condition
' attribute. -
isSetBreakOnCondition
boolean isSetBreakOnCondition()Returns whether the value of the 'Break On Condition
' attribute is set.- Returns:
- whether the value of the 'Break On Condition' attribute is set.
- See Also:
-
getCondition
String getCondition()Returns the value of the 'Condition' attribute. The default value is""
.- Returns:
- the value of the 'Condition' attribute.
- See Also:
-
setCondition
Sets the value of the 'Condition
' attribute.- Parameters:
value
- the new value of the 'Condition' attribute.- See Also:
-
unsetCondition
void unsetCondition()Unsets the value of the 'Condition
' attribute. -
isSetCondition
boolean isSetCondition()Returns whether the value of the 'Condition
' attribute is set.- Returns:
- whether the value of the 'Condition' attribute is set.
- See Also:
-
getBreakOnParentMethod
Boolean getBreakOnParentMethod()Returns the value of the 'Break On Parent Method' attribute. The default value is"false"
.- Returns:
- the value of the 'Break On Parent Method' attribute.
- See Also:
-
setBreakOnParentMethod
Sets the value of the 'Break On Parent Method
' attribute.- Parameters:
value
- the new value of the 'Break On Parent Method' attribute.- See Also:
-
unsetBreakOnParentMethod
void unsetBreakOnParentMethod()Unsets the value of the 'Break On Parent Method
' attribute. -
isSetBreakOnParentMethod
boolean isSetBreakOnParentMethod()Returns whether the value of the 'Break On Parent Method
' attribute is set.- Returns:
- whether the value of the 'Break On Parent Method' attribute is set.
- See Also:
-
getParentMethod
String getParentMethod()Returns the value of the 'Parent Method' attribute. The default value is""
.- Returns:
- the value of the 'Parent Method' attribute.
- See Also:
-
setParentMethod
Sets the value of the 'Parent Method
' attribute.- Parameters:
value
- the new value of the 'Parent Method' attribute.- See Also:
-
unsetParentMethod
void unsetParentMethod()Unsets the value of the 'Parent Method
' attribute. -
isSetParentMethod
boolean isSetParentMethod()Returns whether the value of the 'Parent Method
' attribute is set.- Returns:
- whether the value of the 'Parent Method' attribute is set.
- See Also:
-
getBreakOnHitCount
Boolean getBreakOnHitCount()Returns the value of the 'Break On Hit Count' attribute. The default value is"false"
.- Returns:
- the value of the 'Break On Hit Count' attribute.
- See Also:
-
setBreakOnHitCount
Sets the value of the 'Break On Hit Count
' attribute.- Parameters:
value
- the new value of the 'Break On Hit Count' attribute.- See Also:
-
unsetBreakOnHitCount
void unsetBreakOnHitCount()Unsets the value of the 'Break On Hit Count
' attribute. -
isSetBreakOnHitCount
boolean isSetBreakOnHitCount()Returns whether the value of the 'Break On Hit Count
' attribute is set.- Returns:
- whether the value of the 'Break On Hit Count' attribute is set.
- See Also:
-
getHitCountVariant
BigDecimal getHitCountVariant()Returns the value of the 'Hit Count Variant' attribute. The default value is"0"
.- Returns:
- the value of the 'Hit Count Variant' attribute.
- See Also:
-
setHitCountVariant
Sets the value of the 'Hit Count Variant
' attribute.- Parameters:
value
- the new value of the 'Hit Count Variant' attribute.- See Also:
-
unsetHitCountVariant
void unsetHitCountVariant()Unsets the value of the 'Hit Count Variant
' attribute. -
isSetHitCountVariant
boolean isSetHitCountVariant()Returns whether the value of the 'Hit Count Variant
' attribute is set.- Returns:
- whether the value of the 'Hit Count Variant' attribute is set.
- See Also:
-
getHitCount
BigDecimal getHitCount()Returns the value of the 'Hit Count' attribute. The default value is"0"
.- Returns:
- the value of the 'Hit Count' attribute.
- See Also:
-
setHitCount
Sets the value of the 'Hit Count
' attribute.- Parameters:
value
- the new value of the 'Hit Count' attribute.- See Also:
-
unsetHitCount
void unsetHitCount()Unsets the value of the 'Hit Count
' attribute. -
isSetHitCount
boolean isSetHitCount()Returns whether the value of the 'Hit Count
' attribute is set.- Returns:
- whether the value of the 'Hit Count' attribute is set.
- See Also:
-
getShowOutputMessage
Boolean getShowOutputMessage()Returns the value of the 'Show Output Message' attribute. The default value is"false"
.- Returns:
- the value of the 'Show Output Message' attribute.
- See Also:
-
setShowOutputMessage
Sets the value of the 'Show Output Message
' attribute.- Parameters:
value
- the new value of the 'Show Output Message' attribute.- See Also:
-
unsetShowOutputMessage
void unsetShowOutputMessage()Unsets the value of the 'Show Output Message
' attribute. -
isSetShowOutputMessage
boolean isSetShowOutputMessage()Returns whether the value of the 'Show Output Message
' attribute is set.- Returns:
- whether the value of the 'Show Output Message' attribute is set.
- See Also:
-
getPutDescription
String getPutDescription()Returns the value of the 'Put Description' attribute. The default value is""
.- Returns:
- the value of the 'Put Description' attribute.
- See Also:
-
setPutDescription
Sets the value of the 'Put Description
' attribute.- Parameters:
value
- the new value of the 'Put Description' attribute.- See Also:
-
unsetPutDescription
void unsetPutDescription()Unsets the value of the 'Put Description
' attribute. -
isSetPutDescription
boolean isSetPutDescription()Returns whether the value of the 'Put Description
' attribute is set.- Returns:
- whether the value of the 'Put Description' attribute is set.
- See Also:
-
getPutExpressionResult
String getPutExpressionResult()Returns the value of the 'Put Expression Result' attribute. The default value is""
.- Returns:
- the value of the 'Put Expression Result' attribute.
- See Also:
-
setPutExpressionResult
Sets the value of the 'Put Expression Result
' attribute.- Parameters:
value
- the new value of the 'Put Expression Result' attribute.- See Also:
-
unsetPutExpressionResult
void unsetPutExpressionResult()Unsets the value of the 'Put Expression Result
' attribute. -
isSetPutExpressionResult
boolean isSetPutExpressionResult()Returns whether the value of the 'Put Expression Result
' attribute is set.- Returns:
- whether the value of the 'Put Expression Result' attribute is set.
- See Also:
-
getPutStackTrace
Boolean getPutStackTrace()Returns the value of the 'Put Stack Trace' attribute. The default value is"false"
.- Returns:
- the value of the 'Put Stack Trace' attribute.
- See Also:
-
setPutStackTrace
Sets the value of the 'Put Stack Trace
' attribute.- Parameters:
value
- the new value of the 'Put Stack Trace' attribute.- See Also:
-
unsetPutStackTrace
void unsetPutStackTrace()Unsets the value of the 'Put Stack Trace
' attribute. -
isSetPutStackTrace
boolean isSetPutStackTrace()Returns whether the value of the 'Put Stack Trace
' attribute is set.- Returns:
- whether the value of the 'Put Stack Trace' attribute is set.
- See Also:
-
getPutHitCount
Boolean getPutHitCount()Returns the value of the 'Put Hit Count' attribute. The default value is"false"
.- Returns:
- the value of the 'Put Hit Count' attribute.
- See Also:
-
setPutHitCount
Sets the value of the 'Put Hit Count
' attribute.- Parameters:
value
- the new value of the 'Put Hit Count' attribute.- See Also:
-
unsetPutHitCount
void unsetPutHitCount()Unsets the value of the 'Put Hit Count
' attribute. -
isSetPutHitCount
boolean isSetPutHitCount()Returns whether the value of the 'Put Hit Count
' attribute is set.- Returns:
- whether the value of the 'Put Hit Count' attribute is set.
- See Also:
-
getContinueExecution
Boolean getContinueExecution()Returns the value of the 'Continue Execution' attribute. The default value is"false"
.- Returns:
- the value of the 'Continue Execution' attribute.
- See Also:
-
setContinueExecution
Sets the value of the 'Continue Execution
' attribute.- Parameters:
value
- the new value of the 'Continue Execution' attribute.- See Also:
-
unsetContinueExecution
void unsetContinueExecution()Unsets the value of the 'Continue Execution
' attribute. -
isSetContinueExecution
boolean isSetContinueExecution()Returns whether the value of the 'Continue Execution
' attribute is set.- Returns:
- whether the value of the 'Continue Execution' attribute is set.
- See Also:
-
getCurrentHitCount
BigDecimal getCurrentHitCount()Returns the value of the 'Current Hit Count' attribute. The default value is"0"
.- Returns:
- the value of the 'Current Hit Count' attribute.
- See Also:
-
setCurrentHitCount
Sets the value of the 'Current Hit Count
' attribute.- Parameters:
value
- the new value of the 'Current Hit Count' attribute.- See Also:
-
unsetCurrentHitCount
void unsetCurrentHitCount()Unsets the value of the 'Current Hit Count
' attribute. -
isSetCurrentHitCount
boolean isSetCurrentHitCount()Returns whether the value of the 'Current Hit Count
' attribute is set.- Returns:
- whether the value of the 'Current Hit Count' attribute is set.
- See Also:
-
getTemp
Boolean getTemp()Returns the value of the 'Temp' attribute. The default value is"false"
.- Returns:
- the value of the 'Temp' attribute.
- See Also:
-
setTemp
Sets the value of the 'Temp
' attribute.- Parameters:
value
- the new value of the 'Temp' attribute.- See Also:
-
unsetTemp
void unsetTemp()Unsets the value of the 'Temp
' attribute.- See Also:
-
isSetTemp
boolean isSetTemp()Returns whether the value of the 'Temp
' attribute is set.- Returns:
- whether the value of the 'Temp' attribute is set.
- See Also:
-
getUser
Boolean getUser()Returns the value of the 'User' attribute. The default value is"true"
.- Returns:
- the value of the 'User' attribute.
- See Also:
-
setUser
Sets the value of the 'User
' attribute.- Parameters:
value
- the new value of the 'User' attribute.- See Also:
-
unsetUser
void unsetUser()Unsets the value of the 'User
' attribute.- See Also:
-
isSetUser
boolean isSetUser()Returns whether the value of the 'User
' attribute is set.- Returns:
- whether the value of the 'User' attribute is set.
- See Also:
-