com.arsdigita.bebop.parameters
Class EnumerationParameter

java.lang.Object
  extended bycom.arsdigita.bebop.parameters.ParameterModel
      extended bycom.arsdigita.bebop.parameters.StringParameter
          extended bycom.arsdigita.bebop.parameters.EnumerationParameter
All Implemented Interfaces:
Lockable

public class EnumerationParameter
extends StringParameter

A class that represents the model for number form parameters.

Author:
Karl Goldstein, Uday Mathur

Field Summary
static String versionId
           
 
Fields inherited from class com.arsdigita.bebop.parameters.ParameterModel
m_defaultValue, m_locked, m_name, m_parameterListeners
 
Constructor Summary
EnumerationParameter(String[] allowedValues)
           
EnumerationParameter(String name, String[] allowedValues)
           
 
Methods inherited from class com.arsdigita.bebop.parameters.StringParameter
getValueClass, transformValue, unmarshal
 
Methods inherited from class com.arsdigita.bebop.parameters.ParameterModel
addParameterListener, createParameterData, createParameterData, createParameterData, getDefaultOverridesNull, getDefaultValue, getName, isLocked, isPassIn, lock, marshal, setDefaultOverridesNull, setDefaultValue, setName, setPassIn, transformSingleValue, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values
Constructor Detail

EnumerationParameter

public EnumerationParameter(String name,
                            String[] allowedValues)

EnumerationParameter

public EnumerationParameter(String[] allowedValues)


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC