Package jmri.jmrix.nce
Class NceConnectionTypeList
java.lang.Object
jmri.jmrix.nce.NceConnectionTypeList
- All Implemented Interfaces:
ConnectionTypeList
,JmriServiceProviderInterface
public class NceConnectionTypeList extends Object implements ConnectionTypeList
Return a list of valid NCE Connection Types.
-
Field Summary
-
Constructor Summary
Constructors Constructor Description NceConnectionTypeList()
-
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
-
NCE
- 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
-