Class ClientConnectorType
-
- All Implemented Interfaces:
public final class ClientConnectorType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classClientConnectorType.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Stringidprivate final ClientUserInterfaceTypeuserInterfaceTypepublic final static ClientConnectorType.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description ClientConnectorType(String id, ClientUserInterfaceType userInterfaceType)
-
Method Summary
Modifier and Type Method Description final StringgetId()final ClientUserInterfaceTypegetUserInterfaceType()-
-
Constructor Detail
-
ClientConnectorType
ClientConnectorType(String id, ClientUserInterfaceType userInterfaceType)
-
-
Method Detail
-
getUserInterfaceType
final ClientUserInterfaceType getUserInterfaceType()
-
-
-
-