Interface Segment
-
public interface Segment
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Segment
addChild(String type)
Segment
addSibling()
String
getType()
void
setField(String name, String value)
-