Uses of Class
org.openstreetmap.josm.data.imagery.types.EntryType

Packages that use EntryType
org.openstreetmap.josm.data.imagery.types   
 

Uses of EntryType in org.openstreetmap.josm.data.imagery.types
 

Fields in org.openstreetmap.josm.data.imagery.types with type parameters of type EntryType
protected  java.util.List<EntryType> ProjectionType.entry
           
 

Methods in org.openstreetmap.josm.data.imagery.types that return EntryType
 EntryType ObjectFactory.createEntryType()
          Create an instance of EntryType
 

Methods in org.openstreetmap.josm.data.imagery.types that return types with arguments of type EntryType
 java.util.List<EntryType> ProjectionType.getEntry()
          Gets the value of the entry property.
 



JOSM