Package org.wildstang.framework.core
Interface Outputs
-
- All Known Implementing Classes:
WSOutputs
public interface OutputsUsed in implementations to enumerate Outputs. 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 OutputConfiggetConfig()Returns the config of Output for the enumeration.java.lang.StringgetName()Returns the name mapped to the Output.
-
-
-
Method Detail
-
getName
java.lang.String getName()
Returns the name mapped to the Output.- Returns:
- Name mapped to the Output.
-
getConfig
OutputConfig getConfig()
Returns the config of Output for the enumeration.- Returns:
- OutputConfig of enumeration.
-
-