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.EObjectA 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 BigDecimalgetMaxTextSize()Returns the value of the 'Max Text Size' attribute.BooleangetStopOnFirstEOL()Returns the value of the 'Stop On First EOL' attribute.booleanisSetMaxTextSize()Returns whether the value of the 'Max Text Size' attribute is set.booleanisSetStopOnFirstEOL()Returns whether the value of the 'Stop On First EOL' attribute is set.voidsetMaxTextSize(BigDecimal value)Sets the value of the 'Max Text Size' attribute.voidsetStopOnFirstEOL(Boolean value)Sets the value of the 'Stop On First EOL' attribute.voidunsetMaxTextSize()Unsets the value of the 'Max Text Size' attribute.voidunsetStopOnFirstEOL()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)
-
-