Uses of Interface
gov.nasa.arc.brahms.common.data.IJavaPropertyDescriptor

Packages that use IJavaPropertyDescriptor
gov.nasa.arc.brahms.common.data   
 

Uses of IJavaPropertyDescriptor in gov.nasa.arc.brahms.common.data
 

Classes in gov.nasa.arc.brahms.common.data that implement IJavaPropertyDescriptor
 class JavaPropertyDescriptor
          JavaPropertyDescriptor describes one property that a Java class has available to set and/or get its value.
 

Methods in gov.nasa.arc.brahms.common.data that return IJavaPropertyDescriptor
 IJavaPropertyDescriptor JavaMethodWriteAccessor.getPropertyDescriptor()
          Returns the IJavaPropertyDescriptor for which this is a write accessor.
 IJavaPropertyDescriptor JavaMethodReadAccessor.getPropertyDescriptor()
          Returns the IJavaPropertyDescriptor for which this is a read accessor.
 IJavaPropertyDescriptor JavaFieldWriteAccessor.getPropertyDescriptor()
          Returns the IJavaPropertyDescriptor for which this is a write accessor.
 IJavaPropertyDescriptor JavaFieldReadAccessor.getPropertyDescriptor()
          Returns the IJavaPropertyDescriptor for which this is a read accessor.
 IJavaPropertyDescriptor JavaDescriptorWriteAccessor.getPropertyDescriptor()
          Returns the IJavaPropertyDescriptor for which this is a write accessor.
 IJavaPropertyDescriptor JavaDescriptorReadAccessor.getPropertyDescriptor()
          Returns the IJavaPropertyDescriptor for which this is a read accessor.
 IJavaPropertyDescriptor IJavaWriteAccessor.getPropertyDescriptor()
          Returns the IJavaPropertyDescriptor for which this is a write accessor.
 IJavaPropertyDescriptor IJavaReadAccessor.getPropertyDescriptor()
          Returns the IJavaPropertyDescriptor for which this is a read accessor.
 IJavaPropertyDescriptor JavaType.getPropertyDescriptor(java.lang.String name)
          Return a Java property descriptor for a Java property with a given name
 IJavaPropertyDescriptor JavaClassInfo.getPropertyDescriptor(java.lang.String name)
          Finds and returns the IJavaPropertyDescriptor for the property with the specified name.
 IJavaPropertyDescriptor IJavaClassInfo.getPropertyDescriptor(java.lang.String name)
          Finds and returns the IJavaPropertyDescriptor for the property with the specified name.
 

Methods in gov.nasa.arc.brahms.common.data that return types with arguments of type IJavaPropertyDescriptor
 java.util.List<IJavaPropertyDescriptor> JavaClassInfo.getBeanPropertyDescriptors()
           
 

Methods in gov.nasa.arc.brahms.common.data with parameters of type IJavaPropertyDescriptor
 JavaProperty JavaType.getProperty(java.lang.String name, IJavaPropertyDescriptor descriptor)
          Returns a Brahms attribute corresponding to the property of this Java type with a given name
 

Constructors in gov.nasa.arc.brahms.common.data with parameters of type IJavaPropertyDescriptor
JavaDescriptorReadAccessor(java.beans.PropertyDescriptor descriptor, IJavaPropertyDescriptor property)
          Constructor, creates JavaDescriptorReadAccessor that reads the property value for the specified property using the specified PropertyDescriptor's read method.
JavaDescriptorWriteAccessor(java.beans.PropertyDescriptor descriptor, IJavaPropertyDescriptor property)
          Constructor, creates JavaDescriptorWriteAccessor that writes the property value for the specified property using the specified PropertyDescriptor's write method.
JavaFieldReadAccessor(java.lang.reflect.Field field, IJavaPropertyDescriptor property)
          Constructor, creates JavaFieldReadAccessor that reads the property value for the specified property from the specified Field.
JavaFieldWriteAccessor(java.lang.reflect.Field field, IJavaPropertyDescriptor property)
          Constructor, creates JavaFieldWriteAccessor that writes the property value for the specified property to the specified Field.
JavaMethodReadAccessor(java.lang.reflect.Method method, IJavaPropertyDescriptor property)
          Constructor, creates JavaMethodReadAccessor that reads the property value for the specified property using the specified Method.
JavaMethodWriteAccessor(java.lang.reflect.Method method, IJavaPropertyDescriptor property)
          Constructor, creates JavaMethodWriteAccessor that writes the property value for the specified property using the specified Method.
 



Copyright © 1997-2012 All Rights Reserved.