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.SourceTypeIndexedSplitsRunsPredictions. m_Typethe source type.Methods in adams.flow.transformer that return IndexedSplitsRunsPredictions.SourceType Modifier and Type Method Description IndexedSplitsRunsPredictions.SourceTypeIndexedSplitsRunsPredictions. getType()Returns the type of source.static IndexedSplitsRunsPredictions.SourceTypeIndexedSplitsRunsPredictions.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 voidIndexedSplitsRunsPredictions. setType(IndexedSplitsRunsPredictions.SourceType value)Sets the type of source.
-