public enum ModuleColumn extends Enum<ModuleColumn>
Enum Constant and Description |
---|
DESCRIPTION
description
|
EXECUTABLE
executable
|
HASH
module hash
|
ID
id
|
NAME
name
|
UPLOAD_TIME
upload time
|
VERSION
version
|
Modifier and Type | Method and Description |
---|---|
static ModuleColumn |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModuleColumn[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModuleColumn ID
public static final ModuleColumn NAME
public static final ModuleColumn VERSION
public static final ModuleColumn HASH
public static final ModuleColumn DESCRIPTION
public static final ModuleColumn UPLOAD_TIME
public static final ModuleColumn EXECUTABLE
public static ModuleColumn[] values()
for (ModuleColumn c : ModuleColumn.values()) System.out.println(c);
public static ModuleColumn 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 © 2007-2020 Whitestein Technologies. All Rights Reserved.