public interface UMLNameStyle
extends org.eclipse.gmf.runtime.notation.Style
The UML style is a style to be installed on views for named UML elements
The following features are supported:
UmlnotationPackage.getUMLNameStyle()| Modifier and Type | Method and Description | 
|---|---|
| boolean | isShowParentName()Returns the value of the 'Show Parent Name' attribute. | 
| void | setShowParentName(boolean value)Sets the value of the ' Show Parent Name' attribute. | 
boolean isShowParentName()
"false".
 
 This property specifies whether to show the parent name or not.
setShowParentName(boolean), 
UmlnotationPackage.getUMLNameStyle_ShowParentName()void setShowParentName(boolean value)
Show Parent Name' attribute.
 
 This property specifies whether to show the parent name or not.
value - the new value of the 'Show Parent Name' attribute.isShowParentName()