public class RootClassRegistry
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
PropertyDefinition |
getPropertyDefinition(java.lang.Class theClass,
java.lang.String propertyName)
Get the property definition for the specified class and property name.
|
PropertyDefinition |
getPropertyDefinition(java.lang.String theClassName,
java.lang.String propertyName)
Get the property definition for the specified class and property name.
|
java.util.List |
getPropertyDefinitions(java.lang.Class theClass)
Get the list of property definitions that are associated with the specific class.
|
java.util.List |
getPropertyDefinitions(java.lang.String className)
Get the list of property definitions that are associated with the specific class.
|
public RootClassRegistry(AdapterBase adapter)
adapter - public java.util.List getPropertyDefinitions(java.lang.String className)
throws AdapterException
AdapterExceptionpublic PropertyDefinition getPropertyDefinition(java.lang.String theClassName, java.lang.String propertyName) throws PropertyException, AdapterException
theClass - The class that contains the property definition.propertyName - The name of the property whose definition will be returned.AdapterExceptionPropertyExceptionpublic java.util.List getPropertyDefinitions(java.lang.Class theClass)
throws PropertyException,
AdapterException
AdapterExceptionPropertyExceptionpublic PropertyDefinition getPropertyDefinition(java.lang.Class theClass, java.lang.String propertyName) throws PropertyException, AdapterException
theClass - The class that contains the property definition.propertyName - The name of the property whose definition will be returned.AdapterExceptionPropertyException