Uses of Interface
nl.tudelft.simulation.introspection.Property
-
Packages that use Property Package Description nl.tudelft.simulation.introspection Contains the core interfaces of the Introspection project plus some abstract implementations.nl.tudelft.simulation.introspection.beans Contains the JavaBean TM implementation of the introspection interfaces.nl.tudelft.simulation.introspection.fields 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 Property Modifier and Type Class Description classAbstractPropertyA default Property implementation that provides a standard way to handle composite values.Methods in nl.tudelft.simulation.introspection that return Property Modifier and Type Method Description Property[]AbstractSuppressIntrospector. getProperties(Object arg0)Property[]Introspector. getProperties(Object introspected)PropertyAbstractSuppressIntrospector. getProperty(Object arg0, String arg1)Retrieves the {see Property}with a given name from an introspected object.PropertyIntrospector. 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 Property Modifier and Type Class Description classBeanPropertyThe JavaBean TM implementation of the Property interface.Methods in nl.tudelft.simulation.introspection.beans that return Property Modifier and Type Method Description Property[]BeanIntrospector. getProperties(Object introspectedObject)PropertyBeanIntrospector. 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 Property Modifier and Type Class Description classFieldPropertyThe field implementation of the Property interface.Methods in nl.tudelft.simulation.introspection.fields that return Property Modifier and Type Method Description Property[]FieldIntrospector. getProperties(Object introspectedObject)PropertyFieldIntrospector. getProperty(Object introspectedObject, String property)Retrieves the {see Property}with a given name from an introspected object.
-