Class FileNameMetaInformation

java.lang.Object
edu.ie3.datamodel.io.csv.FileNameMetaInformation
Direct Known Subclasses:
IndividualTimeSeriesMetaInformation, LoadProfileTimeSeriesMetaInformation

@Deprecated(since="3.0", forRemoval=true) public abstract class FileNameMetaInformation extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.0. Use TimeSeriesMetaInformation instead
Meta information, that can be derived from a certain file name
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • FileNameMetaInformation

      protected FileNameMetaInformation(UUID uuid)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getUuid

      public UUID getUuid()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • equals

      public boolean equals(Object o)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      toString in class Object