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

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

public class ReflectedScalarProperty
extends ReflectedAccessorPairProperty

Version:
$Id: ReflectedScalarProperty.java,v 1.5 2004/02/19 23:58:39 scolebourne Exp $
Author:
Dmitri Plotnikov

Constructor Summary
ReflectedScalarProperty(org.apache.commons.clazz.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(org.apache.commons.clazz.Clazz declaringClazz,
                               String name)
Constructor for ReflectedScalarProperty.

Parameters:
declaringClazz -
name -
Method Detail

toString

public String toString()


Copyright © 2002-2005 The Apache Software Foundation. All Rights Reserved.