Package net.bluemind.core.api
Enum Class Regex
- All Implemented Interfaces:
Serializable
,Comparable<Regex>
,Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionDomain partlocal invalid input: '&' domain partlocal partBlue Mind loginBlue Mind mailshare nameUUID regex -
Method Summary
-
Enum Constant Details
-
LOGIN
Blue Mind login -
MAILSHARE_NAME
Blue Mind mailshare name -
EMAIL
local invalid input: '&' domain part -
EMAIL_LEFT
local part -
DOMAIN
Domain part -
UUID
UUID regex
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getRegexPattern
-
validate
-