UML Modeling Layer

Uses of Class
com.ibm.xtools.umlnotation.UMLListVisibilityDisplay

Packages that use UMLListVisibilityDisplay
com.ibm.xtools.umlnotation UML Notation meta-model primary package. 
 

Uses of UMLListVisibilityDisplay in com.ibm.xtools.umlnotation
 

Fields in com.ibm.xtools.umlnotation declared as UMLListVisibilityDisplay
static UMLListVisibilityDisplay UMLListVisibilityDisplay.ICON_LITERAL
          The 'Icon' literal object
static UMLListVisibilityDisplay UMLListVisibilityDisplay.NONE_LITERAL
          The 'None' literal object
static UMLListVisibilityDisplay UMLListVisibilityDisplay.TEXT_LITERAL
          The 'Text' literal object
 

Methods in com.ibm.xtools.umlnotation that return UMLListVisibilityDisplay
static UMLListVisibilityDisplay UMLListVisibilityDisplay.get(int value)
          Returns the 'UML List Visibility Display' literal with the specified integer value
static UMLListVisibilityDisplay UMLListVisibilityDisplay.get(String literal)
          Returns the 'UML List Visibility Display' literal with the specified literal value
static UMLListVisibilityDisplay UMLListVisibilityDisplay.getByName(String name)
          Returns the 'UML List Visibility Display' literal with the specified name
 UMLListVisibilityDisplay UMLListStyle.getShowListVisibility()
          Returns the value of the 'Show List Visibility' attribute.
 

Methods in com.ibm.xtools.umlnotation with parameters of type UMLListVisibilityDisplay
 void UMLListStyle.setShowListVisibility(UMLListVisibilityDisplay value)
          Sets the value of the 'Show List Visibility' attribute
 


UML Modeling Layer

© Copyright IBM Corp. 2009. All rights reserved.