Generators

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

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

Uses of EdgeObjectType in org.topcased.modeler.diagramconfigurator
 

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

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

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

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


Generators

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