org.milyn.edisax.model.internal
Class Edimap

java.lang.Object
  extended by org.milyn.edisax.model.internal.Edimap

public class Edimap
extends Object


Constructor Summary
Edimap()
           
Edimap(URI src)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Edimap

public Edimap()

Edimap

public Edimap(URI src)
Method Detail

getSrc

public URI getSrc()

getImports

public List<Import> getImports()

getDescription

public Description getDescription()

setDescription

public void setDescription(Description value)

getDelimiters

public Delimiters getDelimiters()

setDelimiters

public void setDelimiters(Delimiters value)

setIgnoreUnmappedSegments

public void setIgnoreUnmappedSegments(Boolean value)

isIgnoreUnmappedSegments

public boolean isIgnoreUnmappedSegments()

getSegments

public SegmentGroup getSegments()

setSegments

public void setSegments(SegmentGroup value)

write

public void write(Writer writer)
           throws IOException
Throws:
IOException


Copyright © 2018. All rights reserved.