public static enum DBConstants.TYPE extends Enum<DBConstants.TYPE>
| Enum Constant and Description |
|---|
Concessioni |
Mopr |
Mosi |
| Modifier and Type | Method and Description |
|---|---|
static DBConstants.TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DBConstants.TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DBConstants.TYPE Concessioni
public static final DBConstants.TYPE Mosi
public static final DBConstants.TYPE Mopr
public static DBConstants.TYPE[] values()
for (DBConstants.TYPE c : DBConstants.TYPE.values()) System.out.println(c);
public static DBConstants.TYPE 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 © 2022. All Rights Reserved.