Download Sources

com.liguorien.flex.generator.utils
Class PropertyDescriptorProxy

java.lang.Object
  extended by java.beans.FeatureDescriptor
      extended by java.beans.PropertyDescriptor
          extended by com.liguorien.flex.generator.utils.PropertyDescriptorProxy

public class PropertyDescriptorProxy
extends java.beans.PropertyDescriptor

Version:
0.2
Author:
Nicolas Désy

Field Summary
static java.lang.String TRANSIENT_PROPERTY
           
 
Constructor Summary
PropertyDescriptorProxy(java.lang.Class<?> type)
           
 
Method Summary
 java.lang.Class<?> getPropertyType()
           
 java.lang.Class<?> getType()
           
 void setType(java.lang.Class<?> type)
           
 
Methods inherited from class java.beans.PropertyDescriptor
createPropertyEditor, equals, getPropertyEditorClass, getReadMethod, getWriteMethod, hashCode, isBound, isConstrained, setBound, setConstrained, setPropertyEditorClass, setReadMethod, setWriteMethod
 
Methods inherited from class java.beans.FeatureDescriptor
attributeNames, getDisplayName, getName, getShortDescription, getValue, isExpert, isHidden, isPreferred, setDisplayName, setExpert, setHidden, setName, setPreferred, setShortDescription, setValue
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TRANSIENT_PROPERTY

public static final java.lang.String TRANSIENT_PROPERTY
See Also:
Constant Field Values
Constructor Detail

PropertyDescriptorProxy

public PropertyDescriptorProxy(java.lang.Class<?> type)
                        throws java.beans.IntrospectionException
Throws:
java.beans.IntrospectionException
Method Detail

getPropertyType

public java.lang.Class<?> getPropertyType()
Overrides:
getPropertyType in class java.beans.PropertyDescriptor

getType

public java.lang.Class<?> getType()

setType

public void setType(java.lang.Class<?> type)

FlexGenerator

Copyright 2006 Nicolas Désy. All rights reserved.