Enum JavaField.FieldOrder

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

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

  • Method Details

    • values

      public static JavaField.FieldOrder[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      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)