jaxx.compiler.java
Enum JavaField.FieldOrder

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

public static enum JavaField.FieldOrder
extends java.lang.Enum<JavaField.FieldOrder>


Enum Constant Summary
internalFields
           
otherFields
           
privateFields
           
protectedFields
           
publicFields
           
staticsBean
           
staticsOthers
           
staticsPrivateBindings
           
staticsPublicBindings
           
 
Method Summary
 boolean accept(int mod)
           
 boolean accept(int mod, JavaField method)
           
 boolean accept(JavaField field)
           
 java.lang.String getHeader()
           
static JavaField.FieldOrder valueOf(JavaField method, int scope)
           
static JavaField.FieldOrder valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static JavaField.FieldOrder[] 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

staticsBean

public static final JavaField.FieldOrder staticsBean

staticsPublicBindings

public static final JavaField.FieldOrder staticsPublicBindings

staticsPrivateBindings

public static final JavaField.FieldOrder staticsPrivateBindings

staticsOthers

public static final JavaField.FieldOrder staticsOthers

internalFields

public static final JavaField.FieldOrder internalFields

publicFields

public static final JavaField.FieldOrder publicFields

protectedFields

public static final JavaField.FieldOrder protectedFields

privateFields

public static final JavaField.FieldOrder privateFields

otherFields

public static final JavaField.FieldOrder otherFields
Method Detail

values

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

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

valueOf

public static JavaField.FieldOrder 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(JavaField field)

accept

public boolean accept(int mod)

accept

public boolean accept(int mod,
                      JavaField method)

valueOf

public static JavaField.FieldOrder valueOf(JavaField method,
                                           int scope)


Copyright © 2008-2010 CodeLutin. All Rights Reserved.