com.informatica.powercenter.sdk.mapfwk.core
Class PowerCenter85Compatibility

java.lang.Object
  extended by com.informatica.powercenter.sdk.mapfwk.core.PowerCenterCompatibility
      extended by com.informatica.powercenter.sdk.mapfwk.core.PowerCenter85Compatibility

public class PowerCenter85Compatibility
extends PowerCenterCompatibility

Author:
sramamoo

Field Summary
 
Fields inherited from class com.informatica.powercenter.sdk.mapfwk.core.PowerCenterCompatibility
DEFAULT_CONFIG_PROPERTIES, DEFAULT_SESSION_PROPERTIES, DEFAULT_WORKFLOW_PROPERTIES
 
Constructor Summary
PowerCenter85Compatibility()
           
 
Method Summary
 java.lang.String getTransformationPrecision()
          Get the transformation precision
 java.lang.String getTransformationScale()
          get the transformation scale
 java.lang.String getVersion()
          Get the compatibility version
 boolean overrideSourceTimestampPrecision()
          Check if SourceTimestamp precision is to be overriden or not.
 
Methods inherited from class com.informatica.powercenter.sdk.mapfwk.core.PowerCenterCompatibility
getProperties, initialise, makeVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PowerCenter85Compatibility

public PowerCenter85Compatibility()
Method Detail

getTransformationPrecision

public java.lang.String getTransformationPrecision()
Description copied from class: PowerCenterCompatibility
Get the transformation precision

Specified by:
getTransformationPrecision in class PowerCenterCompatibility
Returns:
String transformation precision
See Also:
PowerCenterCompatibility.getTransformationPrecision()

getTransformationScale

public java.lang.String getTransformationScale()
Description copied from class: PowerCenterCompatibility
get the transformation scale

Specified by:
getTransformationScale in class PowerCenterCompatibility
Returns:
String transformation scale
See Also:
PowerCenterCompatibility.getTransformationScale()

getVersion

public java.lang.String getVersion()
Description copied from class: PowerCenterCompatibility
Get the compatibility version

Specified by:
getVersion in class PowerCenterCompatibility
Returns:
String The compatibity version set
See Also:
PowerCenterCompatibility.getVersion()

overrideSourceTimestampPrecision

public boolean overrideSourceTimestampPrecision()
Description copied from class: PowerCenterCompatibility
Check if SourceTimestamp precision is to be overriden or not.

Specified by:
overrideSourceTimestampPrecision in class PowerCenterCompatibility
Returns:
boolean true if the source Timestamp precision is to be overridden, false otherwise.
See Also:
PowerCenterCompatibility.overrideSourceTimestampPrecision()