Uses of Class
uk.org.siri.siri20.RelatedToEnumeration
-
Packages that use RelatedToEnumeration Package Description uk.org.siri.siri20 -
-
Uses of RelatedToEnumeration in uk.org.siri.siri20
Fields in uk.org.siri.siri20 declared as RelatedToEnumeration Modifier and Type Field Description protected RelatedToEnumerationRelatedSituationStructure. relatedAsMethods in uk.org.siri.siri20 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.siri20 with parameters of type RelatedToEnumeration Modifier and Type Method Description voidRelatedSituationStructure. setRelatedAs(RelatedToEnumeration value)Sets the value of the relatedAs property.
-