public static enum ServiceModel.SourceRoundedValueType extends Enum<ServiceModel.SourceRoundedValueType>
| Enum Constant and Description |
|---|
PROVIDED_BY_USER |
ROUNDING_SPECIFICATION |
SYSTEM_DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
static ServiceModel.SourceRoundedValueType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceModel.SourceRoundedValueType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceModel.SourceRoundedValueType PROVIDED_BY_USER
public static final ServiceModel.SourceRoundedValueType ROUNDING_SPECIFICATION
public static final ServiceModel.SourceRoundedValueType SYSTEM_DEFAULT
public static ServiceModel.SourceRoundedValueType[] values()
for (ServiceModel.SourceRoundedValueType c : ServiceModel.SourceRoundedValueType.values()) System.out.println(c);
public static ServiceModel.SourceRoundedValueType 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.