Package 

Class GeocachingAttribute

  • All Implemented Interfaces:

    
    public final class GeocachingAttribute
    extends Storable
                        

    Class for holding geocaching attributes <br></br><br></br> Every instance holds just one attribute, defined by it's unique ID number. If you want to set correct value, use constructor that allow set directly by number or by attribute URL <br></br><br></br>

    • Constructor Detail

      • GeocachingAttribute

        GeocachingAttribute(Integer id, Boolean positive)
        Create attribute container.
        Parameters:
        id - ID of attribute
        positive - true to make attribute positive
      • GeocachingAttribute

        GeocachingAttribute(String url)
        Create attribute container based on certain uri value.
        Parameters:
        url - url value
      • GeocachingAttribute

        GeocachingAttribute()