Groovy Documentation

griffon.plugins.shiro.annotation
[Java] Enum Logical

java.lang.Object
  java.lang.Enum
      griffon.plugins.shiro.annotation.Logical

public enum Logical
extends Enum

An enum for specifying a logical operation that can be used for interpreting authorization annotations


Enum Constant Summary
AND

OR

 
Method Summary
Logical valueOf(String name)

Returns the enum constant of this type with the specified name.

Logical[] values()

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

 
Methods inherited from class Enum
name, equals, toString, hashCode, compareTo, compareTo, valueOf, getDeclaringClass, ordinal, wait, wait, wait, getClass, notify, notifyAll
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Enum Constant Detail

AND

Logical AND


OR

Logical OR


 
Method Detail

valueOf

Logical valueOf(String name)
Returns the enum constant of this type with the specified name.


values

Logical[] values()
Returns an array containing the constants of this enum type, in the order they are declared.


 

Groovy Documentation