org.ejtools.util.service
Interface ProfileService

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ProfileServiceProvider

public interface ProfileService
extends java.io.Serializable

Version:
$Revision: 1.4 $
Author:
Laurent Etiemble

Method Summary
 Profile getProfile(int index)
          Gets the metaData attribute of the FactoryService object
 Profile[] getProfiles()
          Gets the metaDatas attribute of the FactoryService object
 

Method Detail

getProfiles

public Profile[] getProfiles()
Gets the metaDatas attribute of the FactoryService object

Returns:
The metaDatas value

getProfile

public Profile getProfile(int index)
Gets the metaData attribute of the FactoryService object

Parameters:
index - Description of the Parameter
Returns:
The metaData value


Copyright © 2002-2003 EJTools Org.. All Rights Reserved.