Uses of Class
eu.datex2.siri20.schema._2_0rc1._2_0.AreaOfInterestEnum
-
Packages that use AreaOfInterestEnum Package Description eu.datex2.siri20.schema._2_0rc1._2_0 uk.org.siri.siri20 -
-
Uses of AreaOfInterestEnum in eu.datex2.siri20.schema._2_0rc1._2_0
Fields in eu.datex2.siri20.schema._2_0rc1._2_0 declared as AreaOfInterestEnum Modifier and Type Field Description protected AreaOfInterestEnumHeaderInformation. areaOfInterestMethods in eu.datex2.siri20.schema._2_0rc1._2_0 that return AreaOfInterestEnum Modifier and Type Method Description static AreaOfInterestEnumAreaOfInterestEnum. fromValue(String v)AreaOfInterestEnumHeaderInformation. getAreaOfInterest()Gets the value of the areaOfInterest property.static AreaOfInterestEnumAreaOfInterestEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static AreaOfInterestEnum[]AreaOfInterestEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.datex2.siri20.schema._2_0rc1._2_0 with parameters of type AreaOfInterestEnum Modifier and Type Method Description voidHeaderInformation. setAreaOfInterest(AreaOfInterestEnum value)Sets the value of the areaOfInterest property. -
Uses of AreaOfInterestEnum in uk.org.siri.siri20
Fields in uk.org.siri.siri20 declared as AreaOfInterestEnum Modifier and Type Field Description protected AreaOfInterestEnumAffectsScopeStructure. areaOfInterestMethods in uk.org.siri.siri20 that return AreaOfInterestEnum Modifier and Type Method Description AreaOfInterestEnumAffectsScopeStructure. getAreaOfInterest()Gets the value of the areaOfInterest property.Methods in uk.org.siri.siri20 with parameters of type AreaOfInterestEnum Modifier and Type Method Description voidAffectsScopeStructure. setAreaOfInterest(AreaOfInterestEnum value)Sets the value of the areaOfInterest property.
-