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 boolean
equals(Object obj)
String
getPostfix()
Gets the marker postfix.String
getPrefix()
Gets the marker prefix.int
hashCode()
String
toString()
-