Package org.wildstang.framework.core
Interface Inputs
- All Known Implementing Classes:
WsInputs
public interface Inputs
Used in implementations to enumerate Inputs.
We would like to have a super class for this structure, however,
Java does not support enums extending classes.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the config of Input for the enumeration.getName()Returns the name mapped to the Input.
-
Method Details
-
getName
String getName()Returns the name mapped to the Input.- Returns:
- Name mapped to the Input.
-
getConfig
InputConfig getConfig()Returns the config of Input for the enumeration.- Returns:
- InputConfig of enumeration.
-