public class PCMBase64Encoder extends Object implements PCMVisitor
| Constructor and Description |
|---|
PCMBase64Encoder() |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(PCM pcm) |
void |
encode(PCM pcm) |
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 void encode(PCM pcm)
public void decode(PCM pcm)
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 © 2016. All rights reserved.