com.stellent.cis.client.api.common.administrative
Interface ICISCommonContributionMap.ISCSContributionFieldEntry

All Superinterfaces:
ICISCommonMetadataMap.FieldEntry, java.io.Serializable
Enclosing interface:
ICISCommonContributionMap

public static interface ICISCommonContributionMap.ISCSContributionFieldEntry
extends ICISCommonMetadataMap.FieldEntry

Individual contribution entries


Method Summary
 java.lang.String getDefaultValue()
           
 boolean isCommon()
           
 boolean isHasDefaultValue()
           
 boolean isOverride()
           
 
Methods inherited from interface com.stellent.cis.client.api.common.administrative.ICISCommonMetadataMap.FieldEntry
getNativeName, getObjectClass
 

Method Detail

isHasDefaultValue

boolean isHasDefaultValue()
Returns:
true if this has a default value

getDefaultValue

java.lang.String getDefaultValue()
Returns:
the default value of the entry

isOverride

boolean isOverride()
Returns:
true if this value should override any existing values

isCommon

boolean isCommon()
Returns:
true if this represents a common field, false to represent a native-only field