jaxx.compiler.java
Enum JavaMethod.MethodOrder
java.lang.Object
java.lang.Enum<JavaMethod.MethodOrder>
jaxx.compiler.java.JavaMethod.MethodOrder
- All Implemented Interfaces:
- Serializable, Comparable<JavaMethod.MethodOrder>
- Enclosing class:
- JavaMethod
public static enum JavaMethod.MethodOrder
- extends Enum<JavaMethod.MethodOrder>
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
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(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
getHeader
public 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.