- java.lang.Object
-
- org.jgrapht.nio.graphml.GraphMLExporter.AttributeDetails
-
- Enclosing class:
- GraphMLExporter<V,E>
private class GraphMLExporter.AttributeDetails extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description GraphMLExporter.AttributeCategory
category
java.lang.String
defaultValue
java.lang.String
key
AttributeType
type
-
Constructor Summary
Constructors Constructor Description AttributeDetails(java.lang.String key, GraphMLExporter.AttributeCategory category, AttributeType type, java.lang.String defaultValue)
-
-
-
Field Detail
-
key
public java.lang.String key
-
category
public GraphMLExporter.AttributeCategory category
-
type
public AttributeType type
-
defaultValue
public java.lang.String defaultValue
-
-
Constructor Detail
-
AttributeDetails
public AttributeDetails(java.lang.String key, GraphMLExporter.AttributeCategory category, AttributeType type, java.lang.String defaultValue)
-
-