org.equanda.validation
Interface Choice

All Known Subinterfaces:
EnumerableChoice
All Known Implementing Classes:
ChoiceAdapter, DisplayPreferences, EditableRights, EnumerableChoiceAdapter, ISOCountry2Letter, ISOCountry3Letter, ISOCountryCode, ISOLanguage2Letter, RunnableRights

public interface Choice

Interface which needs to be implemented for choice validation classes


Method Summary
 boolean isAllowed(boolean b)
           
 boolean isAllowed(double d)
           
 boolean isAllowed(int i)
           
 boolean isAllowed(String s)
           
 

Method Detail

isAllowed

boolean isAllowed(String s)

isAllowed

boolean isAllowed(boolean b)

isAllowed

boolean isAllowed(int i)

isAllowed

boolean isAllowed(double d)


Copyright © 2007-2009. All Rights Reserved.