public interface DestinationListI
DestinationListI object represents a list of DestinationI objects.
The object is of a specified DestinationListType and contains DestinationIs. See also DestinationType.
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DestinationI> |
getDestinations() |
DestinationType |
getDestinationType() |
DestinationListType |
getListType() |
DestinationListType getListType()
DestinationListType.Consult or DestinationListType.CallbackDestinationType getDestinationType()
java.util.List<DestinationI> getDestinations()
DestinationI objects that are contained in this object.