Uses of Class
org.graphdrawing.graphml.KeyTypeType
Package | Description |
---|---|
org.graphdrawing.graphml |
-
Uses of KeyTypeType in org.graphdrawing.graphml
Fields in org.graphdrawing.graphml declared as KeyTypeType Modifier and Type Field Description protected KeyTypeType
KeyType. attrType
Methods in org.graphdrawing.graphml that return KeyTypeType Modifier and Type Method Description static KeyTypeType
KeyTypeType. fromValue(java.lang.String v)
KeyTypeType
KeyType. getAttrType()
Gets the value of the attrType property.static KeyTypeType
KeyTypeType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static KeyTypeType[]
KeyTypeType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.graphdrawing.graphml with parameters of type KeyTypeType Modifier and Type Method Description void
KeyType. setAttrType(KeyTypeType value)
Sets the value of the attrType property.