|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.portal.httpconnectivity.transformationservice.TransformerType
Enumeration class defining the transformers type. There are 4 transformers types:
| Field Summary | |
static TransformerType |
BUILT_IN
Specify that the transformer was supplied by the transformation service |
static TransformerType |
PERSISTENT
Specify that the transformer was supplied by TransformersProvider implementor and it can be used always |
static TransformerType |
PIPE
Internal use only |
static TransformerType |
TEMPORARY
Specify that the transformer was supplied by other vendor that can remove them at any time. |
| Constructor Summary | |
protected |
TransformerType(int type)
Creates a new TransformerType object. |
| Method Summary | |
boolean |
equals(Object o)
|
static TransformerType |
getTypeByValue(int typeValue)
Gets a TransformerType object according to it's value |
int |
getValue()
Gets the actual int value of the transformer type |
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final TransformerType BUILT_IN
public static final TransformerType PERSISTENT
public static final TransformerType TEMPORARY
public static final TransformerType PIPE
| Constructor Detail |
protected TransformerType(int type)
type - the value of the transformer type.| Method Detail |
public int getValue()
public boolean equals(Object o)
public int hashCode()
public static TransformerType getTypeByValue(int typeValue)
typeValue - the value of the output transformer type
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||