public class Ndm extends Object
constituents
.Constructor and Description |
---|
Ndm(List<String> comments,
List<NdmConstituent<?,?>> constituents)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
getComments()
Get an unmodifiable view of the comments.
|
List<NdmConstituent<?,?>> |
getConstituents()
Get an unmodifiable view of the constituents.
|
public Ndm(List<String> comments, List<NdmConstituent<?,?>> constituents)
comments
- file commentsconstituents
- constituents of the messagepublic List<String> getComments()
public List<NdmConstituent<?,?>> getConstituents()
Copyright © 2002-2021 CS GROUP. All rights reserved.