Package com._1c.g5.v8.dt.form.model
Interface GeographicalMapFieldExtInfo
- 
- All Superinterfaces:
- org.eclipse.emf.ecore.EObject,- EventHandlerContainer,- ExtInfo,- FieldExtInfo,- IBmObject,- org.eclipse.emf.common.notify.Notifier
 - All Known Implementing Classes:
- GeographicalMapFieldExtInfoImpl
 
 public interface GeographicalMapFieldExtInfo extends FieldExtInfo A representation of the model object 'Geographical Map Field Ext Info'.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ColorgetBorderColor()Returns the value of the 'Border Color' containment reference.intgetHeight()Returns the value of the 'Height' attribute.intgetMaxHeight()Returns the value of the 'Max Height' attribute.intgetMaxWidth()Returns the value of the 'Max Width' attribute.intgetMinWidth()Returns the value of the 'Min Width' attribute.UseOutputgetOutput()Returns the value of the 'Output' attribute.intgetWidth()Returns the value of the 'Width' attribute.booleanisAutoMaxHeight()Returns the value of the 'Auto Max Height' attribute.booleanisAutoMaxWidth()Returns the value of the 'Auto Max Width' attribute.booleanisHorizontalStretch()Returns the value of the 'Horizontal Stretch' attribute.booleanisVerticalStretch()Returns the value of the 'Vertical Stretch' attribute.voidsetAutoMaxHeight(boolean value)Sets the value of the 'Auto Max Height' attribute.voidsetAutoMaxWidth(boolean value)Sets the value of the 'Auto Max Width' attribute.voidsetBorderColor(Color value)Sets the value of the 'Border Color' containment reference.voidsetHeight(int value)Sets the value of the 'Height' attribute.voidsetHorizontalStretch(boolean value)Sets the value of the 'Horizontal Stretch' attribute.voidsetMaxHeight(int value)Sets the value of the 'Max Height' attribute.voidsetMaxWidth(int value)Sets the value of the 'Max Width' attribute.voidsetMinWidth(int value)Sets the value of the 'Min Width' attribute.voidsetOutput(UseOutput value)Sets the value of the 'Output' attribute.voidsetVerticalStretch(boolean value)Sets the value of the 'Vertical Stretch' attribute.voidsetWidth(int value)Sets the value of the 'Width' attribute.booleanvalidate(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)- 
Methods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface com._1c.g5.v8.dt.form.model.EventHandlerContainergetHandlers
 - 
Methods inherited from interface com._1c.g5.v8.bm.core.IBmObjectbmGetEngine, bmGetFqn, bmGetId, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty
 
- 
 
- 
- 
- 
Method Detail- 
getWidthint getWidth() Returns the value of the 'Width' attribute.- Returns:
- the value of the 'Width' attribute.
- See Also:
- setWidth(int),- FormPackage.getGeographicalMapFieldExtInfo_Width()
 
 - 
setWidthvoid setWidth(int value) Sets the value of the 'Width' attribute.- Parameters:
- value- the new value of the 'Width' attribute.
- See Also:
- getWidth()
 
 - 
isAutoMaxWidthboolean isAutoMaxWidth() Returns the value of the 'Auto Max Width' attribute.- Returns:
- the value of the 'Auto Max Width' attribute.
- See Also:
- setAutoMaxWidth(boolean),- FormPackage.getGeographicalMapFieldExtInfo_AutoMaxWidth()
 
 - 
setAutoMaxWidthvoid setAutoMaxWidth(boolean value) Sets the value of the 'Auto Max Width' attribute.- Parameters:
- value- the new value of the 'Auto Max Width' attribute.
- See Also:
- isAutoMaxWidth()
 
 - 
getMaxWidthint getMaxWidth() Returns the value of the 'Max Width' attribute.- Returns:
- the value of the 'Max Width' attribute.
- See Also:
- setMaxWidth(int),- FormPackage.getGeographicalMapFieldExtInfo_MaxWidth()
 
 - 
setMaxWidthvoid setMaxWidth(int value) Sets the value of the 'Max Width' attribute.- Parameters:
- value- the new value of the 'Max Width' attribute.
- See Also:
- getMaxWidth()
 
 - 
getMinWidthint getMinWidth() Returns the value of the 'Min Width' attribute.- Returns:
- the value of the 'Min Width' attribute.
- See Also:
- setMinWidth(int),- FormPackage.getGeographicalMapFieldExtInfo_MinWidth()
 
 - 
setMinWidthvoid setMinWidth(int value) Sets the value of the 'Min Width' attribute.- Parameters:
- value- the new value of the 'Min Width' attribute.
- See Also:
- getMinWidth()
 
 - 
getHeightint getHeight() Returns the value of the 'Height' attribute.- Returns:
- the value of the 'Height' attribute.
- See Also:
- setHeight(int),- FormPackage.getGeographicalMapFieldExtInfo_Height()
 
 - 
setHeightvoid setHeight(int value) Sets the value of the 'Height' attribute.- Parameters:
- value- the new value of the 'Height' attribute.
- See Also:
- getHeight()
 
 - 
isAutoMaxHeightboolean isAutoMaxHeight() Returns the value of the 'Auto Max Height' attribute.- Returns:
- the value of the 'Auto Max Height' attribute.
- See Also:
- setAutoMaxHeight(boolean),- FormPackage.getGeographicalMapFieldExtInfo_AutoMaxHeight()
 
 - 
setAutoMaxHeightvoid setAutoMaxHeight(boolean value) Sets the value of the 'Auto Max Height' attribute.- Parameters:
- value- the new value of the 'Auto Max Height' attribute.
- See Also:
- isAutoMaxHeight()
 
 - 
getMaxHeightint getMaxHeight() Returns the value of the 'Max Height' attribute.- Returns:
- the value of the 'Max Height' attribute.
- See Also:
- setMaxHeight(int),- FormPackage.getGeographicalMapFieldExtInfo_MaxHeight()
 
 - 
setMaxHeightvoid setMaxHeight(int value) Sets the value of the 'Max Height' attribute.- Parameters:
- value- the new value of the 'Max Height' attribute.
- See Also:
- getMaxHeight()
 
 - 
isHorizontalStretchboolean isHorizontalStretch() Returns the value of the 'Horizontal Stretch' attribute.- Returns:
- the value of the 'Horizontal Stretch' attribute.
- See Also:
- setHorizontalStretch(boolean),- FormPackage.getGeographicalMapFieldExtInfo_HorizontalStretch()
 
 - 
setHorizontalStretchvoid setHorizontalStretch(boolean value) Sets the value of the 'Horizontal Stretch' attribute.- Parameters:
- value- the new value of the 'Horizontal Stretch' attribute.
- See Also:
- isHorizontalStretch()
 
 - 
isVerticalStretchboolean isVerticalStretch() Returns the value of the 'Vertical Stretch' attribute.- Returns:
- the value of the 'Vertical Stretch' attribute.
- See Also:
- setVerticalStretch(boolean),- FormPackage.getGeographicalMapFieldExtInfo_VerticalStretch()
 
 - 
setVerticalStretchvoid setVerticalStretch(boolean value) Sets the value of the 'Vertical Stretch' attribute.- Parameters:
- value- the new value of the 'Vertical Stretch' attribute.
- See Also:
- isVerticalStretch()
 
 - 
getOutputUseOutput getOutput() Returns the value of the 'Output' attribute. The literals are from the enumerationUseOutput.- Returns:
- the value of the 'Output' attribute.
- See Also:
- UseOutput,- setOutput(UseOutput),- FormPackage.getGeographicalMapFieldExtInfo_Output()
 
 - 
setOutputvoid setOutput(UseOutput value) Sets the value of the 'Output' attribute.- Parameters:
- value- the new value of the 'Output' attribute.
- See Also:
- UseOutput,- getOutput()
 
 - 
getBorderColorColor getBorderColor() Returns the value of the 'Border Color' containment reference.- Returns:
- the value of the 'Border Color' containment reference.
- See Also:
- setBorderColor(Color),- FormPackage.getGeographicalMapFieldExtInfo_BorderColor()
 
 - 
setBorderColorvoid setBorderColor(Color value) Sets the value of the 'Border Color' containment reference.- Parameters:
- value- the new value of the 'Border Color' containment reference.
- See Also:
- getBorderColor()
 
 
- 
 
-