|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.openlca.dataconversion.ConversionData
public class ConversionData
Return object of a conversion process. Provides information on the transformation process and created documents.
| Constructor Summary | |
|---|---|
ConversionData()
Creates a new instance of ConversionData. |
|
| Method Summary | |
|---|---|
java.util.List<LCADocument> |
getCreatedDocuments()
Returns a list of created documents. |
java.util.List<java.io.File> |
getMetaDocuments()
Returns a list of created meta documents. |
LCADocument |
getSourceDocument()
Returns the source document of the conversion. |
java.util.List<java.lang.String> |
getTransformerMessages()
Returns the messages collected in the LCADocumentTransformer. |
void |
setSourceDocument(LCADocument sourceDocument)
Sets the source document of the conversion. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConversionData()
| Method Detail |
|---|
public LCADocument getSourceDocument()
LCADocument.public void setSourceDocument(LCADocument sourceDocument)
sourceDocument - Allowed object is LCADocument.public java.util.List<java.io.File> getMetaDocuments()
File.public java.util.List<java.lang.String> getTransformerMessages()
LCADocumentTransformer.
public java.util.List<LCADocument> getCreatedDocuments()
LCADocument.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||