|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.soda.dk.core.EscObject
org.eclipse.soda.dk.transform.Transform
org.eclipse.soda.dk.transform.Transforms
public class Transforms
| 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 java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Transforms()
Transforms(TransformService[])public Transforms(TransformService[] transforms)
transforms - The transforms (TransformService[]) parameter.Transforms()| Method Detail |
|---|
public java.lang.Object decode(java.lang.Object object)
Object result.
decode in interface TransformServiceobject - java.lang.Object
Object) value.TransformService.decode(java.lang.Object)public java.lang.Object encode(java.lang.Object object)
Object result.
encode in interface TransformServiceobject - java.lang.Object
Object) value.TransformService.encode(java.lang.Object)public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - the Object to compare with
Hashtablepublic int hashCode()
hashCode in class java.lang.ObjectHashtable
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||