org.gvsig.tools.operations
Interface OperationContext


public interface OperationContext


Method Summary
 Object getAttribute(String name)
          Returns an attribute given its name.
 void setAttribute(String name, Object value)
          Sets an attribute
 

Method Detail

getAttribute

Object getAttribute(String name)
Returns an attribute given its name. If it does not exist returns null

Parameters:
name -
Returns:
attribute

setAttribute

void setAttribute(String name,
                  Object value)
Sets an attribute

Parameters:
name -
value -


Copyright © 2004-2011 gvSIG. All Rights Reserved.