Uses of Class
adams.flow.transformer.IndexedSplitsRunsPredictions.SourceType
-
Packages that use IndexedSplitsRunsPredictions.SourceType Package Description adams.flow.transformer -
-
Uses of IndexedSplitsRunsPredictions.SourceType in adams.flow.transformer
Fields in adams.flow.transformer declared as IndexedSplitsRunsPredictions.SourceType Modifier and Type Field Description protected IndexedSplitsRunsPredictions.SourceType
IndexedSplitsRunsPredictions. m_Type
the source type.Methods in adams.flow.transformer that return IndexedSplitsRunsPredictions.SourceType Modifier and Type Method Description IndexedSplitsRunsPredictions.SourceType
IndexedSplitsRunsPredictions. getType()
Returns the type of source.static IndexedSplitsRunsPredictions.SourceType
IndexedSplitsRunsPredictions.SourceType. valueOf(String name)
Returns the enum constant of this type with the specified name.static IndexedSplitsRunsPredictions.SourceType[]
IndexedSplitsRunsPredictions.SourceType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.flow.transformer with parameters of type IndexedSplitsRunsPredictions.SourceType Modifier and Type Method Description void
IndexedSplitsRunsPredictions. setType(IndexedSplitsRunsPredictions.SourceType value)
Sets the type of source.
-