org.apache.commons.clazz.reflect.common
Class ReflectedScalarPropertyParseResults
java.lang.Object
org.apache.commons.clazz.reflect.common.ReflectedPropertyParseResults
org.apache.commons.clazz.reflect.common.ReflectedScalarPropertyParseResults
- All Implemented Interfaces:
- Comparable
- public class ReflectedScalarPropertyParseResults
- extends ReflectedPropertyParseResults
Holds parse results for individual accessor methods for a
scalar property.
- Version:
- $Id: ReflectedScalarPropertyParseResults.java,v 1.4 2004/02/19 23:58:39 scolebourne Exp $
- Author:
- Dmitri Plotnikov
| Methods inherited from class org.apache.commons.clazz.reflect.common.ReflectedPropertyParseResults |
addAlias, appendDescription, appendMethodDescriptions, checkForExtraneousAccessor, compareTo, getAliases, getClazz, getPropertyName, getPropertyType, getReadMethod, getWriteMethod, merge, setReadMethodParseResults, setWriteMethodParseResults, toString |
ReflectedScalarPropertyParseResults
public ReflectedScalarPropertyParseResults(ReflectedClazz clazz,
String propertyName)
- Constructor for ReflectedScalarPropertyParseResults.
getPropertyCategory
protected String getPropertyCategory()
- Specified by:
getPropertyCategory in class ReflectedPropertyParseResults
checkConsistency
public boolean checkConsistency()
- Overrides:
checkConsistency in class ReflectedPropertyParseResults
appendInconsistencyDescriptions
protected boolean appendInconsistencyDescriptions(StringBuffer buffer)
- Overrides:
appendInconsistencyDescriptions in class ReflectedPropertyParseResults
Copyright © 2002-2005 The Apache Software Foundation. All Rights Reserved.