ch.elca.el4j.util.dom.reflect
Class Property
java.lang.Object
ch.elca.el4j.util.dom.reflect.Member
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.