public class HistoryFlavor
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
protected static class |
HistoryFlavor.Base64XMLReader |
Modifier and Type | Field and Description |
---|---|
static HistoryFlavor |
SQLTAG |
Constructor and Description |
---|
HistoryFlavor(java.lang.String uid) |
HistoryFlavor(java.lang.String uid,
java.lang.String subId,
java.lang.String descKey) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
boolean |
equals(java.lang.Object obj,
boolean includeSubtype) |
LocalizedString |
getDescription() |
SimpleXMLReader<HistoricalData> |
getXMLImportHandler(GatewayContext context)
Gets the XML reader that can decode the output from writeToXML.
|
boolean |
isCompatible(HistoryFlavor flavor)
Kind of like equals, tells whether the incoming flavor is compatible with this one.
|
java.lang.String |
subTypeId()
This id is used as a finer grained identifying under the root flavor id.
|
java.lang.String |
toString() |
java.lang.String |
typeId()
This is the broad type id.
|
void |
writeToXML(SimpleXMLWriter writer,
HistoricalData data) |
public static final HistoryFlavor SQLTAG
public HistoryFlavor(java.lang.String uid)
public HistoryFlavor(java.lang.String uid, java.lang.String subId, java.lang.String descKey)
public java.lang.String typeId()
public java.lang.String subTypeId()
public LocalizedString getDescription()
public boolean isCompatible(HistoryFlavor flavor)
flavor
- public void writeToXML(SimpleXMLWriter writer, HistoricalData data) throws java.lang.Exception
java.lang.Exception
public SimpleXMLReader<HistoricalData> getXMLImportHandler(GatewayContext context)
context
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public boolean equals(java.lang.Object obj, boolean includeSubtype)
public java.lang.String toString()
toString
in class java.lang.Object