Uses of Class
org.graphdrawing.graphml.xmlns.EndpointTypeType.Enum

Packages that use EndpointTypeType.Enum
org.graphdrawing.graphml.xmlns   
org.graphdrawing.graphml.xmlns.impl   
 

Uses of EndpointTypeType.Enum in org.graphdrawing.graphml.xmlns
 

Fields in org.graphdrawing.graphml.xmlns declared as EndpointTypeType.Enum
static EndpointTypeType.Enum EndpointTypeType.IN
           
static EndpointTypeType.Enum EndpointTypeType.OUT
           
static EndpointTypeType.Enum EndpointTypeType.UNDIR
           
 

Methods in org.graphdrawing.graphml.xmlns that return EndpointTypeType.Enum
static EndpointTypeType.Enum EndpointTypeType.Enum.forInt(int i)
          Returns the enum value corresponding to an int, or null if none.
static EndpointTypeType.Enum EndpointTypeType.Enum.forString(java.lang.String s)
          Returns the enum value for a string, or null if none.
 EndpointTypeType.Enum EndpointType.getType()
          Gets the "type" attribute
 

Methods in org.graphdrawing.graphml.xmlns with parameters of type EndpointTypeType.Enum
 void EndpointType.setType(EndpointTypeType.Enum type)
          Sets the "type" attribute
 

Uses of EndpointTypeType.Enum in org.graphdrawing.graphml.xmlns.impl
 

Methods in org.graphdrawing.graphml.xmlns.impl that return EndpointTypeType.Enum
 EndpointTypeType.Enum EndpointTypeImpl.getType()
          Gets the "type" attribute
 

Methods in org.graphdrawing.graphml.xmlns.impl with parameters of type EndpointTypeType.Enum
 void EndpointTypeImpl.setType(EndpointTypeType.Enum type)
          Sets the "type" attribute
 



Copyright © 2014 Martin Luther University Halle-Wittenberg. All Rights Reserved.