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
Modifier and TypeMethodDescriptionReturns the value of the 'Max Text Size' attribute.Returns the value of the 'Stop On First EOL' attribute.booleanReturns whether the value of the 'Max Text Size' attribute is set.booleanReturns 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.voidUnsets the value of the 'Max Text Size' attribute.voidUnsets the value of the 'Stop On First EOL' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
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:
-
setMaxTextSize
Sets the value of the 'Max Text Size' attribute.- Parameters:
value- the new value of the 'Max Text Size' attribute.- See Also:
-
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:
-
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:
-
setStopOnFirstEOL
Sets the value of the 'Stop On First EOL' attribute.- Parameters:
value- the new value of the 'Stop On First EOL' attribute.- See Also:
-
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:
-