|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.mdm.index.survivor.SystemFieldList
The SystemFieldList class represents a list of system fields. This class is used by the Survivor Strategy Interface when evaluating which field values should populate the Single Best Record (SBR).
Field Summary | |
(package private) java.util.Map |
mFields
|
Constructor Summary | |
SystemFieldList()
Creates a new instance of the SystemFieldList class. |
Method Summary | |
void |
add(SystemField f)
Adds a SystemField object to the system field list. |
SystemField |
get(java.lang.String fieldName)
Retrieves the SystemField object for the given field name. |
java.util.Iterator |
iterator()
Returns an iterator for the list of fields in the SystemFieldList object. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
java.util.Map mFields
Constructor Detail |
public SystemFieldList()
Method Detail |
public void add(SystemField f)
f
- The system field to add to the field list.
void
- None.
public SystemField get(java.lang.String fieldName)
fieldName
- The name of the system field to retrieve.
SystemField
- The system field corresponding to the
given field name.
public java.util.Iterator iterator()
java.util.Iterator
- An iterator of the field list.
public java.lang.String toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Sun Microsystems, Inc.