GraphMLExporter
instead.@Deprecated public static enum GraphMLExporter.AttributeType extends Enum<GraphMLExporter.AttributeType>
Enum Constant and Description |
---|
BOOLEAN
Deprecated.
|
DOUBLE
Deprecated.
|
FLOAT
Deprecated.
|
INT
Deprecated.
|
LONG
Deprecated.
|
STRING
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
toString()
Deprecated.
Get a string representation of the attribute type
|
static GraphMLExporter.AttributeType |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static GraphMLExporter.AttributeType[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GraphMLExporter.AttributeType BOOLEAN
public static final GraphMLExporter.AttributeType INT
public static final GraphMLExporter.AttributeType LONG
public static final GraphMLExporter.AttributeType FLOAT
public static final GraphMLExporter.AttributeType DOUBLE
public static final GraphMLExporter.AttributeType STRING
public static GraphMLExporter.AttributeType[] values()
for (GraphMLExporter.AttributeType c : GraphMLExporter.AttributeType.values()) System.out.println(c);
public static GraphMLExporter.AttributeType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<GraphMLExporter.AttributeType>
Copyright © 2017. All rights reserved.