Enum Renderer.Format

java.lang.Object
java.lang.Enum<Renderer.Format>
ac.simons.neo4j.migrations.core.catalog.Renderer.Format
All Implemented Interfaces:
Serializable, Comparable<Renderer.Format>
Enclosing interface:
Renderer<T>

public static enum Renderer.Format extends Enum<Renderer.Format>
Target formats
  • Enum Constant Details

    • CYPHER

      public static final Renderer.Format CYPHER
      The cypher dialect is defined by the renders context.
    • XML

      public static final Renderer.Format XML
      Vendor neutral XML, matching the types defined in migration.xsd
  • Method Details

    • values

      public static Renderer.Format[] 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 Renderer.Format 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