|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metsci.glimpse.dspl.schema.ObjectFactory
public class ObjectFactory
This object contains factory methods for each Java content interface and Java element interface generated in the com.metsci.glimpse.support.dspl.schema 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.
Constructor Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ObjectFactory()
Method Detail |
---|
public Attribute createAttribute()
Attribute
public ConceptProperty createConceptProperty()
ConceptProperty
public Data createData()
Data
public Slice createSlice()
Slice
public Table createTable()
Table
public Concept createConcept()
Concept
public SliceTableMapping createSliceTableMapping()
SliceTableMapping
public ConceptTableMapping createConceptTableMapping()
ConceptTableMapping
public ConceptInfo createConceptInfo()
ConceptInfo
public DataSet createDataSet()
DataSet
public Values createValues()
Values
public SliceConceptRef createSliceConceptRef()
SliceConceptRef
public Value createValue()
Value
public Topic createTopic()
Topic
public Info createInfo()
Info
public Attribute.Type createAttributeType()
Attribute.Type
public Attribute.ConceptValue createAttributeConceptValue()
Attribute.ConceptValue
public ConceptProperty.Type createConceptPropertyType()
ConceptProperty.Type
public Data.File createDataFile()
Data.File
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |