Uses of Class
uk.org.siri.siri21.RelatedToEnumeration
-
Packages that use RelatedToEnumeration Package Description uk.org.siri.siri21 -
-
Uses of RelatedToEnumeration in uk.org.siri.siri21
Fields in uk.org.siri.siri21 declared as RelatedToEnumeration Modifier and Type Field Description protected RelatedToEnumerationRelatedSituationStructure. relatedAsMethods in uk.org.siri.siri21 that return RelatedToEnumeration Modifier and Type Method Description static RelatedToEnumerationRelatedToEnumeration. fromValue(String v)RelatedToEnumerationRelatedSituationStructure. getRelatedAs()Gets the value of the relatedAs property.static RelatedToEnumerationRelatedToEnumeration. valueOf(String name)Returns the enum constant of this type with the specified name.static RelatedToEnumeration[]RelatedToEnumeration. 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 RelatedToEnumeration Modifier and Type Method Description voidRelatedSituationStructure. setRelatedAs(RelatedToEnumeration value)Sets the value of the relatedAs property.
-