ch.ralscha.extdirectspring.util
Class ParameterInfo
java.lang.Object
ch.ralscha.extdirectspring.util.ParameterInfo
public class ParameterInfo
- extends Object
Object holds information about a parameter like the name, type and the
attributes of a RequestParam annotation
- Author:
- Ralph Schaer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParameterInfo
public ParameterInfo()
getType
public Class<?> getType()
setType
public void setType(Class<?> type)
getCollectionType
public Class<?> getCollectionType()
setCollectionType
public void setCollectionType(Class<?> collectionType)
getName
public String getName()
setName
public void setName(String name)
isHasRequestParamAnnotation
public boolean isHasRequestParamAnnotation()
setHasRequestParamAnnotation
public void setHasRequestParamAnnotation(boolean hasRequestParamAnnotation)
isRequired
public boolean isRequired()
setRequired
public void setRequired(boolean required)
getDefaultValue
public String getDefaultValue()
setDefaultValue
public void setDefaultValue(String defaultValue)
isSupportedParameter
public boolean isSupportedParameter()
setSupportedParameter
public void setSupportedParameter(boolean supportedParameter)
Copyright © 2010-2011. All Rights Reserved.