UML Modeling Layer

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

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

Uses of UMLParentDisplay in com.ibm.xtools.umlnotation
 

Fields in com.ibm.xtools.umlnotation declared as UMLParentDisplay
static UMLParentDisplay UMLParentDisplay.NAME_LITERAL
          The 'Name' literal object
static UMLParentDisplay UMLParentDisplay.NONE_LITERAL
          The 'None' literal object
static UMLParentDisplay UMLParentDisplay.QUALIFIED_NAME_LITERAL
          The 'Qualified Name' literal object
 

Methods in com.ibm.xtools.umlnotation that return UMLParentDisplay
static UMLParentDisplay UMLParentDisplay.get(int value)
          Returns the 'UML Parent Display' literal with the specified integer value
static UMLParentDisplay UMLParentDisplay.get(String literal)
          Returns the 'UML Parent Display' literal with the specified literal value
static UMLParentDisplay UMLParentDisplay.getByName(String name)
          Returns the 'UML Parent Display' literal with the specified name
 UMLParentDisplay UMLParentStyle.getShowParent()
          Returns the value of the 'Show Parent' attribute.
 

Methods in com.ibm.xtools.umlnotation with parameters of type UMLParentDisplay
 void UMLParentStyle.setShowParent(UMLParentDisplay value)
          Sets the value of the 'Show Parent' attribute
 


UML Modeling Layer

© Copyright IBM Corp. 2009. All rights reserved.