public enum RegistrationPriority extends Enum<RegistrationPriority>
| Enum Constant and Description |
|---|
High
The High.
|
Higher
The Higher.
|
Highest
The Highest.
|
Low
The Low.
|
Lower
The Lower.
|
Lowest
The Lowest.
|
None
The None.
|
Normal
The Normal.
|
Ultimate
The Ultimate.
|
| Modifier and Type | Field and Description |
|---|---|
private int |
level
The level.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getLevel()
Gets the level.
|
static RegistrationPriority |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RegistrationPriority[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RegistrationPriority None
public static final RegistrationPriority Lowest
public static final RegistrationPriority Lower
public static final RegistrationPriority Low
public static final RegistrationPriority Normal
public static final RegistrationPriority High
public static final RegistrationPriority Higher
public static final RegistrationPriority Highest
public static final RegistrationPriority Ultimate
public static RegistrationPriority[] values()
for (RegistrationPriority c : RegistrationPriority.values()) System.out.println(c);
public static RegistrationPriority 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 int getLevel()
Copyright © 2011–2015 JRebirth OSS. All rights reserved.