Generators

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

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

Uses of RouterType in org.topcased.modeler.diagramconfigurator
 

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

Methods in org.topcased.modeler.diagramconfigurator that return RouterType
static RouterType RouterType.get(int value)
          Returns the 'Router Type' literal with the specified integer value.
static RouterType RouterType.get(java.lang.String literal)
          Returns the 'Router Type' literal with the specified literal value.
static RouterType RouterType.getByName(java.lang.String name)
          Returns the 'Router Type' literal with the specified name.
 RouterType EdgePartConfiguration.getDefaultRouter()
          Returns the value of the 'Default Router' attribute.
static RouterType RouterType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RouterType[] RouterType.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 RouterType
 void EdgePartConfiguration.setDefaultRouter(RouterType value)
          Sets the value of the 'Default Router' attribute.
 

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

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


Generators

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