Class com.symantec.itools.vcafe.openapi.beans.SyntheticPropertyDescriptor
All Packages Class Hierarchy This Package Previous Next Index
Class com.symantec.itools.vcafe.openapi.beans.SyntheticPropertyDescriptor
Object
|
+----FeatureDescriptor
|
+----com.symantec.itools.vcafe.openapi.beans.SyntheticPropertyDescriptor
- public class SyntheticPropertyDescriptor
- extends FeatureDescriptor
-
SYNTHETIC_PROPERTY_DESCRIPTOR_ATTRIBUTE
-
-
m_SyntheticPropertyClass
-
-
com.symantec.itools.vcafe.openapi.beans.SyntheticPropertyDescriptor(String, Class)
-
-
addSyntheticPropertyDescriptor(BeanDescriptor, SyntheticPropertyDescriptor)
-
-
getSyntheticPropertyClass()
-
-
getSyntheticPropertyClassName()
-
-
getSyntheticPropertyDescriptors(BeanDescriptor)
-
SYNTHETIC_PROPERTY_DESCRIPTOR_ATTRIBUTE
public static final java.lang.String SYNTHETIC_PROPERTY_DESCRIPTOR_ATTRIBUTE
m_SyntheticPropertyClass
protected java.lang.Class m_SyntheticPropertyClass
SyntheticPropertyDescriptor
public SyntheticPropertyDescriptor(String propertyName,
Class propertyClass)
addSyntheticPropertyDescriptor
public static final void addSyntheticPropertyDescriptor(BeanDescriptor beanDescriptor,
SyntheticPropertyDescriptor syntheticPD)
getSyntheticPropertyClass
public java.lang.Class getSyntheticPropertyClass()
getSyntheticPropertyClassName
public java.lang.String getSyntheticPropertyClassName()
getSyntheticPropertyDescriptors
public static final com.symantec.itools.vcafe.openapi.beans.SyntheticPropertyDescriptor[] getSyntheticPropertyDescriptors(BeanDescriptor beanDescriptor)
All Packages Class Hierarchy This Package Previous Next Index