|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cassandra.loader.ObjectFactory
public class ObjectFactory
This object contains factory methods for each Java content interface and Java element interface generated in the com.facebook.infrastructure.loader 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.facebook.infrastructure.loader |
Method Summary | |
---|---|
javax.xml.bind.JAXBElement<ColumnType> |
createColumn(ColumnType value)
Create an instance of JAXBElement < ColumnType > } |
ColumnFamilyType |
createColumnFamilyType()
Create an instance of ColumnFamilyType |
ColumnType |
createColumnType()
Create an instance of ColumnType |
FieldCollection |
createFieldCollection()
Create an instance of FieldCollection |
Importer |
createImporter()
Create an instance of Importer |
KeyType |
createKeyType()
Create an instance of KeyType |
javax.xml.bind.JAXBElement<SuperColumnType> |
createSuperColumn(SuperColumnType value)
Create an instance of JAXBElement < SuperColumnType > } |
SuperColumnType |
createSuperColumnType()
Create an instance of SuperColumnType |
javax.xml.bind.JAXBElement<java.lang.String> |
createTable(java.lang.String value)
Create an instance of JAXBElement < String > } |
TimestampType |
createTimestampType()
Create an instance of TimestampType |
ValueType |
createValueType()
Create an instance of ValueType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ObjectFactory()
Method Detail |
---|
public KeyType createKeyType()
KeyType
public SuperColumnType createSuperColumnType()
SuperColumnType
public ColumnType createColumnType()
ColumnType
public Importer createImporter()
Importer
public ColumnFamilyType createColumnFamilyType()
ColumnFamilyType
public TimestampType createTimestampType()
TimestampType
public FieldCollection createFieldCollection()
FieldCollection
public ValueType createValueType()
ValueType
public javax.xml.bind.JAXBElement<SuperColumnType> createSuperColumn(SuperColumnType value)
JAXBElement
<
SuperColumnType
>
}
public javax.xml.bind.JAXBElement<java.lang.String> createTable(java.lang.String value)
JAXBElement
<
String
>
}
public javax.xml.bind.JAXBElement<ColumnType> createColumn(ColumnType value)
JAXBElement
<
ColumnType
>
}
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |