public enum InstallationPackageColumn extends Enum<InstallationPackageColumn> implements FieldIntrospection
| Enum Constant and Description |
|---|
CABLE_COORDINATOR |
CREATED |
DESCRIPTION |
INSTALLATION_PACKAGE_LEADER |
INSTALLER_CABLE |
INSTALLER_CONNECTOR_A |
INSTALLER_CONNECTOR_B |
LOCATION |
MODIFIED |
NAME |
NUMBER_OF_CABLES |
ROUTING_DOCUMENTATION |
STATUS |
| Modifier and Type | Method and Description |
|---|---|
static InstallationPackageColumn |
convertColumnLabel(String columnLabel)
Return installation package column given column label.
|
String |
getColumnLabel() |
String |
getFieldName() |
boolean |
isExcelColumn() |
boolean |
isExcelVolatileColumn() |
boolean |
isStringComparisonOperator() |
String |
toString() |
static InstallationPackageColumn |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstallationPackageColumn[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstallationPackageColumn NAME
public static final InstallationPackageColumn DESCRIPTION
public static final InstallationPackageColumn LOCATION
public static final InstallationPackageColumn CREATED
public static final InstallationPackageColumn MODIFIED
public static final InstallationPackageColumn CABLE_COORDINATOR
public static final InstallationPackageColumn ROUTING_DOCUMENTATION
public static final InstallationPackageColumn INSTALLER_CABLE
public static final InstallationPackageColumn INSTALLER_CONNECTOR_A
public static final InstallationPackageColumn INSTALLER_CONNECTOR_B
public static final InstallationPackageColumn INSTALLATION_PACKAGE_LEADER
public static final InstallationPackageColumn NUMBER_OF_CABLES
public static final InstallationPackageColumn STATUS
public static InstallationPackageColumn[] values()
for (InstallationPackageColumn c : InstallationPackageColumn.values()) System.out.println(c);
public static InstallationPackageColumn 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 String getColumnLabel()
public boolean isExcelColumn()
public boolean isExcelVolatileColumn()
public boolean isStringComparisonOperator()
public String toString()
toString in class Enum<InstallationPackageColumn>public String getFieldName()
getFieldName in interface FieldIntrospectionpublic static InstallationPackageColumn convertColumnLabel(String columnLabel)
columnLabel - column labelCopyright © 2025 European Spallation Source. All rights reserved.