y.io.graphml.input
Class Directedness
java.lang.Object
   y.io.graphml.input.Directedness
y.io.graphml.input.Directedness
- public class Directedness 
- extends java.lang.Object
-  
 
| Method Summary | 
|  int | compareTo(java.lang.Object o)
 | 
|  java.lang.String | name()Returns the name of this enumeration constant, exactly as declared the declaration.
 | 
|  java.lang.String | toString()
 | 
| static Directedness | valueOf(java.lang.String value)Returns the enum constant of the specified enum type with the specified name
 | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
DIRECTED
public static final Directedness DIRECTED
UNDIRECTED
public static final Directedness UNDIRECTED
toString
public java.lang.String toString()
- 
- Overrides:
- toStringin class- java.lang.Object
 
- 
 
name
public java.lang.String name()
- Returns the name of this enumeration constant, exactly as declared the declaration.
 
- 
- Returns:
- the name of this enumeration constant
 
compareTo
public int compareTo(java.lang.Object o)
- 
 
valueOf
public static Directedness valueOf(java.lang.String value)
- Returns the enum constant of the specified enum type with the specified name
 
-