it.eng.spagobi.engines.geo.dataset.provider
Class Link.Parameter

java.lang.Object
  extended by it.eng.spagobi.engines.geo.dataset.provider.Link.Parameter
Enclosing class:
Link

public static class Link.Parameter
extends java.lang.Object

The Class Parameter.


Field Summary
static java.lang.String ABSOLUTE
           
static java.lang.String DATASET
           
static java.lang.String ENVIRONMENT
           
static java.lang.String RELATIVE
           
 
Constructor Summary
Link.Parameter(java.lang.String type, java.lang.String scope, java.lang.String name, java.lang.String value)
          Instantiates a new parameter.
 
Method Summary
 java.lang.String getActualValue(java.sql.ResultSet resultSet, java.util.Map env)
           
 java.lang.String getName()
          Gets the name.
 java.lang.String getScope()
           
 java.lang.String getType()
          Gets the type.
 java.lang.String getValue()
          Gets the value.
 java.lang.String getXActualValue(it.eng.spagobi.tools.dataset.common.datastore.IRecord record, java.util.Map env)
           
 boolean isRealtiveToDataset()
           
 boolean isRealtiveToEnvironment()
           
 boolean isRelative()
           
 void setName(java.lang.String name)
          Sets the name.
 void setScope(java.lang.String scope)
           
 void setType(java.lang.String type)
          Sets the type.
 void setValue(java.lang.String value)
          Sets the value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RELATIVE

public static final java.lang.String RELATIVE
See Also:
Constant Field Values

ABSOLUTE

public static final java.lang.String ABSOLUTE
See Also:
Constant Field Values

DATASET

public static final java.lang.String DATASET
See Also:
Constant Field Values

ENVIRONMENT

public static final java.lang.String ENVIRONMENT
See Also:
Constant Field Values
Constructor Detail

Link.Parameter

public Link.Parameter(java.lang.String type,
                      java.lang.String scope,
                      java.lang.String name,
                      java.lang.String value)
Instantiates a new parameter.

Parameters:
type - the type
name - the name
value - the value
Method Detail

getType

public java.lang.String getType()
Gets the type.

Returns:
the type

setType

public void setType(java.lang.String type)
Sets the type.

Parameters:
type - the new type

getName

public java.lang.String getName()
Gets the name.

Returns:
the name

setName

public void setName(java.lang.String name)
Sets the name.

Parameters:
name - the new name

getValue

public java.lang.String getValue()
Gets the value.

Returns:
the value

setValue

public void setValue(java.lang.String value)
Sets the value.

Parameters:
value - the new value

getScope

public java.lang.String getScope()

setScope

public void setScope(java.lang.String scope)

isRelative

public boolean isRelative()

isRealtiveToEnvironment

public boolean isRealtiveToEnvironment()

isRealtiveToDataset

public boolean isRealtiveToDataset()

getActualValue

public java.lang.String getActualValue(java.sql.ResultSet resultSet,
                                       java.util.Map env)
                                throws java.sql.SQLException
Throws:
java.sql.SQLException

getXActualValue

public java.lang.String getXActualValue(it.eng.spagobi.tools.dataset.common.datastore.IRecord record,
                                        java.util.Map env)