public class ObjectFactory extends Object
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.
| Type | Property and Description |
|---|---|
ConfigurationProperty |
createConfiguration
Create an instance of
ConfigurationProperty |
DynamicProperty |
createDynamic
Create an instance of
DynamicProperty |
ListProperty |
createList
Create an instance of
ListProperty |
MapProperty |
createMap
Create an instance of
MapProperty |
SimpleProperty |
createSimple
Create an instance of
SimpleProperty |
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.rhq.core.clientapi.descriptor.configuration
|
ListPropertySimplePropertyMapPropertyDynamicPropertyConfigurationPropertypublic ObjectFactory()
public ConfigurationDescriptor createConfigurationDescriptor()
ConfigurationDescriptorpublic ListProperty createListProperty()
ListPropertypublic ConfigurationTemplateDescriptor createConfigurationTemplateDescriptor()
ConfigurationTemplateDescriptorpublic PropertyOptions createPropertyOptions()
PropertyOptionspublic RegexConstraintType createRegexConstraintType()
RegexConstraintTypepublic SimpleProperty createSimpleProperty()
SimplePropertypublic DatabaseBackingType createDatabaseBackingType()
DatabaseBackingTypepublic ConstraintType createConstraintType()
ConstraintTypepublic MapProperty createMapProperty()
MapPropertypublic OptionSource createOptionSource()
OptionSourcepublic PropertyGroup createPropertyGroup()
PropertyGrouppublic IntegerConstraintType createIntegerConstraintType()
IntegerConstraintTypepublic FloatConstraintType createFloatConstraintType()
FloatConstraintTypepublic DynamicProperty createDynamicProperty()
DynamicPropertypublic ConfigurationProperty createConfigurationProperty()
ConfigurationPropertypublic JAXBElement<DynamicProperty> createDynamicProperty(DynamicProperty value)
public JAXBElement<SimpleProperty> createSimpleProperty(SimpleProperty value)
public JAXBElement<ConfigurationProperty> createConfigurationProperty(ConfigurationProperty value)
public JAXBElement<MapProperty> createMapProperty(MapProperty value)
public JAXBElement<ListProperty> createListProperty(ListProperty value)
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.