org.ejtools.util.service
Interface ProfileMetaData

All Superinterfaces:
java.io.Serializable

public interface ProfileMetaData
extends java.io.Serializable

Version:
$Revision: 1.3 $
Author:
Laurent Etiemble

Method Summary
 java.lang.String getFileName()
          Gets the fileName attribute of the ConnectionMetaData object
 java.lang.String getKey(int index)
          Gets the key attribute of the ConnectionMetaData object
 java.lang.String[] getKeys()
          Gets the keys attribute of the ConnectionMetaData object
 java.lang.String getPrefix()
          Gets the prefix attribute of the ConnectionMetaData object
 

Method Detail

getFileName

public java.lang.String getFileName()
Gets the fileName attribute of the ConnectionMetaData object

Returns:
The fileName value

getKey

public java.lang.String getKey(int index)
Gets the key attribute of the ConnectionMetaData object

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

getKeys

public java.lang.String[] getKeys()
Gets the keys attribute of the ConnectionMetaData object

Returns:
The keys value

getPrefix

public java.lang.String getPrefix()
Gets the prefix attribute of the ConnectionMetaData object

Returns:
The prefix value


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