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.EObjectA 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 StringgetCondition()Returns the value of the 'Condition' attribute.BooleangetIsActive()Returns the value of the 'Is Active' attribute.BigDecimalgetLine()Returns the value of the 'Line' attribute.BooleangetTemp()Returns the value of the 'Temp' attribute.BooleangetUser()Returns the value of the 'User' attribute.booleanisSetCondition()Returns whether the value of the 'Condition' attribute is set.booleanisSetIsActive()Returns whether the value of the 'Is Active' attribute is set.booleanisSetLine()Returns whether the value of the 'Line' attribute is set.booleanisSetTemp()Returns whether the value of the 'Temp' attribute is set.booleanisSetUser()Returns whether the value of the 'User' attribute is set.voidsetCondition(String value)Sets the value of the 'Condition' attribute.voidsetIsActive(Boolean value)Sets the value of the 'Is Active' attribute.voidsetLine(BigDecimal value)Sets the value of the 'Line' attribute.voidsetTemp(Boolean value)Sets the value of the 'Temp' attribute.voidsetUser(Boolean value)Sets the value of the 'User' attribute.voidunsetCondition()Unsets the value of the 'Condition' attribute.voidunsetIsActive()Unsets the value of the 'Is Active' attribute.voidunsetLine()Unsets the value of the 'Line' attribute.voidunsetTemp()Unsets the value of the 'Temp' attribute.voidunsetUser()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)
-
-