public enum OperatorTypeEnum extends Enum<OperatorTypeEnum> implements net.mingsoft.base.constant.e.BaseEnum
| Modifier and Type | Method and Description |
|---|---|
int |
toInt() |
static OperatorTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperatorTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfpublic static final OperatorTypeEnum OTHER
public static final OperatorTypeEnum MANAGE
public static final OperatorTypeEnum PEOPLE
public static OperatorTypeEnum[] values()
for (OperatorTypeEnum c : OperatorTypeEnum.values()) System.out.println(c);
public static OperatorTypeEnum 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.