Uses of Class
adams.flow.transformer.timeseriessplit.AbstractSplitOnDate.Segments
-
Packages that use AbstractSplitOnDate.Segments Package Description adams.flow.transformer.timeseriessplit -
-
Uses of AbstractSplitOnDate.Segments in adams.flow.transformer.timeseriessplit
Fields in adams.flow.transformer.timeseriessplit declared as AbstractSplitOnDate.Segments Modifier and Type Field Description protected AbstractSplitOnDate.Segments
AbstractSplitOnDate. m_Segments
what segment to return.Methods in adams.flow.transformer.timeseriessplit that return AbstractSplitOnDate.Segments Modifier and Type Method Description AbstractSplitOnDate.Segments
AbstractSplitOnDate. getSegments()
Returns the segments to return.static AbstractSplitOnDate.Segments
AbstractSplitOnDate.Segments. valueOf(String name)
Returns the enum constant of this type with the specified name.static AbstractSplitOnDate.Segments[]
AbstractSplitOnDate.Segments. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.flow.transformer.timeseriessplit with parameters of type AbstractSplitOnDate.Segments Modifier and Type Method Description void
AbstractSplitOnDate. setSegments(AbstractSplitOnDate.Segments value)
Sets the segments to return.
-