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.TimeTypeCurrentTime. m_Typethe type of time to output.Methods in adams.flow.source that return CurrentTime.TimeType Modifier and Type Method Description CurrentTime.TimeTypeCurrentTime. getType()Returns the time type.static CurrentTime.TimeTypeCurrentTime.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 voidCurrentTime. setType(CurrentTime.TimeType value)Sets the time type.
-