Package org.wildstang.framework.core
Interface Outputs
- All Known Implementing Classes:
WsOutputs
public interface Outputs
Used 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
Modifier and TypeMethodDescriptionReturns the config of Output for the enumeration.getName()Returns the name mapped to the Output.
-
Method Details
-
getName
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.
-