Package com.helger.as2lib.processor
Class CFileAttribute
- java.lang.Object
-
- com.helger.as2lib.processor.CFileAttribute
-
@Immutable public final class CFileAttribute extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringMA_FILENAMEstatic StringMA_FILEPATHstatic StringMA_PENDING_FILENAMEThe path and name of the file containing a message without an MDN yetstatic StringMA_STATUSOnly used to indicate, whether an async MDN is awaited or not.static StringMA_STATUS_PENDINGA status value to be used withMA_STATUS
-
-
-
Field Detail
-
MA_FILEPATH
public static final String MA_FILEPATH
- See Also:
- Constant Field Values
-
MA_FILENAME
public static final String MA_FILENAME
- See Also:
- Constant Field Values
-
MA_PENDING_FILENAME
public static final String MA_PENDING_FILENAME
The path and name of the file containing a message without an MDN yet- See Also:
- Constant Field Values
-
MA_STATUS
public static final String MA_STATUS
Only used to indicate, whether an async MDN is awaited or not.- See Also:
- Constant Field Values
-
MA_STATUS_PENDING
public static final String MA_STATUS_PENDING
A status value to be used withMA_STATUS- See Also:
- Constant Field Values
-
-