UML Modeling Layer

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

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

Uses of UMLAlignmentKind in com.ibm.xtools.umlnotation
 

Fields in com.ibm.xtools.umlnotation declared as UMLAlignmentKind
static UMLAlignmentKind UMLAlignmentKind.FREEFORM_LITERAL
          The 'Freeform' literal object
static UMLAlignmentKind UMLAlignmentKind.HORIZONTAL_LITERAL
          The 'Horizontal' literal object
static UMLAlignmentKind UMLAlignmentKind.VERTICAL_LITERAL
          The 'Vertical' literal object
 

Methods in com.ibm.xtools.umlnotation that return UMLAlignmentKind
static UMLAlignmentKind UMLAlignmentKind.get(int value)
          Returns the 'UML Alignment Kind' literal with the specified integer value
static UMLAlignmentKind UMLAlignmentKind.get(String literal)
          Returns the 'UML Alignment Kind' literal with the specified literal value
 UMLAlignmentKind UMLFrameStyle.getAlignment()
          Returns the value of the 'Alignment' attribute.
static UMLAlignmentKind UMLAlignmentKind.getByName(String name)
          Returns the 'UML Alignment Kind' literal with the specified name
 

Methods in com.ibm.xtools.umlnotation with parameters of type UMLAlignmentKind
 void UMLFrameStyle.setAlignment(UMLAlignmentKind value)
          Sets the value of the 'Alignment' attribute
 


UML Modeling Layer

© Copyright IBM Corp. 2009. All rights reserved.