|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RDataType | |
|---|---|
| adams.flow.core | |
| adams.flow.source | |
| adams.flow.transformer | |
| Uses of RDataType in adams.flow.core |
|---|
| Methods in adams.flow.core that return RDataType | |
|---|---|
static RDataType |
RDataType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RDataType[] |
RDataType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of RDataType in adams.flow.source |
|---|
| Fields in adams.flow.source declared as RDataType | |
|---|---|
protected RDataType |
RSource.m_returnType
Data type of object returned from r script |
| Methods in adams.flow.source that return RDataType | |
|---|---|
RDataType |
RSource.getReturnType()
Returns the return type. |
| Methods in adams.flow.source with parameters of type RDataType | |
|---|---|
void |
RSource.setReturnType(RDataType val)
Determines the return type of the flow. |
| Uses of RDataType in adams.flow.transformer |
|---|
| Fields in adams.flow.transformer declared as RDataType | |
|---|---|
protected RDataType |
RTransformer.m_returnType
Data type of object returned from r script |
| Methods in adams.flow.transformer that return RDataType | |
|---|---|
RDataType |
RTransformer.getReturnType()
Gets the type of object this flow returns. |
| Methods in adams.flow.transformer with parameters of type RDataType | |
|---|---|
void |
RTransformer.setReturnType(RDataType val)
Sets the type of object this flow returns. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||