Class OutputEnabled
- All Implemented Interfaces:
SingleLevelOutputEnabled
- Direct Known Subclasses:
All
,IgnoreUnderscorePrefix
,None
,SpecificDisabled
,SpecificEnabled
public abstract class OutputEnabled
extends AnchorBean<OutputEnabled>
implements SingleLevelOutputEnabled
Whether a particular output, identified by a textual name, is enabled or not.
- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.anchoranalysis.io.output.enabled.single.SingleLevelOutputEnabled
isOutputEnabled
-
Constructor Details
-
OutputEnabled
public OutputEnabled()
-