Package be.gaudry.model.drawing
Enum Class BrolImagesDAOCore
- All Implemented Interfaces:
IBrolImage
,Serializable
,Comparable<BrolImagesDAOCore>
,Constable
- Since:
- 1.0 Jul 3m 2008, 0.0.2-SNAPSHOT
- Version:
- %I%, %G%
- Author:
- Steph GAUDRY
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionBasic DB image (16*16)Perform an action into a database.
DB with an orange triangle pointing to right (16*16)Add a database.
DB with green cross (16*16)Perform some check on database (ie.Manage database configuration DB with an engine wheel (16*16)Open a connection to the database.
DB with an electrical plug (16*16)Copy a database.
Two small DB (16*16)Create a new database.
DB with yellow star (16*16)Delete database.
DB with red cross (16*16)Edit a database.
DB a pen (16*16)Get help about a database.
DB with question mark sign (16*16)Import data into a database from an external source.
DB with 3 out to in blue arrows (16*16)Get information about a database.
DB with i character (16*16)Insert data into a database.
DB with an out to in blue arrow (16*16)Authenticate into a database.
DB with blue key (16*16)Load data from a database.
DB with a in to out blue arrow (16*16)Reload data from a database.
DB with a back to front blue arrow(16*16)Restart database.
DB with bottom to left white arrow into blue square (16*16)Start database.
DB with a green triangle pointing to right (16*16)Stop database.
DB with a blue square (16*16)Basic DB image (32*32) -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns the image's height.Returns the path of the resource fileint
getWidth()
Returns the image's width.static BrolImagesDAOCore
Returns the enum constant of this class with the specified name.static BrolImagesDAOCore[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
DB
Basic DB image (16*16)- Since:
- 0.0.2-SNAPSHOT
-
DB32
Basic DB image (32*32)- Since:
- 0.0.2-SNAPSHOT
-
DB_ADD
Add a database.
DB with green cross (16*16)- Since:
- 0.0.2-SNAPSHOT
-
DB_CREATE
Create a new database.
DB with yellow star (16*16)- Since:
- 0.0.2-SNAPSHOT
-
DB_DELETE
Delete database.
DB with red cross (16*16)- Since:
- 0.0.2-SNAPSHOT
-
DB_CONNECT
Open a connection to the database.
DB with an electrical plug (16*16)- Since:
- 0.0.2-SNAPSHOT
-
DB_CONNECTED
- Since:
- 0.0.3-SNAPSHOT (Feb 27, 2009)
-
DB_DISCONNECTED
- Since:
- 0.0.3-SNAPSHOT (Feb 27, 2009)
-
DB_START
Start database.
DB with a green triangle pointing to right (16*16)- Since:
- 0.0.2-SNAPSHOT
-
DB_RESTART
Restart database.
DB with bottom to left white arrow into blue square (16*16)- Since:
- 0.0.2-SNAPSHOT
-
DB_STOP
Stop database.
DB with a blue square (16*16)- Since:
- 0.0.2-SNAPSHOT
-
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
Insert data into a database.
DB with an out to in blue arrow (16*16)- Since:
- 0.0.2-SNAPSHOT
-
DB_LOAD
Load data from a database.
DB with a in to out blue arrow (16*16)- Since:
- 0.0.2-SNAPSHOT
-
DB_RELOAD
Reload data from a database.
DB with a back to front blue arrow(16*16)- Since:
- 0.0.2-SNAPSHOT
-
DB_CONF
Manage database configuration DB with an engine wheel (16*16)- Since:
- 0.0.2-SNAPSHOT
-
DB_CHECK
Perform some check on database (ie. availability).
DB with green V (16*16)- Since:
- 0.0.2-SNAPSHOT
-
DB_COPY
Copy a database.
Two small DB (16*16)- Since:
- 0.0.2-SNAPSHOT
-
DB_EDIT
Edit a database.
DB a pen (16*16)- Since:
- 0.0.2-SNAPSHOT
-
DB_HELP
Get help about a database.
DB with question mark sign (16*16)- Since:
- 0.0.2-SNAPSHOT
-
DB_INFO
Get information about a database.
DB with i character (16*16)- Since:
- 0.0.2-SNAPSHOT
-
DB_KEY
Authenticate into a database.
DB with blue key (16*16)- Since:
- 0.0.2-SNAPSHOT
-
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
- Since:
- 0.0.3-SNAPSHOT (Feb 27, 2009)
-
DB_FROM_FILE
- Since:
- 0.0.3-SNAPSHOT (Feb 27, 2009)
-
DB_DRIVER
- Since:
- 0.0.3-SNAPSHOT (Feb 27, 2009)
-
-
Field Details
-
imageResourcePath
String imageResourcePath
-
-
Method Details
-
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
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 nameNullPointerException
- if the argument is null
-
getHeight
public int getHeight()Description copied from interface:IBrolImage
Returns the image's height.- Specified by:
getHeight
in interfaceIBrolImage
- 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 interfaceIBrolImage
- Returns:
- an int specifying the fixed width of the image.
-
getImageResourcePath
Description copied from interface:IBrolImage
Returns the path of the resource file- Specified by:
getImageResourcePath
in interfaceIBrolImage
- Returns:
- a String specifying the path of the resource file
-