public enum ManufacturerColumn extends Enum<ManufacturerColumn> implements FieldIntrospection
| Enum Constant and Description |
|---|
ADDRESS |
COUNTRY |
EMAIL |
NAME |
PHONE |
STATUS |
| Modifier and Type | Method and Description |
|---|---|
static ManufacturerColumn |
convertColumnLabel(String columnLabel)
Return manufacturer column given column label.
|
String |
getColumnLabel() |
String |
getFieldName() |
boolean |
isExcelColumn() |
boolean |
isStringComparisonOperator() |
String |
toString() |
static ManufacturerColumn |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ManufacturerColumn[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ManufacturerColumn NAME
public static final ManufacturerColumn ADDRESS
public static final ManufacturerColumn PHONE
public static final ManufacturerColumn EMAIL
public static final ManufacturerColumn COUNTRY
public static final ManufacturerColumn STATUS
public static ManufacturerColumn[] values()
for (ManufacturerColumn c : ManufacturerColumn.values()) System.out.println(c);
public static ManufacturerColumn 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 isStringComparisonOperator()
public String toString()
toString in class Enum<ManufacturerColumn>public String getFieldName()
getFieldName in interface FieldIntrospectionpublic static ManufacturerColumn convertColumnLabel(String columnLabel)
columnLabel - column labelCopyright © 2025 European Spallation Source. All rights reserved.