com.arsdigita.util.jdbc
Class JDBCURLParameter

java.lang.Object
  extended bycom.arsdigita.util.parameter.AbstractParameter
      extended bycom.arsdigita.util.parameter.StringParameter
          extended bycom.arsdigita.util.jdbc.JDBCURLParameter
All Implemented Interfaces:
Parameter

public class JDBCURLParameter
extends StringParameter

Subject to change.

Version:
$Id: //core-platform/dev/src/com/arsdigita/util/jdbc/JDBCURLParameter.java#5 $
Author:
Justin Ross <jross@redhat.com>

Field Summary
static String versionId
           
 
Fields inherited from interface com.arsdigita.util.parameter.Parameter
OPTIONAL, REQUIRED
 
Constructor Summary
JDBCURLParameter(String name)
           
JDBCURLParameter(String name, int multiplicity, Object defaalt)
           
 
Method Summary
protected  void doValidate(Object value, ErrorList errors)
          Validates value, placing any validation errors in errors.
 
Methods inherited from class com.arsdigita.util.parameter.AbstractParameter
doRead, doWrite, getDefaultValue, getInfo, getName, isRequired, marshal, read, setInfo, toString, unmarshal, validate, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

versionId

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

JDBCURLParameter

public JDBCURLParameter(String name)

JDBCURLParameter

public JDBCURLParameter(String name,
                        int multiplicity,
                        Object defaalt)
Method Detail

doValidate

protected void doValidate(Object value,
                          ErrorList errors)
Description copied from class: AbstractParameter
Validates value, placing any validation errors in errors. This particular implementation does nothing. Subclasses are expected to add specific validation behaviors.

Overrides:
doValidate in class AbstractParameter
Parameters:
value - The value to validate; it cannot be null
errors - The ErrorList that traps validation errors; it cannot be null


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