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