com.yworks.yfiles.server.graphml.support
Class GraphMLVersion

java.lang.Object
  extended bycom.yworks.yfiles.server.graphml.support.GraphMLVersion

public abstract class GraphMLVersion
extends java.lang.Object

Attribute values for the GraphML version attribute that specifies the version of the yWorks GraphML extension. The version attribute is used internally by various deserializers in order to determine the expected format.

See Also:
GraphRoundtripSupportBase.setGraphMLVersion(GraphMLVersion), GraphRoundtripSupportBase.setParseGraphMLVersion(boolean)

Field Summary
static GraphMLVersion ONE_POINT_THREE
           
static GraphMLVersion ONE_POINT_TWO
           
static GraphMLVersion ONE_POINT_ZERO
           
 
Method Summary
abstract  java.lang.String toString()
           
static GraphMLVersion valueOf(java.lang.String value)
           
static GraphMLVersion[] values()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ONE_POINT_THREE

public static final GraphMLVersion ONE_POINT_THREE

ONE_POINT_TWO

public static final GraphMLVersion ONE_POINT_TWO

ONE_POINT_ZERO

public static final GraphMLVersion ONE_POINT_ZERO
Method Detail

values

public static final GraphMLVersion[] values()

valueOf

public static final GraphMLVersion valueOf(java.lang.String value)

toString

public abstract java.lang.String toString()


Copyright © 2000-2013 yWorks GmbH. All rights reserved