Search this API

y.io.graphml.input
Class Directedness

java.lang.Object
  extended by y.io.graphml.input.Directedness

public class Directedness
extends Object


Field Summary
static Directedness DIRECTED
           
static Directedness UNDIRECTED
           
 
Method Summary
 int compareTo(Object o)
           
 String name()
          Returns the name of this enumeration constant, exactly as declared the declaration.
 String toString()
           
static Directedness valueOf(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
 

Field Detail

DIRECTED

public static final Directedness DIRECTED

UNDIRECTED

public static final Directedness UNDIRECTED
Method Detail

toString

public String toString()
Overrides:
toString in class Object

name

public 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(Object o)

valueOf

public static Directedness valueOf(String value)
Returns the enum constant of the specified enum type with the specified name


© Copyright 2000-2013,
yWorks GmbH.
All rights reserved.