public abstract class AbstractSuppressIntrospector extends Object implements Introspector
(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.
Modifier and Type | Field and Description |
---|---|
protected Introspector |
parent
the parent introspector
|
Constructor and Description |
---|
AbstractSuppressIntrospector(Introspector parent)
Constructor for AbstractSuppressIntrospector.
|
Modifier and Type | Method and Description |
---|---|
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.
|
protected Introspector parent
public AbstractSuppressIntrospector(Introspector parent)
parent
- the parent introspectorpublic Property[] getProperties(Object arg0)
getProperties
in interface Introspector
arg0
- the introspected objectIntrospector.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 retrievedIntrospector.getProperty(Object,
String)
protected boolean suppress(Class type)
type
- the type of tyhe classprotected abstract boolean suppress(String propertyName)
propertyName
- the propertyNameCopyright © 2002-2012 Delft University of Technology, the Netherlands. All Rights Reserved.