UML Modeling Layer

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

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

Uses of UMLStereotypeDisplay in com.ibm.xtools.umlnotation
 

Fields in com.ibm.xtools.umlnotation declared as UMLStereotypeDisplay
static UMLStereotypeDisplay UMLStereotypeDisplay.ICON_LITERAL
          The 'Icon' literal object
static UMLStereotypeDisplay UMLStereotypeDisplay.IMAGE_LITERAL
          The 'Image' literal object
static UMLStereotypeDisplay UMLStereotypeDisplay.LABEL_LITERAL
          The 'Label' literal object
static UMLStereotypeDisplay UMLStereotypeDisplay.NONE_LITERAL
          The 'None' literal object
static UMLStereotypeDisplay UMLStereotypeDisplay.TEXT_LITERAL
          The 'Text' literal object
 

Methods in com.ibm.xtools.umlnotation that return UMLStereotypeDisplay
static UMLStereotypeDisplay UMLStereotypeDisplay.get(int value)
          Returns the 'UML Stereotype Display' literal with the specified integer value
static UMLStereotypeDisplay UMLStereotypeDisplay.get(String literal)
          Returns the 'UML Stereotype Display' literal with the specified literal value
static UMLStereotypeDisplay UMLStereotypeDisplay.getByName(String name)
          Returns the 'UML Stereotype Display' literal with the specified name
 UMLStereotypeDisplay UMLStereotypeStyle.getShowStereotype()
          Returns the value of the 'Show Stereotype' attribute.
 

Methods in com.ibm.xtools.umlnotation with parameters of type UMLStereotypeDisplay
 void UMLStereotypeStyle.setShowStereotype(UMLStereotypeDisplay value)
          Sets the value of the 'Show Stereotype' attribute
 


UML Modeling Layer

© Copyright IBM Corp. 2009. All rights reserved.