org.ow2.util.ee.metadata.common.api.interfaces
Interface IEnvEntryAccess

All Superinterfaces:
Serializable

public interface IEnvEntryAccess
extends Serializable

Author:
Gael Lalire

Method Summary
 Collection<? extends IEnvEntry> getEnvEntryCollection()
           
 void setEnvEntryCollection(Collection<? extends IEnvEntry> envEntryCollection)
           
 

Method Detail

getEnvEntryCollection

Collection<? extends IEnvEntry> getEnvEntryCollection()
Returns:
a collection of env-entry

setEnvEntryCollection

void setEnvEntryCollection(Collection<? extends IEnvEntry> envEntryCollection)
Parameters:
envEntryCollection - a collection of env-entry


Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.