|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnl.tudelft.simulation.introspection.AbstractSuppressIntrospector
The AbstractSupressIntrospector.
(c) copyright 2003-2004 Delft
University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
License of use: General Public
License (GPL) , no warranty
| Field Summary | |
protected Introspector |
parent
the parent introspector |
| Constructor Summary | |
AbstractSuppressIntrospector(Introspector parent)
Constructor for AbstractSuppressIntrospector. |
|
| Method Summary | |
Property[] |
getProperties(java.lang.Object arg0)
|
Property |
getProperty(java.lang.Object arg0,
java.lang.String arg1)
Retrieves the {see Property}with a given name from an introspected object. |
java.lang.String[] |
getPropertyNames(java.lang.Object arg0)
Retrieves the names of the properties of the introspected object. |
protected boolean |
suppress(java.lang.Class type)
Method suppress. |
protected abstract boolean |
suppress(java.lang.String propertyName)
Method suppress. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected Introspector parent
| Constructor Detail |
public AbstractSuppressIntrospector(Introspector parent)
parent - the parent introspector| Method Detail |
public Property[] getProperties(java.lang.Object arg0)
getProperties in interface Introspectorarg0 - the introspected object
Introspector.getProperties(Object)public java.lang.String[] getPropertyNames(java.lang.Object arg0)
Introspector
getPropertyNames in interface Introspectorarg0 - The introspected object.
Introspector.getPropertyNames(Object)
public Property getProperty(java.lang.Object arg0,
java.lang.String arg1)
Introspector
getProperty in interface Introspectorarg0 - The introspected object.arg1 - The name of the property to be retrieved
Introspector.getProperty(Object,
String)protected boolean suppress(java.lang.Class type)
type - the type of tyhe class
protected abstract boolean suppress(java.lang.String propertyName)
propertyName - the propertyName
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||