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