fabric.types
Interface FabricSubstType

All Superinterfaces:
FabricClassType
All Known Implementing Classes:
FabricSubstClassType_c

public interface FabricSubstType
extends FabricClassType


Method Summary
 Label defaultFieldLabel()
          Return the label associated with this class' fields, or null if this class has no fields.
 
Methods inherited from interface fabric.types.FabricClassType
defaultFabilFieldLabel
 

Method Detail

defaultFieldLabel

Label defaultFieldLabel()
Description copied from interface: FabricClassType
Return the label associated with this class' fields, or null if this class has no fields.

Specified by:
defaultFieldLabel in interface FabricClassType