Interface DbgPresentationOptionsOfStringValue
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DbgPresentationOptionsOfStringValueImpl
public interface DbgPresentationOptionsOfStringValue extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Dbg Presentation Options Of String Value'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BigDecimal
getMaxTextSize()
Returns the value of the 'Max Text Size' attribute.Boolean
getStopOnFirstEOL()
Returns the value of the 'Stop On First EOL' attribute.boolean
isSetMaxTextSize()
Returns whether the value of the 'Max Text Size
' attribute is set.boolean
isSetStopOnFirstEOL()
Returns whether the value of the 'Stop On First EOL
' attribute is set.void
setMaxTextSize(BigDecimal value)
Sets the value of the 'Max Text Size
' attribute.void
setStopOnFirstEOL(Boolean value)
Sets the value of the 'Stop On First EOL
' attribute.void
unsetMaxTextSize()
Unsets the value of the 'Max Text Size
' attribute.void
unsetStopOnFirstEOL()
Unsets the value of the 'Stop On First EOL
' attribute.
-
-
-
Method Detail
-
getMaxTextSize
BigDecimal getMaxTextSize()
Returns the value of the 'Max Text Size' attribute. The default value is"0"
.- Returns:
- the value of the 'Max Text Size' attribute.
- See Also:
isSetMaxTextSize()
,unsetMaxTextSize()
,setMaxTextSize(BigDecimal)
,CalculationsPackage.getDbgPresentationOptionsOfStringValue_MaxTextSize()
-
setMaxTextSize
void setMaxTextSize(BigDecimal value)
Sets the value of the 'Max Text Size
' attribute.- Parameters:
value
- the new value of the 'Max Text Size' attribute.- See Also:
isSetMaxTextSize()
,unsetMaxTextSize()
,getMaxTextSize()
-
unsetMaxTextSize
void unsetMaxTextSize()
Unsets the value of the 'Max Text Size
' attribute.
-
isSetMaxTextSize
boolean isSetMaxTextSize()
Returns whether the value of the 'Max Text Size
' attribute is set.- Returns:
- whether the value of the 'Max Text Size' attribute is set.
- See Also:
unsetMaxTextSize()
,getMaxTextSize()
,setMaxTextSize(BigDecimal)
-
getStopOnFirstEOL
Boolean getStopOnFirstEOL()
Returns the value of the 'Stop On First EOL' attribute. The default value is"false"
.- Returns:
- the value of the 'Stop On First EOL' attribute.
- See Also:
isSetStopOnFirstEOL()
,unsetStopOnFirstEOL()
,setStopOnFirstEOL(Boolean)
,CalculationsPackage.getDbgPresentationOptionsOfStringValue_StopOnFirstEOL()
-
setStopOnFirstEOL
void setStopOnFirstEOL(Boolean value)
Sets the value of the 'Stop On First EOL
' attribute.- Parameters:
value
- the new value of the 'Stop On First EOL' attribute.- See Also:
isSetStopOnFirstEOL()
,unsetStopOnFirstEOL()
,getStopOnFirstEOL()
-
unsetStopOnFirstEOL
void unsetStopOnFirstEOL()
Unsets the value of the 'Stop On First EOL
' attribute.
-
isSetStopOnFirstEOL
boolean isSetStopOnFirstEOL()
Returns whether the value of the 'Stop On First EOL
' attribute is set.- Returns:
- whether the value of the 'Stop On First EOL' attribute is set.
- See Also:
unsetStopOnFirstEOL()
,getStopOnFirstEOL()
,setStopOnFirstEOL(Boolean)
-
-