portal.plugin.mapping
Interface I_PortalMappingElementScalarContainer

All Superinterfaces:
I_PortalMappingElement
All Known Implementing Classes:
PortalMappingRow, PortalMappingStructure

public interface I_PortalMappingElementScalarContainer
extends I_PortalMappingElement

An element within a plugin mapping, that contains scalars.

Version:
$Revision: 1.2 $
Author:
Thomas Weckert

Method Summary
 java.util.List getScalars()
           
 
Methods inherited from interface portal.plugin.mapping.I_PortalMappingElement
getMatch, getType
 

Method Detail

getScalars

public java.util.List getScalars()