public static enum FileSourceGEXF.GEXFConstants.EDGEAttribute extends java.lang.Enum<FileSourceGEXF.GEXFConstants.EDGEAttribute>
Enum Constant and Description |
---|
END |
ENDOPEN |
ID |
LABEL |
SOURCE |
START |
STARTOPEN |
TARGET |
TYPE |
WEIGHT |
Modifier and Type | Method and Description |
---|---|
static FileSourceGEXF.GEXFConstants.EDGEAttribute |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FileSourceGEXF.GEXFConstants.EDGEAttribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FileSourceGEXF.GEXFConstants.EDGEAttribute START
public static final FileSourceGEXF.GEXFConstants.EDGEAttribute STARTOPEN
public static final FileSourceGEXF.GEXFConstants.EDGEAttribute END
public static final FileSourceGEXF.GEXFConstants.EDGEAttribute ENDOPEN
public static final FileSourceGEXF.GEXFConstants.EDGEAttribute ID
public static final FileSourceGEXF.GEXFConstants.EDGEAttribute TYPE
public static final FileSourceGEXF.GEXFConstants.EDGEAttribute LABEL
public static final FileSourceGEXF.GEXFConstants.EDGEAttribute SOURCE
public static final FileSourceGEXF.GEXFConstants.EDGEAttribute TARGET
public static final FileSourceGEXF.GEXFConstants.EDGEAttribute WEIGHT
public static FileSourceGEXF.GEXFConstants.EDGEAttribute[] values()
for (FileSourceGEXF.GEXFConstants.EDGEAttribute c : FileSourceGEXF.GEXFConstants.EDGEAttribute.values()) System.out.println(c);
public static FileSourceGEXF.GEXFConstants.EDGEAttribute valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null