Uses of Class
net.wirelabs.jmaps.example.gpx.LinkType
-
Packages that use LinkType Package Description net.wirelabs.jmaps.example.gpx -
-
Uses of LinkType in net.wirelabs.jmaps.example.gpx
Fields in net.wirelabs.jmaps.example.gpx declared as LinkType Modifier and Type Field Description protected LinkTypePersonType. linkFields in net.wirelabs.jmaps.example.gpx with type parameters of type LinkType Modifier and Type Field Description protected List<LinkType>MetadataType. linkprotected List<LinkType>RteType. linkprotected List<LinkType>TrkType. linkprotected List<LinkType>WptType. linkMethods in net.wirelabs.jmaps.example.gpx that return LinkType Modifier and Type Method Description LinkTypeObjectFactory. createLinkType()Create an instance ofLinkTypeLinkTypePersonType. getLink()Gets the value of the link property.Methods in net.wirelabs.jmaps.example.gpx that return types with arguments of type LinkType Modifier and Type Method Description List<LinkType>MetadataType. getLink()Gets the value of the link property.List<LinkType>RteType. getLink()Gets the value of the link property.List<LinkType>TrkType. getLink()Gets the value of the link property.List<LinkType>WptType. getLink()Gets the value of the link property.Methods in net.wirelabs.jmaps.example.gpx with parameters of type LinkType Modifier and Type Method Description voidPersonType. setLink(LinkType value)Sets the value of the link property.
-