Generators

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

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

Uses of DecorationType in org.topcased.modeler.diagramconfigurator
 

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

Methods in org.topcased.modeler.diagramconfigurator that return DecorationType
static DecorationType DecorationType.get(int value)
          Returns the 'Decoration Type' literal with the specified integer value.
static DecorationType DecorationType.get(java.lang.String literal)
          Returns the 'Decoration Type' literal with the specified literal value.
static DecorationType DecorationType.getByName(java.lang.String name)
          Returns the 'Decoration Type' literal with the specified name.
 DecorationType EdgePartConfiguration.getSourceDecoration()
          Returns the value of the 'Source Decoration' attribute.
 DecorationType EdgePartConfiguration.getTargetDecoration()
          Returns the value of the 'Target Decoration' attribute.
static DecorationType DecorationType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DecorationType[] DecorationType.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 DecorationType
 void EdgePartConfiguration.setSourceDecoration(DecorationType value)
          Sets the value of the 'Source Decoration' attribute.
 void EdgePartConfiguration.setTargetDecoration(DecorationType value)
          Sets the value of the 'Target Decoration' attribute.
 

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

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


Generators

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