uk.co.badgersinfoil.metaas
Class ASMethod.AccessorRole

java.lang.Object
  extended byuk.co.badgersinfoil.metaas.ASMethod.AccessorRole
Enclosing class:
ASMethod

public static class ASMethod.AccessorRole
extends java.lang.Object

Constants defined by this class denote whether a method is actually an acessor 'get' or 'set' function.


Field Summary
static ASMethod.AccessorRole GETTER
          The method is a 'set' accessor
static ASMethod.AccessorRole NORMAL_METHOD
          A standard method; not a getter or setter.
static ASMethod.AccessorRole SETTER
          The method is a 'get' accessor
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NORMAL_METHOD

public static final ASMethod.AccessorRole NORMAL_METHOD
A standard method; not a getter or setter.


SETTER

public static final ASMethod.AccessorRole SETTER
The method is a 'get' accessor


GETTER

public static final ASMethod.AccessorRole GETTER
The method is a 'set' accessor

Method Detail

toString

public java.lang.String toString()