public class Edimap extends Object
Modifier and Type | Method and Description |
---|---|
Delimiters |
getDelimiters() |
Description |
getDescription() |
List<Import> |
getImports() |
SegmentGroup |
getSegments() |
URI |
getSrc() |
boolean |
isIgnoreUnmappedSegments() |
void |
setDelimiters(Delimiters value) |
void |
setDescription(Description value) |
void |
setIgnoreUnmappedSegments(Boolean value) |
void |
setSegments(SegmentGroup value) |
void |
write(Writer writer) |
public Edimap()
public Edimap(URI src)
public URI getSrc()
public Description getDescription()
public void setDescription(Description value)
public Delimiters getDelimiters()
public void setDelimiters(Delimiters value)
public void setIgnoreUnmappedSegments(Boolean value)
public boolean isIgnoreUnmappedSegments()
public SegmentGroup getSegments()
public void setSegments(SegmentGroup value)
public void write(Writer writer) throws IOException
IOException
Copyright © 2020. All rights reserved.