Class MarkerValue
- java.lang.Object
-
- org.daisy.dotify.formatter.impl.segment.MarkerValue
-
public final class MarkerValue extends Object
TODO: Write java doc.
-
-
Constructor Summary
Constructors Constructor Description MarkerValue(String prefix, String postfix)Creates a new marker with the specified arguments.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetPostfix()Gets the marker postfix.StringgetPrefix()Gets the marker prefix.inthashCode()StringtoString()
-