Schnittstelle FileAttributeStatus


public interface FileAttributeStatus
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    Indicates an error in setting the value.
    static final int
    Attribute value is set.
    static final int
    Attribute value is unset (empty).
  • Felddetails

    • UNSET

      static final int UNSET
      Attribute value is unset (empty).
      Siehe auch:
    • SET

      static final int SET
      Attribute value is set.
      Siehe auch:
    • ERROR_SETTING

      static final int ERROR_SETTING
      Indicates an error in setting the value.
      Siehe auch: