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