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