Enum Class UnisexName

java.lang.Object
java.lang.Enum<UnisexName>
io.github.cjstehno.testthings.fixtures.UnisexName
All Implemented Interfaces:
Serializable, Comparable<UnisexName>, Constable

public enum UnisexName extends Enum<UnisexName>
An enumeration of some unisex names.
  • Enum Constant Details

    • LOGAN

      public static final UnisexName LOGAN
      Logan.
    • AVERY

      public static final UnisexName AVERY
      Avery.
    • RILEY

      public static final UnisexName RILEY
      Riley.
    • PARKER

      public static final UnisexName PARKER
      Parker.
    • CAMERON

      public static final UnisexName CAMERON
      Cameron.
    • RYAN

      public static final UnisexName RYAN
      Ryan.
    • RIVER

      public static final UnisexName RIVER
      River.
    • ANGEL

      public static final UnisexName ANGEL
      Angel.
    • ROWAN

      public static final UnisexName ROWAN
      Rowan.
    • JORDAN

      public static final UnisexName JORDAN
      Jordan.
    • SAWYER

      public static final UnisexName SAWYER
      Sawyer.
    • CHARLIE

      public static final UnisexName CHARLIE
      Charlie.
    • QUINN

      public static final UnisexName QUINN
      Quinn.
    • BLAKE

      public static final UnisexName BLAKE
      Blake.
    • PEYTON

      public static final UnisexName PEYTON
      Peyton.
    • HAYDEN

      public static final UnisexName HAYDEN
      Hayden.
    • EMERY

      public static final UnisexName EMERY
      Emery.
    • EMERSON

      public static final UnisexName EMERSON
      Emerson.
    • AMARI

      public static final UnisexName AMARI
      Amari.
    • EDEN

      public static final UnisexName EDEN
      Eden.
    • ELLIOTT

      public static final UnisexName ELLIOTT
      Elliott.
    • ELLIOT

      public static final UnisexName ELLIOT
      Elliot.
    • FINLEY

      public static final UnisexName FINLEY
      Finley.
    • REMI

      public static final UnisexName REMI
      Remi.
    • REMINGTON

      public static final UnisexName REMINGTON
      Remington.
    • PHOENIX

      public static final UnisexName PHOENIX
      Phoenix.
    • SAGE

      public static final UnisexName SAGE
      Sage.
    • OAKLEY

      public static final UnisexName OAKLEY
      Oakley.
    • REESE

      public static final UnisexName REESE
      Reese.
    • KARTER

      public static final UnisexName KARTER
      Karter.
    • DAKOTA

      public static final UnisexName DAKOTA
      Dakota.
    • TATUM

      public static final UnisexName TATUM
      Tatum.
    • TAYLOR

      public static final UnisexName TAYLOR
      Taylor.
    • RORY

      public static final UnisexName RORY
      Rory.
    • MORGAN

      public static final UnisexName MORGAN
      Morgan.
    • LENNOX

      public static final UnisexName LENNOX
      Lennox.
    • ARIEL

      public static final UnisexName ARIEL
      Ariel.
    • SUTTON

      public static final UnisexName SUTTON
      Sutton.
    • DALLAS

      public static final UnisexName DALLAS
      Dallas.
    • ASPEN

      public static final UnisexName ASPEN
      Aspen.
    • LENNON

      public static final UnisexName LENNON
      Lennon.
    • ARI

      public static final UnisexName ARI
      Ari.
    • ALEXIS

      public static final UnisexName ALEXIS
      Alexis.
    • MARLEY

      public static final UnisexName MARLEY
      Marley.
    • LONDON

      public static final UnisexName LONDON
      London.
    • ARMANI

      public static final UnisexName ARMANI
      Armani.
    • ELLIS

      public static final UnisexName ELLIS
      Ellis.
    • REMY

      public static final UnisexName REMY
      Remy.
    • WREN

      public static final UnisexName WREN
      Wren.
    • REIGN

      public static final UnisexName REIGN
      Reign.
  • Method Details

    • values

      public static UnisexName[] 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

      public static UnisexName valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • toString

      public String toString()
      Overrides:
      toString in class Enum<UnisexName>