All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sapia.util.xml.confix.ObjectWrapperIF Maven / Gradle / Ivy

The newest version!
package org.sapia.util.xml.confix;


/**
 * An instance of this interface wrap an object that eventually "receives" method
 * calls from ConfixProcessorIF instances.
 *
 * @author Yanick Duchesne
 *
 * 
*
Copyright:
Copyright © 2002-2003 Sapia Open Source Software. All Rights Reserved.
*
License:
Read the license.txt file of the jar or visit the * license page at the Sapia OSS web site
*
*/ public interface ObjectWrapperIF { /** * Returns the object encapsulated by this wrapper. * * @return The object encapsulated by this wrapper. */ public Object getWrappedObject(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy