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 |
---|---|
ConceptProperty |
createConcept
Create an instance of
ConceptProperty |
ConceptTableMapping.MapProperty |
createConceptTableMappingMap
Create an instance of
ConceptTableMapping.MapProperty |
Constructor and Description |
---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.metsci.glimpse.support.dspl.schema
|
public ConceptProperty createConceptProperty
ConceptProperty
public ConceptTableMapping.MapProperty createConceptTableMappingMapProperty
ConceptTableMapping.MapProperty
public ObjectFactory()
public ConceptProperty createConceptProperty()
ConceptProperty
public SliceTableMapping createSliceTableMapping()
SliceTableMapping
public ConceptTableMapping createConceptTableMapping()
ConceptTableMapping
public ConceptInfo createConceptInfo()
ConceptInfo
public SliceConceptRef createSliceConceptRef()
SliceConceptRef
public Attribute.Type createAttributeType()
Attribute.Type
public Attribute.ConceptValue createAttributeConceptValue()
Attribute.ConceptValue
public ConceptProperty.Type createConceptPropertyType()
ConceptProperty.Type
public Slice.Data createSliceData()
Slice.Data
public Table.Column createTableColumn()
Table.Column
public Concept.Topic createConceptTopic()
Concept.Topic
public Concept.Type createConceptType()
Concept.Type
public Concept.Data createConceptData()
Concept.Data
public SliceTableMapping.MapDimension createSliceTableMappingMapDimension()
SliceTableMapping.MapDimension
public SliceTableMapping.MapMetric createSliceTableMappingMapMetric()
SliceTableMapping.MapMetric
public ConceptTableMapping.MapConcept createConceptTableMappingMapConcept()
ConceptTableMapping.MapConcept
public ConceptTableMapping.MapProperty createConceptTableMappingMapProperty()
ConceptTableMapping.MapProperty
public ConceptInfo.Synonym createConceptInfoSynonym()
ConceptInfo.Synonym
public DataSet.Import createDataSetImport()
DataSet.Import
public DataSet.Topics createDataSetTopics()
DataSet.Topics
public DataSet.Concepts createDataSetConcepts()
DataSet.Concepts
public DataSet.Slices createDataSetSlices()
DataSet.Slices
public DataSet.Tables createDataSetTables()
DataSet.Tables
Copyright © 2016 Metron, Inc.. All rights reserved.