Enum Class BrolImagesPerson

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

public enum BrolImagesPerson extends Enum<BrolImagesPerson> implements IBrolImage
Since:
1.0 Feb 27m 2009, 0.0.4-SNAPSHOT
Version:
%I%, %G%
Author:
Steph GAUDRY
  • Enum Constant Details

    • PERSON

      public static final BrolImagesPerson PERSON
      Since:
      0.0.4-SNAPSHOT (Feb 27, 2009)
    • ADD

      public static final BrolImagesPerson ADD
      Since:
      0.0.4-SNAPSHOT (Feb 27, 2009)
    • CREATE

      public static final BrolImagesPerson CREATE
      Since:
      0.0.4-SNAPSHOT (Feb 27, 2009)
    • CHECK

      public static final BrolImagesPerson CHECK
      Since:
      0.0.4-SNAPSHOT (Feb 27, 2009)
    • CONFIG

      public static final BrolImagesPerson CONFIG
      Since:
      0.0.4-SNAPSHOT (Feb 27, 2009)
    • DELETE

      public static final BrolImagesPerson DELETE
      Since:
      0.0.4-SNAPSHOT (Feb 27, 2009)
    • EDIT

      public static final BrolImagesPerson EDIT
      Since:
      0.0.4-SNAPSHOT (Feb 27, 2009)
    • INFO

      public static final BrolImagesPerson INFO
      Since:
      0.0.4-SNAPSHOT (Feb 27, 2009)
    • GROUP2

      public static final BrolImagesPerson GROUP2
      Since:
      0.0.4-SNAPSHOT (Feb 27, 2009)
    • GROUP3

      public static final BrolImagesPerson GROUP3
      Since:
      0.0.4-SNAPSHOT (Feb 27, 2009)
    • USERS32

      public static final BrolImagesPerson USERS32
      Since:
      0.0.4-SNAPSHOT (Feb 27, 2009)
  • Method Details

    • values

      public static BrolImagesPerson[] 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 BrolImagesPerson 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