Class Key
java.lang.Object
edu.uci.ics.jung.io.graphml.Key
GraphML key object that was parsed from the input stream.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumEnumeration for the 'for' type of this key. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetId()voidsetAttributeName(String attributeName) voidsetAttributeType(String attributeType) voidsetDefaultValue(String defaultValue) voidsetDescription(String description) voidsetForType(Key.ForType forType) void
-
Field Details
-
id
-
description
-
attributeName
-
attributeType
-
defaultValue
-
forType
-
-
Constructor Details
-
Key
public Key()
-
-
Method Details
-
getDescription
-
setDescription
-
getAttributeName
-
setAttributeName
-
getAttributeType
-
setAttributeType
-
getDefaultValue
-
setDefaultValue
-
setId
-
setForType
-
getId
-
defaultValue
-
getForType
-
applyKey
-