Enum Class BrolImagesDAOCore

java.lang.Object
java.lang.Enum<BrolImagesDAOCore>
be.gaudry.model.drawing.BrolImagesDAOCore
All Implemented Interfaces:
IBrolImage, Serializable, Comparable<BrolImagesDAOCore>, Constable

public enum BrolImagesDAOCore extends Enum<BrolImagesDAOCore> implements IBrolImage
Since:
1.0 Jul 3m 2008, 0.0.2-SNAPSHOT
Version:
%I%, %G%
Author:
Steph GAUDRY
  • Enum Constant Details

    • DB

      public static final BrolImagesDAOCore DB
      Basic DB image (16*16)
      Since:
      0.0.2-SNAPSHOT
    • DB32

      public static final BrolImagesDAOCore DB32
      Basic DB image (32*32)
      Since:
      0.0.2-SNAPSHOT
    • DB_ADD

      public static final BrolImagesDAOCore DB_ADD
      Add a database.
      DB with green cross (16*16)
      Since:
      0.0.2-SNAPSHOT
    • DB_CREATE

      public static final BrolImagesDAOCore DB_CREATE
      Create a new database.
      DB with yellow star (16*16)
      Since:
      0.0.2-SNAPSHOT
    • DB_DELETE

      public static final BrolImagesDAOCore DB_DELETE
      Delete database.
      DB with red cross (16*16)
      Since:
      0.0.2-SNAPSHOT
    • DB_CONNECT

      public static final BrolImagesDAOCore DB_CONNECT
      Open a connection to the database.
      DB with an electrical plug (16*16)
      Since:
      0.0.2-SNAPSHOT
    • DB_CONNECTED

      public static final BrolImagesDAOCore DB_CONNECTED
      Since:
      0.0.3-SNAPSHOT (Feb 27, 2009)
    • DB_DISCONNECTED

      public static final BrolImagesDAOCore DB_DISCONNECTED
      Since:
      0.0.3-SNAPSHOT (Feb 27, 2009)
    • DB_START

      public static final BrolImagesDAOCore DB_START
      Start database.
      DB with a green triangle pointing to right (16*16)
      Since:
      0.0.2-SNAPSHOT
    • DB_RESTART

      public static final BrolImagesDAOCore DB_RESTART
      Restart database.
      DB with bottom to left white arrow into blue square (16*16)
      Since:
      0.0.2-SNAPSHOT
    • DB_STOP

      public static final BrolImagesDAOCore DB_STOP
      Stop database.
      DB with a blue square (16*16)
      Since:
      0.0.2-SNAPSHOT
    • DB_ACTION

      public static final BrolImagesDAOCore DB_ACTION
      Perform an action into a database.
      DB with an orange triangle pointing to right (16*16)
      Since:
      0.0.2-SNAPSHOT
    • DB_INSERT

      public static final BrolImagesDAOCore DB_INSERT
      Insert data into a database.
      DB with an out to in blue arrow (16*16)
      Since:
      0.0.2-SNAPSHOT
    • DB_LOAD

      public static final BrolImagesDAOCore DB_LOAD
      Load data from a database.
      DB with a in to out blue arrow (16*16)
      Since:
      0.0.2-SNAPSHOT
    • DB_RELOAD

      public static final BrolImagesDAOCore DB_RELOAD
      Reload data from a database.
      DB with a back to front blue arrow(16*16)
      Since:
      0.0.2-SNAPSHOT
    • DB_CONF

      public static final BrolImagesDAOCore DB_CONF
      Manage database configuration DB with an engine wheel (16*16)
      Since:
      0.0.2-SNAPSHOT
    • DB_CHECK

      public static final BrolImagesDAOCore DB_CHECK
      Perform some check on database (ie. availability).
      DB with green V (16*16)
      Since:
      0.0.2-SNAPSHOT
    • DB_COPY

      public static final BrolImagesDAOCore DB_COPY
      Copy a database.
      Two small DB (16*16)
      Since:
      0.0.2-SNAPSHOT
    • DB_EDIT

      public static final BrolImagesDAOCore DB_EDIT
      Edit a database.
      DB a pen (16*16)
      Since:
      0.0.2-SNAPSHOT
    • DB_HELP

      public static final BrolImagesDAOCore DB_HELP
      Get help about a database.
      DB with question mark sign (16*16)
      Since:
      0.0.2-SNAPSHOT
    • DB_INFO

      public static final BrolImagesDAOCore DB_INFO
      Get information about a database.
      DB with i character (16*16)
      Since:
      0.0.2-SNAPSHOT
    • DB_KEY

      public static final BrolImagesDAOCore DB_KEY
      Authenticate into a database.
      DB with blue key (16*16)
      Since:
      0.0.2-SNAPSHOT
    • DB_IMPORT

      public static final BrolImagesDAOCore DB_IMPORT
      Import data into a database from an external source.
      DB with 3 out to in blue arrows (16*16)
      Since:
      0.0.2-SNAPSHOT
    • DB_2_FILE

      public static final BrolImagesDAOCore DB_2_FILE
      Since:
      0.0.3-SNAPSHOT (Feb 27, 2009)
    • DB_FROM_FILE

      public static final BrolImagesDAOCore DB_FROM_FILE
      Since:
      0.0.3-SNAPSHOT (Feb 27, 2009)
    • DB_DRIVER

      public static final BrolImagesDAOCore DB_DRIVER
      Since:
      0.0.3-SNAPSHOT (Feb 27, 2009)
  • Field Details

    • imageResourcePath

      String imageResourcePath
  • Method Details

    • values

      public static BrolImagesDAOCore[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static BrolImagesDAOCore valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null
    • getHeight

      public int getHeight()
      Description copied from interface: IBrolImage
      Returns the image's height.
      Specified by:
      getHeight in interface IBrolImage
      Returns:
      an int specifying the fixed height of the image.
    • getWidth

      public int getWidth()
      Description copied from interface: IBrolImage
      Returns the image's width.
      Specified by:
      getWidth in interface IBrolImage
      Returns:
      an int specifying the fixed width of the image.
    • getImageResourcePath

      public String getImageResourcePath()
      Description copied from interface: IBrolImage
      Returns the path of the resource file
      Specified by:
      getImageResourcePath in interface IBrolImage
      Returns:
      a String specifying the path of the resource file