com.ibm.pim.interfaces.spec
Interface SecondarySpec

All Superinterfaces:
Spec

public interface SecondarySpec
extends Spec

Read-only interface for the PrimarySpec object


Field Summary
static java.lang.String copyright
           
 
Fields inherited from interface com.ibm.pim.interfaces.spec.Spec
FILE_SPEC, LKP_SPEC, MKT_SPEC, PRIMARY_SPEC, SCRIPT_INPUT_SPEC, SECONDARY_SPEC, SUB_SPEC
 
Method Summary
 boolean hasSubSpec()
          Returns true if this primary spec has a subspec
 
Methods inherited from interface com.ibm.pim.interfaces.spec.Spec
getDisplayName, getLocales, getSpecNodeByPath, getSpecNodes, isLocalized
 

Field Detail

copyright

public static final java.lang.String copyright
See Also:
Constant Field Values
Method Detail

hasSubSpec

public boolean hasSubSpec()
Returns true if this primary spec has a subspec

Returns:
true if subspec is present