jaxx.compiler.java
Enum JavaMethod.MethodOrder

java.lang.Object
  extended by java.lang.Enum<JavaMethod.MethodOrder>
      extended by jaxx.compiler.java.JavaMethod.MethodOrder
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<JavaMethod.MethodOrder>
Enclosing class:
JavaMethod

public static enum JavaMethod.MethodOrder
extends java.lang.Enum<JavaMethod.MethodOrder>


Enum Constant Summary
constructors
           
createMethod
           
events
           
internalMethod
           
JAXXContext
           
JAXXObject
           
JAXXValidation
           
otherPublic
           
packageLocal
           
privates
           
protectedGetters
           
protecteds
           
publicGetters
           
publicSetters
           
statics
           
 
Method Summary
 boolean accept(int mod)
           
 boolean accept(int mod, JavaMethod method)
           
 boolean accept(JavaMethod method)
           
 java.lang.String getHeader()
           
static JavaMethod.MethodOrder valueOf(JavaMethod method, int scope)
           
static JavaMethod.MethodOrder valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static JavaMethod.MethodOrder[] 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

statics

public static final JavaMethod.MethodOrder statics

constructors

public static final JavaMethod.MethodOrder constructors

JAXXObject

public static final JavaMethod.MethodOrder JAXXObject

JAXXContext

public static final JavaMethod.MethodOrder JAXXContext

JAXXValidation

public static final JavaMethod.MethodOrder JAXXValidation

events

public static final JavaMethod.MethodOrder events

publicGetters

public static final JavaMethod.MethodOrder publicGetters

publicSetters

public static final JavaMethod.MethodOrder publicSetters

otherPublic

public static final JavaMethod.MethodOrder otherPublic

protectedGetters

public static final JavaMethod.MethodOrder protectedGetters

createMethod

public static final JavaMethod.MethodOrder createMethod

internalMethod

public static final JavaMethod.MethodOrder internalMethod

protecteds

public static final JavaMethod.MethodOrder protecteds

packageLocal

public static final JavaMethod.MethodOrder packageLocal

privates

public static final JavaMethod.MethodOrder privates
Method Detail

values

public static JavaMethod.MethodOrder[] 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 (JavaMethod.MethodOrder c : JavaMethod.MethodOrder.values())
    System.out.println(c);

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

valueOf

public static JavaMethod.MethodOrder valueOf(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

getHeader

public java.lang.String getHeader()

accept

public boolean accept(JavaMethod method)

accept

public boolean accept(int mod)

accept

public boolean accept(int mod,
                      JavaMethod method)

valueOf

public static JavaMethod.MethodOrder valueOf(JavaMethod method,
                                             int scope)


Copyright © 2008-2010 CodeLutin. All Rights Reserved.