public enum FileMappingStatus extends Enum<FileMappingStatus> implements com.baomidou.mybatisplus.core.enums.IEnum<Byte>
| Modifier and Type | Method and Description |
|---|---|
Byte |
getValue() |
boolean |
isUploading() |
static FileMappingStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileMappingStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FileMappingStatus UPLOADING
public static final FileMappingStatus COMPLETED
public static final FileMappingStatus FAILURE
public static FileMappingStatus[] values()
for (FileMappingStatus c : FileMappingStatus.values()) System.out.println(c);
public static FileMappingStatus 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 Byte getValue()
getValue in interface com.baomidou.mybatisplus.core.enums.IEnum<Byte>public boolean isUploading()
Copyright © 2024 The Apache Software Foundation. All rights reserved.