jet.server.api
Interface ParameterInfo

All Superinterfaces:
java.io.Serializable

public interface ParameterInfo
extends java.io.Serializable

Represents a parameter defined in catalog

Since:
version 13.1

Method Summary
 java.lang.String getConnectionName()
          get connection name that this paramter refers to.
 java.lang.String getDatasourceName()
          get datasource name of the parameter.
 java.lang.String getName()
          get name of the parameter.
 boolean isValidForCRD()
          check if the parameter can be used to create Cache Report Data (CRD).
 

Method Detail

getDatasourceName

java.lang.String getDatasourceName()
get datasource name of the parameter.

Returns:
datasource name

getName

java.lang.String getName()
get name of the parameter.

Returns:
parameter name

isValidForCRD

boolean isValidForCRD()
check if the parameter can be used to create Cache Report Data (CRD).

Returns:
true if the parameter is valid to create CRD, otherwise false

getConnectionName

java.lang.String getConnectionName()
get connection name that this paramter refers to.

Returns:
connection name