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:
BreakpointsPackage.getBreakpointInfo()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCondition()
Returns the value of the 'Condition' attribute.Boolean
getIsActive()
Returns the value of the 'Is Active' attribute.BigDecimal
getLine()
Returns the value of the 'Line' attribute.Boolean
getTemp()
Returns the value of the 'Temp' attribute.Boolean
getUser()
Returns the value of the 'User' attribute.boolean
isSetCondition()
Returns whether the value of the 'Condition
' attribute is set.boolean
isSetIsActive()
Returns whether the value of the 'Is Active
' attribute is set.boolean
isSetLine()
Returns whether the value of the 'Line
' attribute is set.boolean
isSetTemp()
Returns whether the value of the 'Temp
' attribute is set.boolean
isSetUser()
Returns whether the value of the 'User
' attribute is set.void
setCondition(String value)
Sets the value of the 'Condition
' 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
setTemp(Boolean value)
Sets the value of the 'Temp
' attribute.void
setUser(Boolean value)
Sets the value of the 'User
' attribute.void
unsetCondition()
Unsets the value of the 'Condition
' attribute.void
unsetIsActive()
Unsets the value of the 'Is Active
' attribute.void
unsetLine()
Unsets the value of the 'Line
' attribute.void
unsetTemp()
Unsets the value of the 'Temp
' attribute.void
unsetUser()
Unsets the value of the 'User
' attribute.
-
-
-
Method Detail
-
getLine
BigDecimal getLine()
Returns the value of the 'Line' attribute. The default value is"0"
.- Returns:
- the value of the 'Line' attribute.
- See Also:
isSetLine()
,unsetLine()
,setLine(BigDecimal)
,BreakpointsPackage.getBreakpointInfo_Line()
-
setLine
void setLine(BigDecimal value)
Sets the value of the 'Line
' attribute.- Parameters:
value
- the new value of the 'Line' attribute.- See Also:
isSetLine()
,unsetLine()
,getLine()
-
unsetLine
void unsetLine()
Unsets the value of the 'Line
' attribute.- See Also:
isSetLine()
,getLine()
,setLine(BigDecimal)
-
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:
unsetLine()
,getLine()
,setLine(BigDecimal)
-
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:
isSetIsActive()
,unsetIsActive()
,setIsActive(Boolean)
,BreakpointsPackage.getBreakpointInfo_IsActive()
-
setIsActive
void setIsActive(Boolean value)
Sets the value of the 'Is Active
' attribute.- Parameters:
value
- the new value of the 'Is Active' attribute.- See Also:
isSetIsActive()
,unsetIsActive()
,getIsActive()
-
unsetIsActive
void unsetIsActive()
Unsets the value of the 'Is Active
' attribute.- See Also:
isSetIsActive()
,getIsActive()
,setIsActive(Boolean)
-
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:
unsetIsActive()
,getIsActive()
,setIsActive(Boolean)
-
getCondition
String getCondition()
Returns the value of the 'Condition' attribute. The default value is""
.- Returns:
- the value of the 'Condition' attribute.
- See Also:
isSetCondition()
,unsetCondition()
,setCondition(String)
,BreakpointsPackage.getBreakpointInfo_Condition()
-
setCondition
void setCondition(String value)
Sets the value of the 'Condition
' attribute.- Parameters:
value
- the new value of the 'Condition' attribute.- See Also:
isSetCondition()
,unsetCondition()
,getCondition()
-
unsetCondition
void unsetCondition()
Unsets the value of the 'Condition
' attribute.- See Also:
isSetCondition()
,getCondition()
,setCondition(String)
-
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:
unsetCondition()
,getCondition()
,setCondition(String)
-
getTemp
Boolean getTemp()
Returns the value of the 'Temp' attribute. The default value is"false"
.- Returns:
- the value of the 'Temp' attribute.
- See Also:
isSetTemp()
,unsetTemp()
,setTemp(Boolean)
,BreakpointsPackage.getBreakpointInfo_Temp()
-
setTemp
void setTemp(Boolean value)
Sets the value of the 'Temp
' attribute.- Parameters:
value
- the new value of the 'Temp' attribute.- See Also:
isSetTemp()
,unsetTemp()
,getTemp()
-
unsetTemp
void unsetTemp()
Unsets the value of the 'Temp
' attribute.- See Also:
isSetTemp()
,getTemp()
,setTemp(Boolean)
-
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:
unsetTemp()
,getTemp()
,setTemp(Boolean)
-
getUser
Boolean getUser()
Returns the value of the 'User' attribute. The default value is"true"
.- Returns:
- the value of the 'User' attribute.
- See Also:
isSetUser()
,unsetUser()
,setUser(Boolean)
,BreakpointsPackage.getBreakpointInfo_User()
-
setUser
void setUser(Boolean value)
Sets the value of the 'User
' attribute.- Parameters:
value
- the new value of the 'User' attribute.- See Also:
isSetUser()
,unsetUser()
,getUser()
-
unsetUser
void unsetUser()
Unsets the value of the 'User
' attribute.- See Also:
isSetUser()
,getUser()
,setUser(Boolean)
-
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:
unsetUser()
,getUser()
,setUser(Boolean)
-
-