Class EndpointMetadata

  • All Implemented Interfaces:
    Metadata

    public class EndpointMetadata
    extends AbstractMetadata
    Metadata structure for the 'endpoint' GraphML element.
    See Also:
    "http://graphml.graphdrawing.org/specification.html"
    • Constructor Detail

      • EndpointMetadata

        public EndpointMetadata()
    • Method Detail

      • getId

        public java.lang.String getId()
      • setId

        public void setId​(java.lang.String id)
      • getPort

        public java.lang.String getPort()
      • setPort

        public void setPort​(java.lang.String port)
      • getNode

        public java.lang.String getNode()
      • setNode

        public void setNode​(java.lang.String node)
      • getDescription

        public java.lang.String getDescription()
      • setDescription

        public void setDescription​(java.lang.String description)
      • getMetadataType

        public Metadata.MetadataType getMetadataType()
        Description copied from interface: Metadata
        Gets the metadata type of this object.
        Returns:
        the metadata type