Uses of Class
uk.org.siri.siri21.EndTimePrecisionEnumeration
-
Packages that use EndTimePrecisionEnumeration Package Description uk.org.siri.siri21 -
-
Uses of EndTimePrecisionEnumeration in uk.org.siri.siri21
Fields in uk.org.siri.siri21 declared as EndTimePrecisionEnumeration Modifier and Type Field Description protected EndTimePrecisionEnumerationClosedTimeRangeStructure. endTimePrecisionprotected EndTimePrecisionEnumerationHalfOpenTimestampInputRangeStructure. endTimePrecisionMethods in uk.org.siri.siri21 that return EndTimePrecisionEnumeration Modifier and Type Method Description static EndTimePrecisionEnumerationEndTimePrecisionEnumeration. fromValue(String v)EndTimePrecisionEnumerationClosedTimeRangeStructure. getEndTimePrecision()Gets the value of the endTimePrecision property.EndTimePrecisionEnumerationHalfOpenTimestampInputRangeStructure. getEndTimePrecision()Gets the value of the endTimePrecision property.static EndTimePrecisionEnumerationEndTimePrecisionEnumeration. valueOf(String name)Returns the enum constant of this type with the specified name.static EndTimePrecisionEnumeration[]EndTimePrecisionEnumeration. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in uk.org.siri.siri21 with parameters of type EndTimePrecisionEnumeration Modifier and Type Method Description voidClosedTimeRangeStructure. setEndTimePrecision(EndTimePrecisionEnumeration value)Sets the value of the endTimePrecision property.voidHalfOpenTimestampInputRangeStructure. setEndTimePrecision(EndTimePrecisionEnumeration value)Sets the value of the endTimePrecision property.
-