Class LocationInformation

java.lang.Object
com.dd.plist.LocationInformation
Direct Known Subclasses:
ASCIILocationInformation, BinaryLocationInformation, XMLLocationInformation

public abstract class LocationInformation extends Object
Information about the location of an NSObject within the parsed property list file.
Author:
Daniel Dreibrodt
  • Constructor Details

    • LocationInformation

      public LocationInformation()
  • Method Details

    • getDescription

      public abstract String getDescription()
      Gets a description of the object location.
      Returns:
      The location description.
    • toString

      public String toString()
      Returns the description of the object location.
      Overrides:
      toString in class Object
      Returns:
      A description of the object location.
      See Also: