Uses of Class
org.graphdrawing.graphml.GraphNodeidsType

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

Uses of GraphNodeidsType in org.graphdrawing.graphml
 

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

Methods in org.graphdrawing.graphml that return GraphNodeidsType
static GraphNodeidsType GraphNodeidsType.get(int value)
          Returns the 'Graph Nodeids Type' literal with the specified integer value.
static GraphNodeidsType GraphNodeidsType.get(String literal)
          Returns the 'Graph Nodeids Type' literal with the specified literal value.
static GraphNodeidsType GraphNodeidsType.getByName(String name)
          Returns the 'Graph Nodeids Type' literal with the specified name.
 GraphNodeidsType GraphType.getParseNodeids()
          Returns the value of the 'Parse Nodeids' attribute.
static GraphNodeidsType GraphNodeidsType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GraphNodeidsType[] GraphNodeidsType.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 GraphNodeidsType
 void GraphType.setParseNodeids(GraphNodeidsType value)
          Sets the value of the 'Parse Nodeids' attribute.
 

Uses of GraphNodeidsType in org.graphdrawing.graphml.impl
 

Fields in org.graphdrawing.graphml.impl declared as GraphNodeidsType
protected static GraphNodeidsType GraphTypeImpl.PARSE_NODEIDS_EDEFAULT
          The default value of the 'Parse Nodeids' attribute.
protected  GraphNodeidsType GraphTypeImpl.parseNodeids
          The cached value of the 'Parse Nodeids' attribute.
 

Methods in org.graphdrawing.graphml.impl that return GraphNodeidsType
 GraphNodeidsType GraphMLFactoryImpl.createGraphNodeidsTypeFromString(EDataType eDataType, String initialValue)
           
 GraphNodeidsType GraphMLFactoryImpl.createGraphNodeidsTypeObjectFromString(EDataType eDataType, String initialValue)
           
 GraphNodeidsType GraphTypeImpl.getParseNodeids()
           
 

Methods in org.graphdrawing.graphml.impl with parameters of type GraphNodeidsType
 void GraphTypeImpl.setParseNodeids(GraphNodeidsType newParseNodeids)