com.ibm.xtools.umlnotation
Interface UMLDiagramStyle
- All Superinterfaces:
- DescriptionStyle, DiagramStyle, EObject, GuideStyle, Notifier, PageStyle, Style
public interface UMLDiagramStyle
- extends EObject, DiagramStyle
A representation of the model object 'UML Diagram Style'.
The UML diagram style is a style to be installed on UML diagram views
The following features are supported:
- See Also:
UmlnotationPackage.getUMLDiagramStyle()
| 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.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
| 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.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
isUseAliasName
boolean isUseAliasName()
- Returns the value of the 'Use Alias Name' attribute.
The default value is
"false".
This property determines whether the names showing up on UML diagrams should
be the real name or the alias names
- Returns:
- the value of the 'Use Alias Name' attribute.
- See Also:
UMLDiagramStyle.setUseAliasName(boolean),
UmlnotationPackage.getUMLDiagramStyle_UseAliasName()
setUseAliasName
void setUseAliasName(boolean value)
- Sets the value of the '
Use Alias Name' attribute.
This property determines whether the names showing up on UML diagrams should
be the real name or the alias names
- Parameters:
value - the new value of the 'Use Alias Name' attribute.- See Also:
UMLDiagramStyle.isUseAliasName()
© Copyright IBM Corp. 2009. All rights reserved.