public abstract class VoidValueVisitor<E extends Exception> extends Object implements ValueVisitor<Void,E>
| Constructor and Description |
|---|
VoidValueVisitor() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
_visit(BooleanValue value) |
protected abstract void |
_visit(CategoryValue value) |
protected abstract void |
_visit(ComplexValue value) |
protected abstract void |
_visit(CountValue value) |
protected abstract void |
_visit(GeometryValue value) |
protected abstract void |
_visit(HrefAttributeValue value) |
protected abstract void |
_visit(NilTemplateValue value) |
protected abstract void |
_visit(QuantityValue value) |
protected abstract void |
_visit(ReferenceValue value) |
protected abstract void |
_visit(SweDataArrayValue value) |
protected abstract void |
_visit(TextValue value) |
protected abstract void |
_visit(TLVTValue value) |
protected abstract void |
_visit(TVPValue value) |
protected abstract void |
_visit(UnknownValue value) |
protected abstract void |
_visit(XmlValue<?> value) |
Void |
visit(BooleanValue value) |
Void |
visit(CategoryValue value) |
Void |
visit(ComplexValue value) |
Void |
visit(CountValue value) |
Void |
visit(GeometryValue value) |
Void |
visit(HrefAttributeValue value) |
Void |
visit(NilTemplateValue value) |
Void |
visit(QuantityValue value) |
Void |
visit(ReferenceValue value) |
Void |
visit(SweDataArrayValue value) |
Void |
visit(TextValue value) |
Void |
visit(TLVTValue value) |
Void |
visit(TVPValue value) |
Void |
visit(UnknownValue value) |
Void |
visit(XmlValue<?> value) |
public Void visit(BooleanValue value) throws E extends Exception
public Void visit(CategoryValue value) throws E extends Exception
public Void visit(ComplexValue value) throws E extends Exception
public Void visit(CountValue value) throws E extends Exception
public Void visit(GeometryValue value) throws E extends Exception
public Void visit(HrefAttributeValue value) throws E extends Exception
public Void visit(NilTemplateValue value) throws E extends Exception
public Void visit(QuantityValue value) throws E extends Exception
public Void visit(ReferenceValue value) throws E extends Exception
public Void visit(SweDataArrayValue value) throws E extends Exception
public Void visit(UnknownValue value) throws E extends Exception
protected abstract void _visit(BooleanValue value) throws E extends Exception
protected abstract void _visit(CategoryValue value) throws E extends Exception
protected abstract void _visit(ComplexValue value) throws E extends Exception
protected abstract void _visit(CountValue value) throws E extends Exception
protected abstract void _visit(GeometryValue value) throws E extends Exception
protected abstract void _visit(HrefAttributeValue value) throws E extends Exception
protected abstract void _visit(NilTemplateValue value) throws E extends Exception
protected abstract void _visit(QuantityValue value) throws E extends Exception
protected abstract void _visit(ReferenceValue value) throws E extends Exception
protected abstract void _visit(SweDataArrayValue value) throws E extends Exception
protected abstract void _visit(UnknownValue value) throws E extends Exception
Copyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.