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

java.lang.Object
  extended by org.apache.commons.clazz.common.ClazzElementSupport
      extended by org.apache.commons.clazz.common.ClazzFeatureSupport
          extended by org.apache.commons.clazz.reflect.common.ReflectedAccessorPairProperty
              extended by org.apache.commons.clazz.reflect.common.ReflectedScalarProperty
All Implemented Interfaces:
ClazzElement, ClazzFeature, ClazzProperty, ReflectedProperty

public class ReflectedScalarProperty
extends ReflectedAccessorPairProperty

Version:
$Id: ReflectedScalarProperty.java 155436 2005-02-26 13:17:48Z dirkv $
Author:
Dmitri Plotnikov

Constructor Summary
ReflectedScalarProperty(Clazz declaringClazz, String name)
          Constructor for ReflectedScalarProperty.
 
Method Summary
 String toString()
           
 
Methods inherited from class org.apache.commons.clazz.reflect.common.ReflectedAccessorPairProperty
get, getAliases, getClazz, getContentClazz, getField, getKeyClazz, getName, getReadMethod, getType, getWriteMethod, isCollection, isMap, isReadOnly, set, setAliases, setField, setReadMethod, setType, setWriteMethod
 
Methods inherited from class org.apache.commons.clazz.common.ClazzFeatureSupport
getDeclaringClazz
 
Methods inherited from class org.apache.commons.clazz.common.ClazzElementSupport
getAttribute, getAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.commons.clazz.ClazzFeature
getDeclaringClazz
 
Methods inherited from interface org.apache.commons.clazz.ClazzElement
getAttribute, getAttributes
 

Constructor Detail

ReflectedScalarProperty

public ReflectedScalarProperty(Clazz declaringClazz,
                               String name)
Constructor for ReflectedScalarProperty.

Parameters:
declaringClazz -
name -
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.