com.sun.mdm.index.matching.converter
Class MatchTupleConverter.FieldInfo

java.lang.Object
  extended bycom.sun.mdm.index.matching.converter.MatchTupleConverter.FieldInfo
Enclosing class:
MatchTupleConverter

class MatchTupleConverter.FieldInfo
extends java.lang.Object

Utility class to return structured info from methods regarding relevant fields on an object node, mapping from the field name to the corresponding ePath


Field Summary
protected  java.lang.String fieldName
           
protected  EPath fullEPath
           
 
Constructor Summary
MatchTupleConverter.FieldInfo()
           
MatchTupleConverter.FieldInfo(java.lang.String aFieldName, EPath aFullEPath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fieldName

protected java.lang.String fieldName

fullEPath

protected EPath fullEPath
Constructor Detail

MatchTupleConverter.FieldInfo

public MatchTupleConverter.FieldInfo()

MatchTupleConverter.FieldInfo

public MatchTupleConverter.FieldInfo(java.lang.String aFieldName,
                                     EPath aFullEPath)


Sun Microsystems, Inc.