com.stellent.cis.client.api.common.administrative
Interface ICISCommonMetadataMap.FieldEntry

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
ICISCommonContributionMap.ISCSContributionFieldEntry
Enclosing interface:
ICISCommonMetadataMap

public static interface ICISCommonMetadataMap.FieldEntry
extends java.io.Serializable

Holds the information used for a field mapping, including the native name and the object class


Method Summary
 java.lang.String getNativeName()
           
 java.lang.String getObjectClass()
           
 

Method Detail

getNativeName

java.lang.String getNativeName()
Returns:
the native name of the field

getObjectClass

java.lang.String getObjectClass()
Returns:
the objectclass for the field (might be null)