Class None
Object
org.anchoranalysis.bean.AnchorBean<OutputEnabled>
org.anchoranalysis.io.output.bean.enabled.OutputEnabled
org.anchoranalysis.io.output.bean.enabled.None
- All Implemented Interfaces:
SingleLevelOutputEnabled
public class None extends OutputEnabled
No outputs are enabled.
- Author:
- Owen Feehan
-
Field Summary
Fields Modifier and Type Field Description static OutputEnabledINSTANCEA singleton instance ofNone. -
Constructor Summary
Constructors Constructor Description None() -
Method Summary
Modifier and Type Method Description booleanisOutputEnabled(String outputName)Is a particular a particular output-enabled?
-
Field Details
-
Constructor Details
-
None
public None()
-
-
Method Details
-
isOutputEnabled
Description copied from interface:SingleLevelOutputEnabledIs a particular a particular output-enabled?- Parameters:
outputName- the name of the output- Returns:
- true iff the output is allowed
-