Generators

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

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

Uses of EdgeContainerType in org.topcased.modeler.diagramconfigurator
 

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

Methods in org.topcased.modeler.diagramconfigurator that return EdgeContainerType
static EdgeContainerType EdgeContainerType.get(int value)
          Returns the 'Edge Container Type' literal with the specified integer value.
static EdgeContainerType EdgeContainerType.get(java.lang.String literal)
          Returns the 'Edge Container Type' literal with the specified literal value.
static EdgeContainerType EdgeContainerType.getByName(java.lang.String name)
          Returns the 'Edge Container Type' literal with the specified name.
 EdgeContainerType SourceTargetCouple.getContainerType()
          Returns the value of the 'Container Type' attribute.
static EdgeContainerType EdgeContainerType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EdgeContainerType[] EdgeContainerType.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 EdgeContainerType
 void SourceTargetCouple.setContainerType(EdgeContainerType value)
          Sets the value of the 'Container Type' attribute.
 

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

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


Generators

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