java.io.Serializable
, java.lang.Comparable<CoffeeFilter.Pronoun>
public static enum CoffeeFilter.Pronoun extends java.lang.Enum<CoffeeFilter.Pronoun>
Enum Constant | Description |
---|---|
ACCOUNTNAME |
|
HASHAVE |
|
HESHE |
|
HIMHER |
|
HIMHERSELF |
|
HISHER |
|
HISHERSELF |
|
ISARE |
|
ISARE2 |
|
MISTERMADAM |
|
MRMS |
|
NAME |
|
NAMENOART |
|
NAMESELF |
|
SIRMADAM |
|
WITHNAME |
|
YOUPOSS |
Modifier and Type | Field | Description |
---|---|---|
java.lang.String |
emoteSuffix |
|
java.lang.String |
suffix |
Modifier and Type | Method | Description |
---|---|---|
static CoffeeFilter.Pronoun |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static CoffeeFilter.Pronoun[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CoffeeFilter.Pronoun HISHER
public static final CoffeeFilter.Pronoun HIMHER
public static final CoffeeFilter.Pronoun NAME
public static final CoffeeFilter.Pronoun NAMESELF
public static final CoffeeFilter.Pronoun HESHE
public static final CoffeeFilter.Pronoun ISARE
public static final CoffeeFilter.Pronoun HASHAVE
public static final CoffeeFilter.Pronoun YOUPOSS
public static final CoffeeFilter.Pronoun HIMHERSELF
public static final CoffeeFilter.Pronoun HISHERSELF
public static final CoffeeFilter.Pronoun SIRMADAM
public static final CoffeeFilter.Pronoun MRMS
public static final CoffeeFilter.Pronoun MISTERMADAM
public static final CoffeeFilter.Pronoun ISARE2
public static final CoffeeFilter.Pronoun NAMENOART
public static final CoffeeFilter.Pronoun ACCOUNTNAME
public static final CoffeeFilter.Pronoun WITHNAME
public final java.lang.String suffix
public final java.lang.String emoteSuffix
public static CoffeeFilter.Pronoun[] values()
for (CoffeeFilter.Pronoun c : CoffeeFilter.Pronoun.values()) System.out.println(c);
public static CoffeeFilter.Pronoun valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null