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