public static enum DocumentEntity.Overhead.DistributionType extends Enum<DocumentEntity.Overhead.DistributionType>
| Enum Constant and Description |
|---|
price
Распределение накладных расходов по цене
|
volume
Распределение накладных расходов по объёму
|
weight
Распределение накладных расходов по весу
|
| Modifier and Type | Method and Description |
|---|---|
static DocumentEntity.Overhead.DistributionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentEntity.Overhead.DistributionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DocumentEntity.Overhead.DistributionType weight
public static final DocumentEntity.Overhead.DistributionType volume
public static final DocumentEntity.Overhead.DistributionType price
public static DocumentEntity.Overhead.DistributionType[] values()
for (DocumentEntity.Overhead.DistributionType c : DocumentEntity.Overhead.DistributionType.values()) System.out.println(c);
public static DocumentEntity.Overhead.DistributionType 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 © 2022. All rights reserved.