Uses of Class
uk.org.siri.siri13.ScopeTypeEnumeration
-
Packages that use ScopeTypeEnumeration Package Description uk.org.siri.siri13 -
-
Uses of ScopeTypeEnumeration in uk.org.siri.siri13
Fields in uk.org.siri.siri13 declared as ScopeTypeEnumeration Modifier and Type Field Description protected ScopeTypeEnumerationPtSituationElement. scopeTypeprotected ScopeTypeEnumerationRoadSituationElement. scopeTypeFields in uk.org.siri.siri13 with type parameters of type ScopeTypeEnumeration Modifier and Type Field Description protected List<ScopeTypeEnumeration>SituationExchangeRequestStructure. scopesMethods in uk.org.siri.siri13 that return ScopeTypeEnumeration Modifier and Type Method Description static ScopeTypeEnumerationScopeTypeEnumeration. fromValue(String v)ScopeTypeEnumerationPtSituationElement. getScopeType()Gets the value of the scopeType property.ScopeTypeEnumerationRoadSituationElement. getScopeType()Gets the value of the scopeType property.static ScopeTypeEnumerationScopeTypeEnumeration. valueOf(String name)Returns the enum constant of this type with the specified name.static ScopeTypeEnumeration[]ScopeTypeEnumeration. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in uk.org.siri.siri13 that return types with arguments of type ScopeTypeEnumeration Modifier and Type Method Description List<ScopeTypeEnumeration>SituationExchangeRequestStructure. getScopes()Gets the value of the scopes property.Methods in uk.org.siri.siri13 with parameters of type ScopeTypeEnumeration Modifier and Type Method Description voidPtSituationElement. setScopeType(ScopeTypeEnumeration value)Sets the value of the scopeType property.voidRoadSituationElement. setScopeType(ScopeTypeEnumeration value)Sets the value of the scopeType property.
-