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