-
- All Superinterfaces:
Detail,DetailProperties,DocumentContext,GraphContext,MutableGraphContext
public interface MutableDetail extends Detail, MutableGraphContext
-
-
Field Summary
-
Fields inherited from interface io.fixprotocol.md.event.DocumentContext
UNKNOWN_POSITION
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddIntProperty(String key, int value)voidaddProperty(String key, String value)-
Methods inherited from interface io.fixprotocol.md.event.DetailProperties
getIntProperty, getProperties, getProperty
-
Methods inherited from interface io.fixprotocol.md.event.DocumentContext
getCharPositionInLine, getLine
-
Methods inherited from interface io.fixprotocol.md.event.GraphContext
getParent
-
Methods inherited from interface io.fixprotocol.md.event.MutableGraphContext
setParent
-
-