public static enum ModelEntity.IsMenu extends Enum<ModelEntity.IsMenu> implements net.mingsoft.base.constant.e.BaseEnum
| Modifier and Type | Method and Description |
|---|---|
int |
toInt() |
static ModelEntity.IsMenu |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelEntity.IsMenu[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModelEntity.IsMenu NO
public static final ModelEntity.IsMenu YES
public static ModelEntity.IsMenu[] values()
for (ModelEntity.IsMenu c : ModelEntity.IsMenu.values()) System.out.println(c);
public static ModelEntity.IsMenu valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int toInt()
toInt in interface net.mingsoft.base.constant.e.BaseEnumCopyright © 2020. All rights reserved.