Uses of Interface
nl.tudelft.simulation.introspection.Property
Packages that use Property
Package
Description
Contains the core interfaces of the Introspection project plus some abstract implementations.
Contains the JavaBean TM implementation of the introspection interfaces.
Contains a field introspecting implementation of the Introspection interfaces.
-
Uses of Property in nl.tudelft.simulation.introspection
Classes in nl.tudelft.simulation.introspection that implement PropertyModifier and TypeClassDescriptionclass
A default Property implementation that provides a standard way to handle composite values.Methods in nl.tudelft.simulation.introspection that return PropertyModifier and TypeMethodDescriptionProperty[]
AbstractSuppressIntrospector.getProperties
(Object arg0) Property[]
Introspector.getProperties
(Object introspected) AbstractSuppressIntrospector.getProperty
(Object arg0, String arg1) Retrieves the {see Property}with a given name from an introspected object.Introspector.getProperty
(Object introspected, String property) Retrieves the {see Property}with a given name from an introspected object. -
Uses of Property in nl.tudelft.simulation.introspection.beans
Classes in nl.tudelft.simulation.introspection.beans that implement PropertyModifier and TypeClassDescriptionclass
The JavaBean TM implementation of the Property interface.Methods in nl.tudelft.simulation.introspection.beans that return PropertyModifier and TypeMethodDescriptionProperty[]
BeanIntrospector.getProperties
(Object introspectedObject) BeanIntrospector.getProperty
(Object introspectedObject, String property) Retrieves the {see Property}with a given name from an introspected object. -
Uses of Property in nl.tudelft.simulation.introspection.fields
Classes in nl.tudelft.simulation.introspection.fields that implement PropertyModifier and TypeClassDescriptionclass
The field implementation of the Property interface.Methods in nl.tudelft.simulation.introspection.fields that return PropertyModifier and TypeMethodDescriptionProperty[]
FieldIntrospector.getProperties
(Object introspectedObject) FieldIntrospector.getProperty
(Object introspectedObject, String property) Retrieves the {see Property}with a given name from an introspected object.