org.argkit.dung
Interface Acceptable

All Known Implementing Classes:
AcceptableArgument

public interface Acceptable

An Interface for getting and setting a Boolean "acceptable" flag. NB Boolean is used and not boolean, so that the return value may be null.

Author:
Matt South

Method Summary
 java.lang.Boolean isAcceptable()
           
 

Method Detail

isAcceptable

java.lang.Boolean isAcceptable()