Skip navigation links

Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference
11g Release 1 (11.1)

E17350-01


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)

Skip navigation links

Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference
11g Release 1 (11.1)

E17350-01


Copyright © 1996, 2010, Oracle and/or its affiliates. All rights reserved.