com.crystaldecisions.sdk.occa.infostore
Interface IDestinationPluginArtifactFormats

All Superinterfaces:
java.util.Collection, java.lang.Iterable, java.util.List

public interface IDestinationPluginArtifactFormats
extends java.util.List


Method Summary
 IDestinationPluginArtifactFormat add()
           Adds a destination plugin artifact format to the collection.
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 

Method Detail

add

IDestinationPluginArtifactFormat add()

Adds a destination plugin artifact format to the collection.

Returns:
A newly added IDestinationPluginArtifactFormat object.