public interface UMLListStyle
extends org.eclipse.gmf.runtime.notation.Style
The UML list style is a style to be installed on views representing lists of UML elements
The following features are supported:
UmlnotationPackage.getUMLListStyle()
Modifier and Type | Method and Description |
---|---|
UMLListStereotypeDisplay |
getShowListStereotype()
Returns the value of the 'Show List Stereotype' attribute.
|
UMLListVisibilityDisplay |
getShowListVisibility()
Returns the value of the 'Show List Visibility' attribute.
|
boolean |
isShowListSignature()
Returns the value of the 'Show List Signature' attribute.
|
void |
setShowListSignature(boolean value)
Sets the value of the '
Show List Signature ' attribute. |
void |
setShowListStereotype(UMLListStereotypeDisplay value)
Sets the value of the '
Show List Stereotype ' attribute. |
void |
setShowListVisibility(UMLListVisibilityDisplay value)
Sets the value of the '
Show List Visibility ' attribute. |
UMLListStereotypeDisplay getShowListStereotype()
"Icon"
.
The literals are from the enumeration UMLListStereotypeDisplay
.
This property specifies whether the list items should show their stereotypes.
UMLListStereotypeDisplay
,
setShowListStereotype(UMLListStereotypeDisplay)
,
UmlnotationPackage.getUMLListStyle_ShowListStereotype()
void setShowListStereotype(UMLListStereotypeDisplay value)
Show List Stereotype
' attribute.
This property specifies whether the list items should show their stereotypes.
value
- the new value of the 'Show List Stereotype' attribute.UMLListStereotypeDisplay
,
getShowListStereotype()
UMLListVisibilityDisplay getShowListVisibility()
"Icon"
.
The literals are from the enumeration UMLListVisibilityDisplay
.
This property specifies whether the list items should show their visibility specifiers.
UMLListVisibilityDisplay
,
setShowListVisibility(UMLListVisibilityDisplay)
,
UmlnotationPackage.getUMLListStyle_ShowListVisibility()
void setShowListVisibility(UMLListVisibilityDisplay value)
Show List Visibility
' attribute.
This property specifies whether the list items should show their visibility specifiers.
value
- the new value of the 'Show List Visibility' attribute.UMLListVisibilityDisplay
,
getShowListVisibility()
boolean isShowListSignature()
"false"
.
This property specifies whether the list items should show their full signatures.
setShowListSignature(boolean)
,
UmlnotationPackage.getUMLListStyle_ShowListSignature()
void setShowListSignature(boolean value)
Show List Signature
' attribute.
This property specifies whether the list items should show their full signatures.
value
- the new value of the 'Show List Signature' attribute.isShowListSignature()