Class ConnectorType

  • All Implemented Interfaces:

    
    public final class ConnectorType
    
                        

    A connector identifier.

    • Constructor Summary

      Constructors 
      Constructor Description
      ConnectorType(String id, UserInterfaceType userInterfaceType)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getId() An unique id.
      final UserInterfaceType getUserInterfaceType() The preferred UserInterfaceType of the connector.
      String toString()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ConnectorType

        ConnectorType(String id, UserInterfaceType userInterfaceType)