public static enum OutGivingModel.Status extends Enum<OutGivingModel.Status> implements BaseEnum
BaseEnum.Cache
Modifier and Type | Method and Description |
---|---|
static OutGivingModel.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutGivingModel.Status[] |
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, valueOf
getCode, getDesc, getDescByCode, getEnum, getEnum, getMap, toJSONArray, toJSONObject
public static final OutGivingModel.Status NO
public static final OutGivingModel.Status ING
public static final OutGivingModel.Status DONE
public static OutGivingModel.Status[] values()
for (OutGivingModel.Status c : OutGivingModel.Status.values()) System.out.println(c);
public static OutGivingModel.Status 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 nullCopyright © 2017–2022. All rights reserved.