Package jmri.jmrix.roco
Class RocoConnectionTypeList
java.lang.Object
jmri.jmrix.roco.RocoConnectionTypeList
- All Implemented Interfaces:
ConnectionTypeList,JmriServiceProviderInterface
Returns a list of valid Roco Connection Types.
Note that most Roco options are Lenz options (RocoNet is XpressNet).
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]Get a list of classes that can configure a layout connection for the manufacturers specified inConnectionTypeList.getManufacturers().String[]Get a list of manufacturer names supported by the classes specified inConnectionTypeList.getAvailableProtocolClasses().
-
Field Details
-
ROCO
- See Also:
-
-
Constructor Details
-
RocoConnectionTypeList
public RocoConnectionTypeList()
-
-
Method Details
-
getAvailableProtocolClasses
Description copied from interface:ConnectionTypeListGet a list of classes that can configure a layout connection for the manufacturers specified inConnectionTypeList.getManufacturers().- Specified by:
getAvailableProtocolClassesin interfaceConnectionTypeList- Returns:
- an Array of classes or an empty Array if none
-
getManufacturers
Description copied from interface:ConnectionTypeListGet a list of manufacturer names supported by the classes specified inConnectionTypeList.getAvailableProtocolClasses().- Specified by:
getManufacturersin interfaceConnectionTypeList- Returns:
- an Array of manufacturers or an empty Array if none
-