Enum Class ModelEntity.IsMenu

java.lang.Object
java.lang.Enum<ModelEntity.IsMenu>
net.mingsoft.basic.entity.ModelEntity.IsMenu
All Implemented Interfaces:
Serializable, Comparable<ModelEntity.IsMenu>, Constable, net.mingsoft.base.constant.e.BaseEnum
Enclosing class:
ModelEntity

public static enum ModelEntity.IsMenu extends Enum<ModelEntity.IsMenu> implements net.mingsoft.base.constant.e.BaseEnum
  • Enum Constant Details

  • Method Details

    • values

      public static ModelEntity.IsMenu[] 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 ModelEntity.IsMenu 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
    • toInt

      public int toInt()
      Specified by:
      toInt in interface net.mingsoft.base.constant.e.BaseEnum