com.ibm.as400.vaccess
Interface VIFSConstants
- All Known Implementing Classes:
- VIFSDirectory, VIFSFile
- public interface VIFSConstants
The VIFSConstants interface defines property identifiers
for IFS components.
- See Also:
VIFSDirectory
,
VIFSFile
Field Summary |
static java.lang.Object |
ATTRIBUTES_PROPERTY
Property identifier for the attributes. |
static java.lang.Object |
MODIFIED_PROPERTY
Property identifier for the modified time. |
static java.lang.Object |
SIZE_PROPERTY
Property identifier for the size. |
ATTRIBUTES_PROPERTY
public static final java.lang.Object ATTRIBUTES_PROPERTY
- Property identifier for the attributes.
MODIFIED_PROPERTY
public static final java.lang.Object MODIFIED_PROPERTY
- Property identifier for the modified time.
SIZE_PROPERTY
public static final java.lang.Object SIZE_PROPERTY
- Property identifier for the size.