public enum Regex extends Enum<Regex>
Enum Constant and Description |
---|
AMOUNT |
BUY_PRICE |
CREATION_PRICE |
ENCHANTMENT |
ERROR |
EXTENDED |
ITEM_NAME |
LIMIT |
MIN_PRICE |
MUSIC_TITLE |
PLAYER |
POTION_EFFECT |
PROPERTY |
SELL_PRICE |
VALUE |
VENDOR |
VERSION |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
static Regex |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Regex[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Regex VENDOR
public static final Regex AMOUNT
public static final Regex ITEM_NAME
public static final Regex CREATION_PRICE
public static final Regex ERROR
public static final Regex ENCHANTMENT
public static final Regex MIN_PRICE
public static final Regex VERSION
public static final Regex BUY_PRICE
public static final Regex SELL_PRICE
public static final Regex LIMIT
public static final Regex PLAYER
public static final Regex POTION_EFFECT
public static final Regex MUSIC_TITLE
public static final Regex PROPERTY
public static final Regex VALUE
public static final Regex EXTENDED
public static Regex[] values()
for (Regex c : Regex.values()) System.out.println(c);
public static Regex 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 nullpublic String getName()
Copyright © 2016. All rights reserved.