public static enum ExportConfigurationBean.ExportType extends Enum<ExportConfigurationBean.ExportType>
| Enum Constant and Description |
|---|
DATA_CONSISTENT |
USER_FRIENDLY |
| Modifier and Type | Method and Description |
|---|---|
static ExportConfigurationBean.ExportType |
from(Integer typeId) |
Integer |
typeId() |
static ExportConfigurationBean.ExportType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExportConfigurationBean.ExportType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExportConfigurationBean.ExportType USER_FRIENDLY
public static final ExportConfigurationBean.ExportType DATA_CONSISTENT
public static ExportConfigurationBean.ExportType[] values()
for (ExportConfigurationBean.ExportType c : ExportConfigurationBean.ExportType.values()) System.out.println(c);
public static ExportConfigurationBean.ExportType 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 static ExportConfigurationBean.ExportType from(Integer typeId)
public Integer typeId()
Copyright © 2024 Atlassian. All rights reserved.