public class ScheduleCsvImportSettings.InterfaceImportSettings
extends java.lang.Object
Constructor and Description |
---|
InterfaceImportSettings() |
Modifier and Type | Method and Description |
---|---|
int |
getColumnIndexForEnergyFlow()
Gets the CSV data column index for the energy flow for this interface
|
int |
getColumnIndexForStorageLoad()
Gets the CSV data column index for the storage load for this interface
|
EnergyUnitFactorPrefixSI |
getEnergyFlowSIPrefix()
Gets the SI prefix for the energy flow
|
EnergyUnitFactorPrefixSI |
getStorageLoadSIPrefix()
Gets the SI prefix for the storage load
|
TechnicalInterface |
getTechnicalInterface()
Gets the technical interface.
|
TimeUnit |
getTimeUnit()
Gets the time unit for the storage load
|
void |
setColumnIndexForEnergyFlow(int columnIndexForEnergyFlow)
Sets the CSV data column index for the energy flow for this interface
|
void |
setColumnIndexForStorageLoad(int columnIndexForStorageLoad)
Sets the CSV data column index for the storage load for this interface
|
void |
setEnergyFlowSIPrefix(EnergyUnitFactorPrefixSI energyFlowSIPrefix)
Sets the SI prefix for the energy flow
|
void |
setStorageLoadSIPrefix(EnergyUnitFactorPrefixSI storageLoadSIPrefix)
Sets the SI prefix for the storage load
|
void |
setTechnicalInterface(TechnicalInterface technicalInterface)
Sets the technical interface.
|
void |
setTimeUnit(TimeUnit timeUnit)
Sets the time unit for the storage load
|
public int getColumnIndexForEnergyFlow()
public void setColumnIndexForEnergyFlow(int columnIndexForEnergyFlow)
columnIndexForEnergyFlow
- The CSV data column index for the energy flow for this interfacepublic EnergyUnitFactorPrefixSI getEnergyFlowSIPrefix()
public void setEnergyFlowSIPrefix(EnergyUnitFactorPrefixSI energyFlowSIPrefix)
energyFlowSIPrefix
- The SI prefix for the energy flowpublic EnergyUnitFactorPrefixSI getStorageLoadSIPrefix()
public void setStorageLoadSIPrefix(EnergyUnitFactorPrefixSI storageLoadSIPrefix)
storageLoadSIPrefix
- The SI prefix for the storage loadpublic TimeUnit getTimeUnit()
public void setTimeUnit(TimeUnit timeUnit)
timeUnit
- The time unit for the storage loadpublic int getColumnIndexForStorageLoad()
public void setColumnIndexForStorageLoad(int columnIndexForStorageLoad)
columnIndexForStorageLoad
- The CSV data column index for the storage load for this interfacepublic TechnicalInterface getTechnicalInterface()
public void setTechnicalInterface(TechnicalInterface technicalInterface)
technicalInterface
- the new technical interface