|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnl.tudelft.simulation.introspection.AbstractSuppressIntrospector
public abstract class AbstractSuppressIntrospector
The AbstractSupressIntrospector.
(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.
Field Summary | |
---|---|
protected Introspector |
parent
the parent introspector |
Constructor Summary | |
---|---|
AbstractSuppressIntrospector(Introspector parent)
Constructor for AbstractSuppressIntrospector. |
Method Summary | |
---|---|
Property[] |
getProperties(Object arg0)
|
Property |
getProperty(Object arg0,
String arg1)
Retrieves the {see Property}with a given name from an introspected object. |
String[] |
getPropertyNames(Object arg0)
Retrieves the names of the properties of the introspected object. |
protected boolean |
suppress(Class type)
Method suppress. |
protected abstract boolean |
suppress(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 introspectorMethod Detail |
---|
public Property[] getProperties(Object arg0)
getProperties
in interface Introspector
arg0
- the introspected object
Introspector.getProperties(Object)
public String[] getPropertyNames(Object arg0)
Introspector
getPropertyNames
in interface Introspector
arg0
- The introspected object.
Introspector.getPropertyNames(Object)
public Property getProperty(Object arg0, String arg1)
Introspector
getProperty
in interface Introspector
arg0
- The introspected object.arg1
- The name of the property to be retrieved
Introspector.getProperty(Object,
String)
protected boolean suppress(Class type)
type
- the type of tyhe class
protected abstract boolean suppress(String propertyName)
propertyName
- the propertyName
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |