Uses of Class
org.graphdrawing.graphml.GraphEdgeidsType

Packages that use GraphEdgeidsType
org.graphdrawing.graphml   
org.graphdrawing.graphml.impl   
 

Uses of GraphEdgeidsType in org.graphdrawing.graphml
 

Fields in org.graphdrawing.graphml with type parameters of type GraphEdgeidsType
static List<GraphEdgeidsType> GraphEdgeidsType.VALUES
          A public read-only list of all the 'Graph Edgeids Type' enumerators.
 

Methods in org.graphdrawing.graphml that return GraphEdgeidsType
static GraphEdgeidsType GraphEdgeidsType.get(int value)
          Returns the 'Graph Edgeids Type' literal with the specified integer value.
static GraphEdgeidsType GraphEdgeidsType.get(String literal)
          Returns the 'Graph Edgeids Type' literal with the specified literal value.
static GraphEdgeidsType GraphEdgeidsType.getByName(String name)
          Returns the 'Graph Edgeids Type' literal with the specified name.
 GraphEdgeidsType GraphType.getParseEdgeids()
          Returns the value of the 'Parse Edgeids' attribute.
static GraphEdgeidsType GraphEdgeidsType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GraphEdgeidsType[] GraphEdgeidsType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.graphdrawing.graphml with parameters of type GraphEdgeidsType
 void GraphType.setParseEdgeids(GraphEdgeidsType value)
          Sets the value of the 'Parse Edgeids' attribute.
 

Uses of GraphEdgeidsType in org.graphdrawing.graphml.impl
 

Fields in org.graphdrawing.graphml.impl declared as GraphEdgeidsType
protected static GraphEdgeidsType GraphTypeImpl.PARSE_EDGEIDS_EDEFAULT
          The default value of the 'Parse Edgeids' attribute.
protected  GraphEdgeidsType GraphTypeImpl.parseEdgeids
          The cached value of the 'Parse Edgeids' attribute.
 

Methods in org.graphdrawing.graphml.impl that return GraphEdgeidsType
 GraphEdgeidsType GraphMLFactoryImpl.createGraphEdgeidsTypeFromString(EDataType eDataType, String initialValue)
           
 GraphEdgeidsType GraphMLFactoryImpl.createGraphEdgeidsTypeObjectFromString(EDataType eDataType, String initialValue)
           
 GraphEdgeidsType GraphTypeImpl.getParseEdgeids()
           
 

Methods in org.graphdrawing.graphml.impl with parameters of type GraphEdgeidsType
 void GraphTypeImpl.setParseEdgeids(GraphEdgeidsType newParseEdgeids)