com.crystaldecisions.sdk.properties
Interface ISDKList

All Superinterfaces:
java.util.Collection, java.lang.Iterable, java.util.List
All Known Subinterfaces:
IDynamicRecipientProfileValuesSet, IMetrics, IObjectsOverload, IOptionsByDocs, IProfileValues, IRecentDocuments, IRowsOverload, IScopeBatchScopes, ITableMappingsOverload, IValidValues, IVirtualMetrics, IVMAssociations
All Known Implementing Classes:
VirtualMetrics, VMAssociations

public interface ISDKList
extends java.util.List

This interface extends the Java List class. It provides support for properties to be retrieved by their property name.


Method Summary
 java.lang.Object get(java.lang.Object key)
           Returns the property bag keyed by the parameter.
 
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

get

java.lang.Object get(java.lang.Object key)

Returns the property bag keyed by the parameter. If there is no such key, null will be returned.

Parameters:
key - The key of the property bag to be returned.
Returns:
The property bag keyed by the parameter, or null if the property bag doesn't exist.