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