static enum ErdArticle.AuthorClass extends Enum<ErdArticle.AuthorClass>
Modifier and Type | Method and Description |
---|---|
static ErdArticle.AuthorClass |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErdArticle.AuthorClass[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ErdArticle.AuthorClass TEACHER
public static final ErdArticle.AuthorClass STUDENT
public static final ErdArticle.AuthorClass EXTERIOR
public static final ErdArticle.AuthorClass UNKNOWN
public static ErdArticle.AuthorClass[] values()
for (ErdArticle.AuthorClass c : ErdArticle.AuthorClass.values()) System.out.println(c);
public static ErdArticle.AuthorClass 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 Jun 10 17:08:59 JST 2025