From 31d794be59cb2d1bf264df79f471b0c8d5f5a457 Mon Sep 17 00:00:00 2001 From: lresende Date: Sat, 21 Nov 2009 07:40:26 +0000 Subject: Moving to site trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882841 13f79535-47bb-0310-9956-ffa450edef68 --- ...tyValueObjectFactory.ObjectFactoryImplBase.html | 372 +++++++++++++++++++++ 1 file changed, 372 insertions(+) create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/osgi/context/OSGiPropertyValueObjectFactory.ObjectFactoryImplBase.html (limited to 'site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/osgi/context/OSGiPropertyValueObjectFactory.ObjectFactoryImplBase.html') diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/osgi/context/OSGiPropertyValueObjectFactory.ObjectFactoryImplBase.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/osgi/context/OSGiPropertyValueObjectFactory.ObjectFactoryImplBase.html new file mode 100644 index 0000000000..919add5c08 --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/osgi/context/OSGiPropertyValueObjectFactory.ObjectFactoryImplBase.html @@ -0,0 +1,372 @@ + + + + + + +OSGiPropertyValueObjectFactory.ObjectFactoryImplBase + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.implementation.osgi.context +
+Class OSGiPropertyValueObjectFactory.ObjectFactoryImplBase

+
+java.lang.Object
+  extended by org.apache.tuscany.sca.implementation.osgi.context.OSGiPropertyValueObjectFactory.ObjectFactoryImplBase
+
+
+
All Implemented Interfaces:
ObjectFactory
+
+
+
Direct Known Subclasses:
OSGiPropertyValueObjectFactory.ListObjectFactoryImpl, OSGiPropertyValueObjectFactory.ObjectFactoryImpl
+
+
+
Enclosing class:
OSGiPropertyValueObjectFactory
+
+
+
+
public abstract class OSGiPropertyValueObjectFactory.ObjectFactoryImplBase
extends java.lang.Object
implements ObjectFactory
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Field Summary
+protected  java.lang.ClassjavaType + +
+           
+protected  Propertyproperty + +
+           
+protected  java.lang.ObjectpropertyValue + +
+           
+protected  SimpleTypeMappersimpleTypeMapper + +
+           
+protected  DataType<XMLType>sourceDataType + +
+           
+protected  DataType<?>targetDataType + +
+           
+  + + + + + + + + + + +
+Constructor Summary
OSGiPropertyValueObjectFactory.ObjectFactoryImplBase(Property property, + java.lang.Object propertyValue, + boolean isSimpleType, + java.lang.Class javaType) + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.core.factory.ObjectFactory
getInstance
+  +

+ + + + + + + + +
+Field Detail
+ +

+simpleTypeMapper

+
+protected SimpleTypeMapper simpleTypeMapper
+
+
+
+
+
+ +

+property

+
+protected Property property
+
+
+
+
+
+ +

+propertyValue

+
+protected java.lang.Object propertyValue
+
+
+
+
+
+ +

+javaType

+
+protected java.lang.Class javaType
+
+
+
+
+
+ +

+sourceDataType

+
+protected DataType<XMLType> sourceDataType
+
+
+
+
+
+ +

+targetDataType

+
+protected DataType<?> targetDataType
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+OSGiPropertyValueObjectFactory.ObjectFactoryImplBase

+
+public OSGiPropertyValueObjectFactory.ObjectFactoryImplBase(Property property,
+                                                            java.lang.Object propertyValue,
+                                                            boolean isSimpleType,
+                                                            java.lang.Class javaType)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3