|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnl.tudelft.simulation.introspection.AbstractProperty
nl.tudelft.simulation.introspection.beans.BeanProperty
public class BeanProperty
The JavaBean TM implementation of the Property interface. See {see BeanIntrospector}for details.
(c) copyright 2002-2005-2004 Delft
University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
License of use: Lesser
General Public License (LGPL) , no warranty.
| Constructor Summary | |
|---|---|
protected |
BeanProperty(java.lang.Object bean,
java.beans.PropertyDescriptor descriptor)
constructs a new BeanProperty |
| Method Summary | |
|---|---|
java.lang.Object |
getInstance()
Retrieves the introspected object, which contains this Property. |
java.lang.String |
getName()
Retrieves the name of the property. |
java.lang.Class<?> |
getType()
Returns the type of this property's value. |
java.lang.Object |
getValue()
Returns the current value of this property. |
boolean |
isEditable()
Returns whether the value of this property may be altered. |
protected void |
setRegularValue(java.lang.Object values)
Method used to set a regular (i.e. |
| Methods inherited from class nl.tudelft.simulation.introspection.AbstractProperty |
|---|
getComponentType, isCollection, setValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface nl.tudelft.simulation.introspection.Property |
|---|
getComponentType, isCollection, setValue |
| Constructor Detail |
|---|
protected BeanProperty(java.lang.Object bean,
java.beans.PropertyDescriptor descriptor)
bean - the bean to introspectdescriptor - the descriptor of the property| Method Detail |
|---|
public java.lang.String getName()
Property
getName in interface PropertyProperty.getName()public java.lang.Class<?> getType()
Property
getType in interface PropertyProperty.getType()protected void setRegularValue(java.lang.Object values)
AbstractProperty
setRegularValue in class AbstractPropertyvalues - the new value#setRegularValue(java.lang.Object)public java.lang.Object getValue()
Property
getValue in interface PropertyProperty.getValue()public java.lang.Object getInstance()
Property
getInstance in interface PropertyProperty.getInstance()public boolean isEditable()
Property
isEditable in interface PropertyProperty.isEditable()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||