Uses of Enum Class
pinkGuards.Rango

Packages that use Rango
Package
Description
 
  • Uses of Rango in pinkGuards

    Subclasses with type arguments of type Rango in pinkGuards
    Modifier and Type
    Class
    Description
    enum 
    Enumerado que define los rangos jerárquicos de los Pink Guards.
    Methods in pinkGuards that return Rango
    Modifier and Type
    Method
    Description
    Manager.getRango()
    Devuelve el rango del PinkGuard.
    abstract Rango
    PinkGuard.getRango()
    Devuelve el rango del PinkGuard.
    Soldier.getRango()
    Devuelve el rango del PinkGuard.
    Worker.getRango()
    Devuelve el rango del Worker.
    static Rango
    Rango.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    static Rango[]
    Rango.values()
    Returns an array containing the constants of this enum class, in the order they are declared.