public static class CRDConfiguration.SystemConfiguration extends CRDConfiguration.BaseConfiguration
Constructor and Description |
---|
SystemConfiguration()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
getComponents()
Get the components (config ids) for system configuration.
|
String |
getSystemId()
Get the system configuration ID.
|
double |
getWavelength()
Get the transmit wavelength.
|
void |
setComponents(String[] components)
Set the components (config ids) for system configuration.
|
void |
setSystemId(String systemId)
Set the system configuration ID.
|
void |
setWavelength(double wavelength)
Set the transmit wavelength.
|
String |
toCrdString()
Get a string representation of the instance in the CRD format.
|
String |
toString() |
equals, getConfigurationId, hashCode, setConfigurationId
public double getWavelength()
public void setWavelength(double wavelength)
wavelength
- the wavelength to setpublic String getSystemId()
public void setSystemId(String systemId)
systemId
- the system configuration ID to setpublic List<String> getComponents()
public void setComponents(String[] components)
components
- the components (config ids)public String toCrdString()
toCrdString
in class CRDConfiguration.BaseConfiguration
Copyright © 2002-2023 CS GROUP. All rights reserved.