ch.elca.el4j.util.dom.reflect
Class Property

java.lang.Object
  extended by ch.elca.el4j.util.dom.reflect.Member
      extended by ch.elca.el4j.util.dom.reflect.Property

public class Property
extends Member

represents a property. In code, a property is declared using a public field or a setter/getter pair. Properties declared using fields are writable, properties declared using accessors are writable if and only if setters are declared.

Author:
Adrian Moos (AMS)
File-location:
Property
Last check-in date:
2009-08-04 15:35:01 +0200 (Di, 04. Aug 2009) by swismer for revision 3883

Field Summary
 boolean readonly
          can this property not be written?
 Class<?> type
          this property's type.
 
Fields inherited from class ch.elca.el4j.util.dom.reflect.Member
declaringType, name
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public final Class<?> type
this property's type.


readonly

public final boolean readonly
can this property not be written?



Copyright © 2005-2011 ELCA. All Rights Reserved.