Class Segment
- java.lang.Object
-
- com.adaptris.adapter.edistream.model.EdiElement
-
- com.adaptris.adapter.edistream.model.Segment
-
- All Implemented Interfaces:
java.io.Serializable,javax.swing.tree.TreeNode
public class Segment extends EdiElement
Significant object, typically represents a single line in an edi document. It can be made up of Composite and Element Nodes- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasData()Returns if the segment has any data set within its children.-
Methods inherited from class com.adaptris.adapter.edistream.model.EdiElement
addChild, children, childrenEquals, equals, equalsStr, getAllowsChildren, getChild, getChildAt, getChildCount, getChildren, getChildrenAsString, getIndex, getMaxRepetitions, getName, getParent, getRepetitions, hasChildren, hashCode, isLeaf, isMandatory, setChildren, setMandatory, setMaxRepetitions, setName, setParent, setRepetitions, setSegmentReps, toString
-
-