Uses of Class
gov.nasa.arc.brahms.common.data.JavaProperty

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

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

Methods in gov.nasa.arc.brahms.common.data that return JavaProperty
static JavaProperty JavaProperty.getInstance(java.lang.String name, java.lang.Class<?> valueClass)
          Returns a JavaProperty instance with a given name and Class of values.
static JavaProperty JavaType.getJavaProperty(java.lang.String name)
          Looks up a JavaProperty with a given fully qualified name consisting of the type signature for a Java class and a property name.
 JavaProperty JavaType.getProperty(java.lang.String name)
          Returns a Brahms attribute corresponding to the property of this Java type with a given name
 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
 

Methods in gov.nasa.arc.brahms.common.data that return types with arguments of type JavaProperty
 java.util.List<JavaProperty> JavaType.getReadableProperties()
          Returns a list of Brahms attributes corresponding to all the readable properties of the Java class represented by this JavaType
 



Copyright © 1997-2012 All Rights Reserved.