org.apache.xbean.spring.context.v2c
public class PropertyEditorFactory extends java.lang.Object implements org.springframework.beans.factory.FactoryBean
Constructor and Description |
---|
PropertyEditorFactory() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getObject() |
java.lang.Class |
getObjectType() |
java.beans.PropertyEditor |
getPropertyEditor() |
java.lang.Class |
getType() |
java.lang.String |
getValue() |
boolean |
isSingleton() |
void |
setPropertyEditor(java.beans.PropertyEditor propertyEditor) |
void |
setType(java.lang.Class type) |
void |
setValue(java.lang.String value) |
public PropertyEditorFactory()
public java.lang.Object getObject() throws java.lang.Exception
getObject
in interface org.springframework.beans.factory.FactoryBean
java.lang.Exception
public java.lang.Class getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean
public boolean isSingleton()
isSingleton
in interface org.springframework.beans.factory.FactoryBean
public java.lang.String getValue()
public void setValue(java.lang.String value)
public java.beans.PropertyEditor getPropertyEditor()
public void setPropertyEditor(java.beans.PropertyEditor propertyEditor)
public java.lang.Class getType()
public void setType(java.lang.Class type)
Copyright © 2005-2016. All Rights Reserved.