Uses of Class
uk.org.siri.siri21.CountingTrendEnumeration
-
Packages that use CountingTrendEnumeration Package Description uk.org.siri.siri21 -
-
Uses of CountingTrendEnumeration in uk.org.siri.siri21
Fields in uk.org.siri.siri21 declared as CountingTrendEnumeration Modifier and Type Field Description protected CountingTrendEnumerationMonitoredCountingStructure. trendMethods in uk.org.siri.siri21 that return CountingTrendEnumeration Modifier and Type Method Description static CountingTrendEnumerationCountingTrendEnumeration. fromValue(String v)CountingTrendEnumerationMonitoredCountingStructure. getTrend()Gets the value of the trend property.static CountingTrendEnumerationCountingTrendEnumeration. valueOf(String name)Returns the enum constant of this type with the specified name.static CountingTrendEnumeration[]CountingTrendEnumeration. 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 CountingTrendEnumeration Modifier and Type Method Description voidMonitoredCountingStructure. setTrend(CountingTrendEnumeration value)Sets the value of the trend property.
-