Uses of Class
adams.core.RDataType
-
Packages that use RDataType Package Description adams.core adams.flow.source adams.flow.transformer -
-
Uses of RDataType in adams.core
Methods in adams.core that return RDataType Modifier and Type Method Description static RDataTypeRDataType. 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 Modifier and Type Field Description protected RDataTypeRSource. m_returnTypeData type of object returned from r scriptMethods in adams.flow.source that return RDataType Modifier and Type Method Description RDataTypeRSource. getReturnType()Returns the return type.Methods in adams.flow.source with parameters of type RDataType Modifier and Type Method Description voidRSource. 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 Modifier and Type Field Description protected RDataTypeRTransformer. m_returnTypeData type of object returned from r scriptMethods in adams.flow.transformer that return RDataType Modifier and Type Method Description RDataTypeRTransformer. getReturnType()Gets the type of object this flow returns.Methods in adams.flow.transformer with parameters of type RDataType Modifier and Type Method Description voidRTransformer. setReturnType(RDataType val)Sets the type of object this flow returns.
-