Uses of Class
uk.org.siri.siri21.CountingTypeEnumeration
-
Packages that use CountingTypeEnumeration Package Description uk.org.siri.siri21 -
-
Uses of CountingTypeEnumeration in uk.org.siri.siri21
Fields in uk.org.siri.siri21 declared as CountingTypeEnumeration Modifier and Type Field Description protected CountingTypeEnumerationMonitoredCountingStructure. countingTypeMethods in uk.org.siri.siri21 that return CountingTypeEnumeration Modifier and Type Method Description static CountingTypeEnumerationCountingTypeEnumeration. fromValue(String v)CountingTypeEnumerationMonitoredCountingStructure. getCountingType()Gets the value of the countingType property.static CountingTypeEnumerationCountingTypeEnumeration. valueOf(String name)Returns the enum constant of this type with the specified name.static CountingTypeEnumeration[]CountingTypeEnumeration. 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 CountingTypeEnumeration Modifier and Type Method Description voidMonitoredCountingStructure. setCountingType(CountingTypeEnumeration value)Sets the value of the countingType property.
-