Class EndpointMetadata
java.lang.Object
edu.uci.ics.jung.io.graphml.AbstractMetadata
edu.uci.ics.jung.io.graphml.EndpointMetadata
- All Implemented Interfaces:
Metadata
Metadata structure for the 'endpoint' GraphML element.
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface Metadata
Metadata.MetadataType -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Stringprivate EndpointMetadata.EndpointTypeprivate Stringprivate Stringprivate String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Gets the metadata type of this object.getNode()getPort()voidsetDescription(String description) voidsetEndpointType(EndpointMetadata.EndpointType endpointType) voidvoidvoidMethods inherited from class AbstractMetadata
addData, getProperties, getProperty, setProperty
-
Field Details
-
id
-
port
-
node
-
description
-
endpointType
-
-
Constructor Details
-
EndpointMetadata
public EndpointMetadata()
-
-
Method Details
-
getId
-
setId
-
getPort
-
setPort
-
getNode
-
setNode
-
getEndpointType
-
setEndpointType
-
getDescription
-
setDescription
-
getMetadataType
Description copied from interface:MetadataGets the metadata type of this object.- Returns:
- the metadata type
-