Package org.wildstang.framework.core
Interface Inputs
-
- All Known Implementing Classes:
WSInputs
public interface InputsUsed 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputConfiggetConfig()Returns the config of Input for the enumeration.java.lang.StringgetName()Returns the name mapped to the Input.
-
-
-
Method Detail
-
getName
java.lang.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.
-
-