public class

ObjectFactory

extends Object
java.lang.Object
   ↳ com.emc.documentum.fs.datamodel.core.properties.ObjectFactory

Class Overview

This object contains factory methods for each Java content interface and Java element interface generated in the com.emc.documentum.fs.datamodel.core.properties package.

An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.

Summary

Public Constructors
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.emc.documentum.fs.datamodel.core.properties
Public Methods
BooleanArrayProperty createBooleanArrayProperty()
Create an instance of BooleanArrayProperty
BooleanProperty createBooleanProperty()
Create an instance of BooleanProperty
DateArrayProperty createDateArrayProperty()
Create an instance of DateArrayProperty
DateProperty createDateProperty()
Create an instance of DateProperty
NumberArrayProperty createNumberArrayProperty()
Create an instance of NumberArrayProperty
NumberProperty createNumberProperty()
Create an instance of NumberProperty
ObjectIdArrayProperty createObjectIdArrayProperty()
Create an instance of ObjectIdArrayProperty
ObjectIdProperty createObjectIdProperty()
Create an instance of ObjectIdProperty
PropertySet createPropertySet()
Create an instance of PropertySet
RichTextProperty createRichTextProperty()
Create an instance of RichTextProperty
StringArrayProperty createStringArrayProperty()
Create an instance of StringArrayProperty
StringProperty createStringProperty()
Create an instance of StringProperty
ValueAction createValueAction()
Create an instance of ValueAction
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ObjectFactory ()

Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.emc.documentum.fs.datamodel.core.properties

Public Methods

public BooleanArrayProperty createBooleanArrayProperty ()

Create an instance of BooleanArrayProperty

public BooleanProperty createBooleanProperty ()

Create an instance of BooleanProperty

public DateArrayProperty createDateArrayProperty ()

Create an instance of DateArrayProperty

public DateProperty createDateProperty ()

Create an instance of DateProperty

public NumberArrayProperty createNumberArrayProperty ()

Create an instance of NumberArrayProperty

public NumberProperty createNumberProperty ()

Create an instance of NumberProperty

public ObjectIdArrayProperty createObjectIdArrayProperty ()

Create an instance of ObjectIdArrayProperty

public ObjectIdProperty createObjectIdProperty ()

Create an instance of ObjectIdProperty

public PropertySet createPropertySet ()

Create an instance of PropertySet

public RichTextProperty createRichTextProperty ()

Create an instance of RichTextProperty

public StringArrayProperty createStringArrayProperty ()

Create an instance of StringArrayProperty

public StringProperty createStringProperty ()

Create an instance of StringProperty

public ValueAction createValueAction ()

Create an instance of ValueAction