org.apache.commons.clazz.reflect.common
Class ReflectedScalarPropertyParseResults

java.lang.Object
  extended by org.apache.commons.clazz.reflect.common.ReflectedPropertyParseResults
      extended by 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 155436 2005-02-26 13:17:48Z dirkv $
Author:
Dmitri Plotnikov

Field Summary
 
Fields inherited from class org.apache.commons.clazz.reflect.common.ReflectedPropertyParseResults
extraneousAccessors, readMethodParseResults, writeMethodParseResults
 
Constructor Summary
ReflectedScalarPropertyParseResults(ReflectedClazz clazz, String propertyName)
          Constructor for ReflectedScalarPropertyParseResults.
 
Method Summary
protected  boolean appendInconsistencyDescriptions(StringBuffer buffer)
           
 boolean checkConsistency()
           
protected  String getPropertyCategory()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReflectedScalarPropertyParseResults

public ReflectedScalarPropertyParseResults(ReflectedClazz clazz,
                                           String propertyName)
Constructor for ReflectedScalarPropertyParseResults.

Method Detail

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 © 2001-2010 The Apache Software Foundation. All Rights Reserved.