org.equanda.validation
Class EnumerableChoiceAdapter
java.lang.Object
org.equanda.validation.ChoiceAdapter
org.equanda.validation.EnumerableChoiceAdapter
- All Implemented Interfaces:
- Choice, EnumerableChoice
- Direct Known Subclasses:
- DisplayPreferences, EditableRights, ISOCountry2Letter, ISOCountry3Letter, ISOCountryCode, ISOLanguage2Letter, RunnableRights
public class EnumerableChoiceAdapter
- extends ChoiceAdapter
- implements EnumerableChoice
Adapter class for EnumerableChoice validation
- Author:
- NetRom team, Andrei Chiritescu
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EnumerableChoiceAdapter
public EnumerableChoiceAdapter()
getAllowedStringValues
public Collection<String> getAllowedStringValues()
- Specified by:
getAllowedStringValues
in interface EnumerableChoice
getAllowedStringNames
public Collection<String> getAllowedStringNames()
- Specified by:
getAllowedStringNames
in interface EnumerableChoice
getAllowedIntValues
public Collection<Integer> getAllowedIntValues()
- Specified by:
getAllowedIntValues
in interface EnumerableChoice
getAllowedIntNames
public Collection<String> getAllowedIntNames()
- Specified by:
getAllowedIntNames
in interface EnumerableChoice
getAllowedBooleanValues
public Collection<Boolean> getAllowedBooleanValues()
- Specified by:
getAllowedBooleanValues
in interface EnumerableChoice
getAllowedBooleanNames
public Collection<String> getAllowedBooleanNames()
- Specified by:
getAllowedBooleanNames
in interface EnumerableChoice
getAllowedDoubleValues
public Collection<Double> getAllowedDoubleValues()
- Specified by:
getAllowedDoubleValues
in interface EnumerableChoice
getAllowedDoubleNames
public Collection<String> getAllowedDoubleNames()
- Specified by:
getAllowedDoubleNames
in interface EnumerableChoice
Copyright © 2007-2009. All Rights Reserved.