-
public final class ConnectorTypeA connector identifier.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classConnectorType.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Stringidprivate final UserInterfaceTypeuserInterfaceType
-
Constructor Summary
Constructors Constructor Description ConnectorType(String id, UserInterfaceType userInterfaceType)
-
Method Summary
Modifier and Type Method Description StringtoString()final Stringcomponent1()final UserInterfaceTypecomponent2()final ConnectorTypecopy(String id, UserInterfaceType userInterfaceType)final StringgetId()An unique id. final UserInterfaceTypegetUserInterfaceType()The preferred UserInterfaceType of the connector. -
-
Constructor Detail
-
ConnectorType
ConnectorType(String id, UserInterfaceType userInterfaceType)
-
-
Method Detail
-
component1
final String component1()
-
component2
final UserInterfaceType component2()
-
copy
final ConnectorType copy(String id, UserInterfaceType userInterfaceType)
-
getUserInterfaceType
final UserInterfaceType getUserInterfaceType()
The preferred UserInterfaceType of the connector.
-
-
-
-