org.apache.openjpa.util
Interface ProxyMaps.ProxyEntrySet

All Superinterfaces:
Collection, Iterable, Set
Enclosing class:
ProxyMaps

public static interface ProxyMaps.ProxyEntrySet
extends Set

Marker interface for a proxy entry set.


Field Summary
static int VIEW_ENTRIES
           
static int VIEW_KEYS
           
static int VIEW_VALUES
           
 
Method Summary
 void setView(int view)
          Set what entry view this set exposes.
 
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Field Detail

VIEW_KEYS

static final int VIEW_KEYS
See Also:
Constant Field Values

VIEW_VALUES

static final int VIEW_VALUES
See Also:
Constant Field Values

VIEW_ENTRIES

static final int VIEW_ENTRIES
See Also:
Constant Field Values
Method Detail

setView

void setView(int view)
Set what entry view this set exposes.



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.