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