public static enum ConfigEntry.SubjectPrefixType extends Enum<ConfigEntry.SubjectPrefixType>
| Modifier and Type | Method and Description |
|---|---|
static ConfigEntry.SubjectPrefixType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigEntry.SubjectPrefixType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigEntry.SubjectPrefixType system
public static final ConfigEntry.SubjectPrefixType custom
public static ConfigEntry.SubjectPrefixType[] values()
for (ConfigEntry.SubjectPrefixType c : ConfigEntry.SubjectPrefixType.values()) System.out.println(c);
public static ConfigEntry.SubjectPrefixType 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–2017 Sakai Project. All rights reserved.