类的使用
com.firefly.example.reactive.coffee.store.vo.ProductStatus
-
使用ProductStatus的程序包 程序包 说明 com.firefly.example.reactive.coffee.store.vo -
-
com.firefly.example.reactive.coffee.store.vo中ProductStatus的使用
返回ProductStatus的com.firefly.example.reactive.coffee.store.vo中的方法 修饰符和类型 方法 说明 static ProductStatusProductStatus. valueOf(String name)返回带有指定名称的该类型的枚举常量。static ProductStatus[]ProductStatus. values()按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。返回变量类型为ProductStatus的类型的com.firefly.example.reactive.coffee.store.vo中的方法 修饰符和类型 方法 说明 static Optional<ProductStatus>ProductStatus. from(int value)
-