Enum Class SystemMenuSection

java.lang.Object
java.lang.Enum<SystemMenuSection>
com.suncode.pwfl.web.menu.SystemMenuSection
All Implemented Interfaces:
Serializable, Comparable<SystemMenuSection>, Constable

public enum SystemMenuSection extends Enum<SystemMenuSection>
  • Enum Constant Details

    • SYSTEM_MENU_SECTION

      public static final SystemMenuSection SYSTEM_MENU_SECTION
    • SYSTEM_MENU_PRIMARY_SECTION

      public static final SystemMenuSection SYSTEM_MENU_PRIMARY_SECTION
    • SYSTEM_HEADER_RIGHT_SECTION

      public static final SystemMenuSection SYSTEM_HEADER_RIGHT_SECTION
  • Method Details

    • values

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