org.pfsw.reflect
Interface IObjectProperty

All Superinterfaces:
ElementWithModifiers
All Known Implementing Classes:
ObjectField

public interface IObjectProperty
extends ElementWithModifiers

This is the generic view on a single object property (field / instance variable).


Method Summary
 java.lang.String getName()
          Returns the name of the property.
 java.lang.Class<?> getType()
          Returns the type of the property.
 
Methods inherited from interface org.pfsw.reflect.ElementWithModifiers
getModifiers, isAbstract, isDefaultVisibility, isFinal, isInterface, isNative, isPrivate, isProtected, isPublic, isStatic, isStrict, isSynchronized, isTransient, isVolatile
 

Method Detail

getName

java.lang.String getName()
Returns the name of the property.


getType

java.lang.Class<?> getType()
Returns the type of the property.