public static enum FileSourceGEXF.GEXFConstants.THICKNESSAttribute extends Enum<FileSourceGEXF.GEXFConstants.THICKNESSAttribute>
| Enum Constant and Description |
|---|
END |
ENDOPEN |
START |
STARTOPEN |
VALUE |
| Modifier and Type | Method and Description |
|---|---|
static FileSourceGEXF.GEXFConstants.THICKNESSAttribute |
valueOf(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(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2015. All rights reserved.