Package jmri.jmrix.ecos
Class EcosConnectionTypeList
java.lang.Object
jmri.jmrix.ecos.EcosConnectionTypeList
- All Implemented Interfaces:
ConnectionTypeList
,JmriServiceProviderInterface
public class EcosConnectionTypeList extends Object implements ConnectionTypeList
Returns a list of valid ESU Ecos Connection Types
-
Field Summary
-
Constructor Summary
Constructors Constructor Description EcosConnectionTypeList()
-
Method Summary
Modifier and Type Method Description String[]
getAvailableProtocolClasses()
Get a list of classes that can configure a layout connection for the manufacturers specified inConnectionTypeList.getManufacturers()
.String[]
getManufacturers()
Get a list of manufacturer names supported by the classes specified inConnectionTypeList.getAvailableProtocolClasses()
.
-
Field Details
-
ESU
- See Also:
- Constant Field Values
-
-
Constructor Details
-
Method Details
-
getAvailableProtocolClasses
Description copied from interface:ConnectionTypeList
Get a list of classes that can configure a layout connection for the manufacturers specified inConnectionTypeList.getManufacturers()
.- Specified by:
getAvailableProtocolClasses
in interfaceConnectionTypeList
- Returns:
- an Array of classes or an empty Array if none
-
getManufacturers
Description copied from interface:ConnectionTypeList
Get a list of manufacturer names supported by the classes specified inConnectionTypeList.getAvailableProtocolClasses()
.- Specified by:
getManufacturers
in interfaceConnectionTypeList
- Returns:
- an Array of manufacturers or an empty Array if none
-