Uses of Enum Class
edu.uci.ics.jung.io.graphml.EndpointMetadata.EndpointType
Packages that use EndpointMetadata.EndpointType
-
Uses of EndpointMetadata.EndpointType in edu.uci.ics.jung.io.graphml
Fields in edu.uci.ics.jung.io.graphml declared as EndpointMetadata.EndpointTypeModifier and TypeFieldDescriptionprivate EndpointMetadata.EndpointType
EndpointMetadata.endpointType
Methods in edu.uci.ics.jung.io.graphml that return EndpointMetadata.EndpointTypeModifier and TypeMethodDescriptionEndpointMetadata.getEndpointType()
Returns the enum constant of this class with the specified name.static EndpointMetadata.EndpointType[]
EndpointMetadata.EndpointType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in edu.uci.ics.jung.io.graphml with parameters of type EndpointMetadata.EndpointTypeModifier and TypeMethodDescriptionvoid
EndpointMetadata.setEndpointType
(EndpointMetadata.EndpointType endpointType) -
Uses of EndpointMetadata.EndpointType in edu.uci.ics.jung.io.graphml.parser
Fields in edu.uci.ics.jung.io.graphml.parser with type parameters of type EndpointMetadata.EndpointTypeModifier and TypeFieldDescriptionprivate static final Map
<String, EndpointMetadata.EndpointType> EndpointElementParser.endpointTypeMap