Uses of Class
org.graphdrawing.graphml.EndpointTypeType

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

Uses of EndpointTypeType in org.graphdrawing.graphml
 

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

Methods in org.graphdrawing.graphml that return EndpointTypeType
static EndpointTypeType EndpointTypeType.get(int value)
          Returns the 'Endpoint Type Type' literal with the specified integer value.
static EndpointTypeType EndpointTypeType.get(String literal)
          Returns the 'Endpoint Type Type' literal with the specified literal value.
static EndpointTypeType EndpointTypeType.getByName(String name)
          Returns the 'Endpoint Type Type' literal with the specified name.
 EndpointTypeType EndpointType.getType()
          Returns the value of the 'Type' attribute.
static EndpointTypeType EndpointTypeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EndpointTypeType[] EndpointTypeType.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 EndpointTypeType
 void EndpointType.setType(EndpointTypeType value)
          Sets the value of the 'Type' attribute.
 

Uses of EndpointTypeType in org.graphdrawing.graphml.impl
 

Fields in org.graphdrawing.graphml.impl declared as EndpointTypeType
protected  EndpointTypeType EndpointTypeImpl.type
          The cached value of the 'Type' attribute.
protected static EndpointTypeType EndpointTypeImpl.TYPE_EDEFAULT
          The default value of the 'Type' attribute.
 

Methods in org.graphdrawing.graphml.impl that return EndpointTypeType
 EndpointTypeType GraphMLFactoryImpl.createEndpointTypeTypeFromString(EDataType eDataType, String initialValue)
           
 EndpointTypeType GraphMLFactoryImpl.createEndpointTypeTypeObjectFromString(EDataType eDataType, String initialValue)
           
 EndpointTypeType EndpointTypeImpl.getType()
           
 

Methods in org.graphdrawing.graphml.impl with parameters of type EndpointTypeType
 void EndpointTypeImpl.setType(EndpointTypeType newType)