1.0.0

org.eclipse.soda.dk.transform
Class Transforms

java.lang.Object
  extended by org.eclipse.soda.dk.core.EscObject
      extended by org.eclipse.soda.dk.transform.Transform
          extended by org.eclipse.soda.dk.transform.Transforms
All Implemented Interfaces:
TransformService

public class Transforms
extends Transform
implements TransformService

Version:
1.0.0

Field Summary
 
Fields inherited from class org.eclipse.soda.dk.core.EscObject
CLONE_EXCEPTION_RESOURCE, EMPTY_BYTES, EMPTY_STRING, ERROR_OCCURRED_EXCEPTION_RESOURCE, ID_FILTER_KEY, ID_KEY, ID_KEY_ANY, INTEGER_TABLE, KEY_KEY, LOG_DEBUG, LOG_ERROR, LOG_INFO, LOG_TRACE, LOG_WARNING, PREFIX_KEY, RESOURCE_BUNDLE, SLEEP_EXCEPTION_RESOURCE, SYSTEM_INFO_RESOURCE, TO_STRING_CONFIGURATION_KEYS, TRACE_LEVEL_HIGH, TRACE_LEVEL_LOW, TRACE_LEVEL_MAX, TRACE_LEVEL_MIN, TRACE_LEVEL_NONE, TRACE_LEVEL_NORMAL, TRACELEVEL_KEY, UNKNOWN_ERROR_RESOURCE
 
Constructor Summary
Transforms()
          Constructs an instance of this class.
Transforms(TransformService[] transforms)
          Constructs an instance of this class from the specified transforms parameter.
 
Method Summary
 java.lang.Object decode(java.lang.Object object)
          Perform the decode method and return the Object result.
 java.lang.Object encode(java.lang.Object object)
          Perform the encode method and return the Object result.
 boolean equals(java.lang.Object obj)
          Compares two objects for equality.
 int hashCode()
          Generates a hash code for the receiver.
 
Methods inherited from class org.eclipse.soda.dk.core.EscObject
attemptRecoveryFromError, createDefaultLogService, createException, createException, createInteger, createIntegerTable, createNumber, format, getBoolean, getConfigurationService, getCurrentTimestamp, getDefaultLogService, getDefaultResource, getErrorSeverity, getFloat, getInt, getLoadLibraryName, getLogDetails, getLogDetails0, getLogDetails1, getLogDetails2, getLogDetails3, getLogDetails4, getLogDetails5, getLogDetails6, getLogDetails7, getLogService, getLong, getObject, getOutputName, getResource, getSimpleClassName, getStaticBoolean, getStaticFloat, getStaticInt, getStaticLong, getStaticObject, getStaticString, getString, getTraceLevel, getVmLibraryVersion, handleError, handleError, handleError, handleStaticError, handleStaticException, isDebug, isTrace, loadService, log, log, report, report, report, report, report, report, reportError, reportSystemInfo, setDebug, setDefaultLogService, setLogService, setTraceLevel, shouldLog, sleep, startupEscStatic, toString, toStringConfigurationKeys, toStringInfo
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Transforms

public Transforms()
Constructs an instance of this class.

See Also:
Transforms(TransformService[])

Transforms

public Transforms(TransformService[] transforms)
Constructs an instance of this class from the specified transforms parameter.

Parameters:
transforms - The transforms (TransformService[]) parameter.
See Also:
Transforms()
Method Detail

decode

public java.lang.Object decode(java.lang.Object object)
Perform the decode method and return the Object result.

Specified by:
decode in interface TransformService
Parameters:
object - java.lang.Object
Returns:
Results of the decode (Object) value.
See Also:
TransformService.decode(java.lang.Object)

encode

public java.lang.Object encode(java.lang.Object object)
Perform the encode method and return the Object result.

Specified by:
encode in interface TransformService
Parameters:
object - java.lang.Object
Returns:
Results of the encode (Object) value.
See Also:
TransformService.encode(java.lang.Object)

equals

public boolean equals(java.lang.Object obj)
Compares two objects for equality. Returns a boolean that indicates whether this object is equivalent to the specified object. This method is used when an object is stored in a hashtable.

Overrides:
equals in class java.lang.Object
Parameters:
obj - the Object to compare with
Returns:
true if these Objects are equal; false otherwise.
See Also:
Hashtable

hashCode

public int hashCode()
Generates a hash code for the receiver. This method is supported primarily for hash tables, such as those provided in java.util.

Overrides:
hashCode in class java.lang.Object
Returns:
an integer hash code for the receiver
See Also:
Hashtable

1.0.0

Copyright (c) 1999, 2007 IBM