Generators

Uses of Class
org.topcased.modeler.diagramconfigurator.LineStyle

Packages that use LineStyle
org.topcased.modeler.diagramconfigurator   
org.topcased.modeler.diagramconfigurator.util   
 

Uses of LineStyle in org.topcased.modeler.diagramconfigurator
 

Fields in org.topcased.modeler.diagramconfigurator with type parameters of type LineStyle
static java.util.List<LineStyle> LineStyle.VALUES
          A public read-only list of all the 'Line Style' enumerators.
 

Methods in org.topcased.modeler.diagramconfigurator that return LineStyle
static LineStyle LineStyle.get(int value)
          Returns the 'Line Style' literal with the specified integer value.
static LineStyle LineStyle.get(java.lang.String literal)
          Returns the 'Line Style' literal with the specified literal value.
static LineStyle LineStyle.getByName(java.lang.String name)
          Returns the 'Line Style' literal with the specified name.
 LineStyle PartConfiguration.getLineStyle()
          Returns the value of the 'Line Style' attribute.
static LineStyle LineStyle.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LineStyle[] LineStyle.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.topcased.modeler.diagramconfigurator with parameters of type LineStyle
 void PartConfiguration.setLineStyle(LineStyle value)
          Sets the value of the 'Line Style' attribute.
 

Uses of LineStyle in org.topcased.modeler.diagramconfigurator.util
 

Methods in org.topcased.modeler.diagramconfigurator.util with parameters of type LineStyle
 boolean DiagramconfiguratorValidator.validateLineStyle(LineStyle lineStyle, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


Generators

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.