|
UML Modeling Layer | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UMLListStyle
A representation of the model object 'UML List 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()| Method Summary | |
|---|---|
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 |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Method Detail |
|---|
UMLListStereotypeDisplay getShowListStereotype()
"Icon".
The literals are from the enumeration UMLListStereotypeDisplay.
This property specifies whether the list items should show their stereotypes.
UMLListStereotypeDisplay,
UMLListStyle.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,
UMLListStyle.getShowListStereotype()UMLListVisibilityDisplay getShowListVisibility()
"Icon".
The literals are from the enumeration UMLListVisibilityDisplay.
This property specifies whether the list items should show their visibility specifiers.
UMLListVisibilityDisplay,
UMLListStyle.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,
UMLListStyle.getShowListVisibility()boolean isShowListSignature()
"false".
This property specifies whether the list items should show their full signatures.
UMLListStyle.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.UMLListStyle.isShowListSignature()
|
UML Modeling Layer | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||