public static enum JavaMethod.MethodOrder extends Enum<JavaMethod.MethodOrder>
| Enum Constant and Description |
|---|
constructors |
createMethod |
events |
internalMethod |
JAXXContext |
JAXXObject |
JAXXValidation |
otherPublic |
packageLocal |
privates |
protectedGetters |
protecteds |
publicGetters |
publicSetters |
statics |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(int mod) |
boolean |
accept(int mod,
JavaMethod method) |
boolean |
accept(JavaMethod method) |
String |
getHeader() |
static JavaMethod.MethodOrder |
valueOf(JavaMethod method,
int scope) |
static JavaMethod.MethodOrder |
valueOf(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.
|
public static final JavaMethod.MethodOrder statics
public static final JavaMethod.MethodOrder constructors
public static final JavaMethod.MethodOrder JAXXObject
public static final JavaMethod.MethodOrder JAXXContext
public static final JavaMethod.MethodOrder JAXXValidation
public static final JavaMethod.MethodOrder events
public static final JavaMethod.MethodOrder publicGetters
public static final JavaMethod.MethodOrder publicSetters
public static final JavaMethod.MethodOrder otherPublic
public static final JavaMethod.MethodOrder protectedGetters
public static final JavaMethod.MethodOrder createMethod
public static final JavaMethod.MethodOrder internalMethod
public static final JavaMethod.MethodOrder protecteds
public static final JavaMethod.MethodOrder packageLocal
public static final JavaMethod.MethodOrder privates
public static JavaMethod.MethodOrder[] values()
for (JavaMethod.MethodOrder c : JavaMethod.MethodOrder.values()) System.out.println(c);
public static JavaMethod.MethodOrder valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getHeader()
public boolean accept(JavaMethod method)
public boolean accept(int mod)
public boolean accept(int mod,
JavaMethod method)
public static JavaMethod.MethodOrder valueOf(JavaMethod method, int scope)
Copyright © 2008–2019 Ultreia.io. All rights reserved.