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
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)