Enum Class UnisexName
- All Implemented Interfaces:
Serializable
,Comparable<UnisexName>
,Constable
An enumeration of some unisex names.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionAlexis.Amari.Angel.Ari.Ariel.Armani.Aspen.Avery.Blake.Cameron.Charlie.Dakota.Dallas.Eden.Elliot.Elliott.Ellis.Emerson.Emery.Finley.Hayden.Jordan.Karter.Lennon.Lennox.Logan.London.Marley.Morgan.Oakley.Parker.Peyton.Phoenix.Quinn.Reese.Reign.Remi.Remington.Remy.Riley.River.Rory.Rowan.Ryan.Sage.Sawyer.Sutton.Tatum.Taylor.Wren. -
Method Summary
Modifier and TypeMethodDescriptiontoString()
static UnisexName
Returns the enum constant of this class with the specified name.static UnisexName[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
LOGAN
Logan. -
AVERY
Avery. -
RILEY
Riley. -
PARKER
Parker. -
CAMERON
Cameron. -
RYAN
Ryan. -
RIVER
River. -
ANGEL
Angel. -
ROWAN
Rowan. -
JORDAN
Jordan. -
SAWYER
Sawyer. -
CHARLIE
Charlie. -
QUINN
Quinn. -
BLAKE
Blake. -
PEYTON
Peyton. -
HAYDEN
Hayden. -
EMERY
Emery. -
EMERSON
Emerson. -
AMARI
Amari. -
EDEN
Eden. -
ELLIOTT
Elliott. -
ELLIOT
Elliot. -
FINLEY
Finley. -
REMI
Remi. -
REMINGTON
Remington. -
PHOENIX
Phoenix. -
SAGE
Sage. -
OAKLEY
Oakley. -
REESE
Reese. -
KARTER
Karter. -
DAKOTA
Dakota. -
TATUM
Tatum. -
TAYLOR
Taylor. -
RORY
Rory. -
MORGAN
Morgan. -
LENNOX
Lennox. -
ARIEL
Ariel. -
SUTTON
Sutton. -
DALLAS
Dallas. -
ASPEN
Aspen. -
LENNON
Lennon. -
ARI
Ari. -
ALEXIS
Alexis. -
MARLEY
Marley. -
LONDON
London. -
ARMANI
Armani. -
ELLIS
Ellis. -
REMY
Remy. -
WREN
Wren. -
REIGN
Reign.
-
-
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
-
toString
- Overrides:
toString
in classEnum<UnisexName>
-