枚举类 WarehouseTypeEnum

java.lang.Object
java.lang.Enum<WarehouseTypeEnum>
com.elitesland.ystdms.inv.api.enums.WarehouseTypeEnum
所有已实现的接口:
Serializable, Comparable<WarehouseTypeEnum>, Constable

public enum WarehouseTypeEnum extends Enum<WarehouseTypeEnum>
仓库类型枚举
  • 枚举常量详细资料

  • 字段详细资料

    • dropshippingWarehouseTypeList

      public static List<String> dropshippingWarehouseTypeList
    • freezeWarehouseTypeList

      public static List<String> freezeWarehouseTypeList
    • transitStockTypeList

      public static List<String> transitStockTypeList
    • checkSubLotTypeList

      public static List<String> checkSubLotTypeList
    • channelManageStockTypeList

      public static List<String> channelManageStockTypeList
    • noConsiderAttributeSotckList

      public static List<String> noConsiderAttributeSotckList
    • occupyStockNotChannelTypeList

      public static List<String> occupyStockNotChannelTypeList
  • 方法详细资料

    • values

      public static WarehouseTypeEnum[] values()
      返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
      返回:
      包含该枚举类的常量的数组,顺序与声明这些常量的顺序相同
    • valueOf

      public static WarehouseTypeEnum valueOf(String name)
      返回带有指定名称的该类的枚举常量。 字符串必须与用于声明该类的枚举常量的 标识符完全匹配。(不允许有多余 的空格字符。)
      参数:
      name - 要返回的枚举常量的名称。
      返回:
      返回带有指定名称的枚举常量
      抛出:
      IllegalArgumentException - 如果该枚举类没有带有指定名称的常量
      NullPointerException - 如果参数为空值
    • getCode

      public String getCode()
    • getValue

      public String getValue()
    • getValueByCode

      public static String getValueByCode(String code)
    • getGetNoLogicStockPhystorageTypeList

      public static List<String> getGetNoLogicStockPhystorageTypeList()
    • getTransferAndDeliveryPhystorageTypeList

      public static List<String> getTransferAndDeliveryPhystorageTypeList()
    • getDropshippingWarehouseTypeList

      public static List<String> getDropshippingWarehouseTypeList()
    • getFreezeWarehouseTypeList

      public static List<String> getFreezeWarehouseTypeList()
    • getTransitStockTypeList

      public static List<String> getTransitStockTypeList()
    • getCheckSubLotTypeList

      public static List<String> getCheckSubLotTypeList()
    • getChannelManageStockTypeList

      public static List<String> getChannelManageStockTypeList()
    • getNoConsiderAttributeSotckList

      public static List<String> getNoConsiderAttributeSotckList()
    • getOccupyStockNotChannelTypeList

      public static List<String> getOccupyStockNotChannelTypeList()