public static enum FileSourceGEXF.GEXFConstants.ATTRIBUTESAttribute extends java.lang.Enum<FileSourceGEXF.GEXFConstants.ATTRIBUTESAttribute>
Enum Constant and Description |
---|
CLASS |
END |
ENDOPEN |
MODE |
START |
STARTOPEN |
Modifier and Type | Method and Description |
---|---|
static FileSourceGEXF.GEXFConstants.ATTRIBUTESAttribute |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FileSourceGEXF.GEXFConstants.ATTRIBUTESAttribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FileSourceGEXF.GEXFConstants.ATTRIBUTESAttribute CLASS
public static final FileSourceGEXF.GEXFConstants.ATTRIBUTESAttribute MODE
public static final FileSourceGEXF.GEXFConstants.ATTRIBUTESAttribute START
public static final FileSourceGEXF.GEXFConstants.ATTRIBUTESAttribute STARTOPEN
public static final FileSourceGEXF.GEXFConstants.ATTRIBUTESAttribute END
public static final FileSourceGEXF.GEXFConstants.ATTRIBUTESAttribute ENDOPEN
public static FileSourceGEXF.GEXFConstants.ATTRIBUTESAttribute[] values()
for (FileSourceGEXF.GEXFConstants.ATTRIBUTESAttribute c : FileSourceGEXF.GEXFConstants.ATTRIBUTESAttribute.values()) System.out.println(c);
public static FileSourceGEXF.GEXFConstants.ATTRIBUTESAttribute 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