Package com.opensourcewithslu.utilities
Class MultiPinConfiguration
java.lang.Object
com.opensourcewithslu.utilities.MultiPinConfiguration
Class for configuring multiPin components.
-
Constructor Summary
ConstructorDescriptionMultiPinConfiguration
(String id, Object[] components) The MultiPinConfiguration constructor. -
Method Summary
-
Constructor Details
-
MultiPinConfiguration
The MultiPinConfiguration constructor.- Parameters:
id
- The configuration id as defined in the application.ymlcomponents
- The array of components that are a part of the multiPin component.
-
-
Method Details
-
getId
Gets the id of the component.- Returns:
- The id of the component.
-
getComponents
Gets the components that are part of the overall component.- Returns:
- an array of component objects.
-