ru.tehkode.permissions.events
Enum PermissionEntityEvent.Action

java.lang.Object
  extended by java.lang.Enum<PermissionEntityEvent.Action>
      extended by ru.tehkode.permissions.events.PermissionEntityEvent.Action
All Implemented Interfaces:
Serializable, Comparable<PermissionEntityEvent.Action>
Enclosing class:
PermissionEntityEvent

public static enum PermissionEntityEvent.Action
extends Enum<PermissionEntityEvent.Action>


Enum Constant Summary
DEFAULTGROUP_CHANGED
           
INFO_CHANGED
           
INHERITANCE_CHANGED
           
OPTIONS_CHANGED
           
PERMISSIONS_CHANGED
           
RANK_CHANGED
           
REMOVED
           
SAVED
           
TIMEDPERMISSION_EXPIRED
           
WEIGHT_CHANGED
           
 
Method Summary
static PermissionEntityEvent.Action valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PermissionEntityEvent.Action[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

PERMISSIONS_CHANGED

public static final PermissionEntityEvent.Action PERMISSIONS_CHANGED

OPTIONS_CHANGED

public static final PermissionEntityEvent.Action OPTIONS_CHANGED

INHERITANCE_CHANGED

public static final PermissionEntityEvent.Action INHERITANCE_CHANGED

INFO_CHANGED

public static final PermissionEntityEvent.Action INFO_CHANGED

TIMEDPERMISSION_EXPIRED

public static final PermissionEntityEvent.Action TIMEDPERMISSION_EXPIRED

RANK_CHANGED

public static final PermissionEntityEvent.Action RANK_CHANGED

DEFAULTGROUP_CHANGED

public static final PermissionEntityEvent.Action DEFAULTGROUP_CHANGED

WEIGHT_CHANGED

public static final PermissionEntityEvent.Action WEIGHT_CHANGED

SAVED

public static final PermissionEntityEvent.Action SAVED

REMOVED

public static final PermissionEntityEvent.Action REMOVED
Method Detail

values

public static PermissionEntityEvent.Action[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (PermissionEntityEvent.Action c : PermissionEntityEvent.Action.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static PermissionEntityEvent.Action valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
NullPointerException - if the argument is null


Copyright © 2011. All Rights Reserved.