public class CSVExporter extends Object implements PCMExporter, PCMVisitor
| Constructor and Description |
|---|
CSVExporter() |
| Modifier and Type | Method and Description |
|---|---|
String |
export(PCMContainer container)
Export PCM from a PCM container
|
String |
export(PCMContainer container,
char separator,
char quote) |
void |
visit(BooleanValue booleanValue) |
void |
visit(Cell cell) |
void |
visit(Conditional conditional) |
void |
visit(DateValue dateValue) |
void |
visit(Dimension dimension) |
void |
visit(Feature feature) |
void |
visit(FeatureGroup featureGroup) |
void |
visit(IntegerValue integerValue) |
void |
visit(Multiple multiple) |
void |
visit(NotApplicable notApplicable) |
void |
visit(NotAvailable notAvailable) |
void |
visit(Partial partial) |
void |
visit(PCM pcm) |
void |
visit(Product product) |
void |
visit(RealValue realValue) |
void |
visit(StringValue stringValue) |
void |
visit(Unit unit) |
void |
visit(Version version) |
public String export(PCMContainer container)
PCMExporterexport in interface PCMExporterpublic String export(PCMContainer container, char separator, char quote)
public void visit(PCM pcm)
visit in interface PCMVisitorpublic void visit(Feature feature)
visit in interface PCMVisitorpublic void visit(FeatureGroup featureGroup)
visit in interface PCMVisitorpublic void visit(Product product)
visit in interface PCMVisitorpublic void visit(Cell cell)
visit in interface PCMVisitorpublic void visit(BooleanValue booleanValue)
visit in interface PCMVisitorpublic void visit(Conditional conditional)
visit in interface PCMVisitorpublic void visit(DateValue dateValue)
visit in interface PCMVisitorpublic void visit(Dimension dimension)
visit in interface PCMVisitorpublic void visit(IntegerValue integerValue)
visit in interface PCMVisitorpublic void visit(Multiple multiple)
visit in interface PCMVisitorpublic void visit(NotApplicable notApplicable)
visit in interface PCMVisitorpublic void visit(NotAvailable notAvailable)
visit in interface PCMVisitorpublic void visit(Partial partial)
visit in interface PCMVisitorpublic void visit(RealValue realValue)
visit in interface PCMVisitorpublic void visit(StringValue stringValue)
visit in interface PCMVisitorpublic void visit(Unit unit)
visit in interface PCMVisitorpublic void visit(Version version)
visit in interface PCMVisitorCopyright © 2015. All rights reserved.