public static enum ErdCommon.DataSource extends Enum<ErdCommon.DataSource>
| Enum Constant and Description |
|---|
EDB |
PersonnelAffairs |
researchmap |
| Modifier and Type | Method and Description |
|---|---|
static ErdCommon.DataSource |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErdCommon.DataSource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ErdCommon.DataSource EDB
public static final ErdCommon.DataSource PersonnelAffairs
public static final ErdCommon.DataSource researchmap
public static ErdCommon.DataSource[] values()
for (ErdCommon.DataSource c : ErdCommon.DataSource.values()) System.out.println(c);
public static ErdCommon.DataSource 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 nullEDB Working Group at Tue Dec 2 16:35:33 JST 2025