com.arsdigita.util.parameter
Class SymbolicNameParameter

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

Deprecated. This class will be supplanted by other classes in other locations in the near future.

public class SymbolicNameParameter
extends StringParameter

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

Field Summary
static String versionId
          Deprecated.  
 
Fields inherited from interface com.arsdigita.util.parameter.Parameter
OPTIONAL, REQUIRED
 
Constructor Summary
SymbolicNameParameter(String name)
          Deprecated.  
 
Method Summary
protected  void doValidate(Object value, ErrorList errors)
          Deprecated. 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
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

SymbolicNameParameter

public SymbolicNameParameter(String name)
Deprecated. 
Method Detail

doValidate

protected void doValidate(Object value,
                          ErrorList errors)
Deprecated. 
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