public interface UMLParentStyle
extends org.eclipse.gmf.runtime.notation.Style
The following features are supported:
UmlnotationPackage.getUMLParentStyle()| Modifier and Type | Method and Description | 
|---|---|
| UMLParentDisplay | getShowParent()Returns the value of the 'Show Parent' attribute. | 
| void | setShowParent(UMLParentDisplay value)Sets the value of the ' Show Parent' attribute. | 
UMLParentDisplay getShowParent()
"None".
 The literals are from the enumeration UMLParentDisplay.
 
 If the meaning of the 'Show Parent' attribute isn't clear, there really should be more of a description here...
UMLParentDisplay, 
setShowParent(UMLParentDisplay), 
UmlnotationPackage.getUMLParentStyle_ShowParent()void setShowParent(UMLParentDisplay value)
Show Parent' attribute.
 
 value - the new value of the 'Show Parent' attribute.UMLParentDisplay, 
getShowParent()